Author: pebender
Date: Sat Aug 30 07:23:04 2008
New Revision: 3671
Added:
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15050.27498.patch.gar
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-i386.patch
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-x86_64.patch
Removed:
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-14430.27354.patch.gar
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27354.14430-cross-i386.patch
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27354.14430-cross-x86_64.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/index.html
trunk/gar-minimyth/script/lib/ffmpeg/Makefile
trunk/gar-minimyth/script/lib/ffmpeg/checksums
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/Makefile
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
Log:
- Updated packages
lib/ffmpeg
mediaplayers/mplayer-svn
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Aug 30
07:23:04 2008
@@ -89,7 +89,9 @@
Updated kde/kdelibs.
Updated lib/alsa-lib.
Updated lib/dbus.
+ Updated lib/ffmpeg.
Updated lib/libpng.
+ Updated multimedia/mplayer-svn.
Updated multimedia/vlc.
Updated multimedia/xine-lib.
Updated net/ntp.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Sat Aug 30 07:23:04 2008
@@ -65,19 +65,19 @@
</ul>
</li>
<li>
- <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
27354</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
14430</strong>
+ <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
27498</strong> and
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
15050</strong>
(experimental)
</li>
<li>
<a href="http://www.videolan.org/">VLC</a>
<strong>0.9.1</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
14430</strong>
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
15050</strong>
(experimental)
</li>
<li>
<a href="http://www.xinehq.de/">xine-ui</a>
<strong>0.99.5</strong>,
- <a href="http://www.xinehq.de/">xine-lib</a>
<strong>1.1.14</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
14430</strong>
+ <a href="http://www.xinehq.de/">xine-lib</a>
<strong>1.1.15</strong> and
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
15050</strong>
</li>
<li>
<a href="http://fceultra.sourceforge.net/">FCE Ultra</a>
<strong>0.98.13-pre</strong>
Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile Sat Aug 30 07:23:04 2008
@@ -1,5 +1,5 @@
GARNAME = ffmpeg
-GARVERSION = 14430.27354
+GARVERSION = 15050.27498
CATEGORIES = lib
MASTER_SITES = svn://svn.mplayerhq.hu/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/lib/ffmpeg/checksums
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/checksums (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/checksums Sat Aug 30 07:23:04 2008
@@ -1 +1 @@
-5f9a719643f3cf7afc8435ad02908757 download/ffmpeg-14430.27354.patch.gar
+7fa21483367da4330128a9aac894accc download/ffmpeg-15050.27498.patch.gar
Added:
trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15050.27498.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg-15050.27498.patch.gar
Sat Aug 30 07:23:04 2008
@@ -0,0 +1,383 @@
+diff -Naur ffmpeg-15050.27498-old/configure
ffmpeg-15050.27498-new/configure
+--- ffmpeg-15050.27498-old/configure 2008-08-30 06:43:08.000000000 -0700
++++ ffmpeg-15050.27498-new/configure 2008-08-30 06:44:06.000000000 -0700
+@@ -615,11 +615,11 @@
+ func=$4
+ shift 4
+ disable $cfg
+- check_cmd ${pkg}-config --version
++ check_cmd @GAR_DESTDIR@@GAR_bindir@/${pkg}-config --version
+ err=$?
+ if test "$err" = 0; then
+- temp_cflags `${pkg}-config --cflags`
+- temp_extralibs `${pkg}-config --libs`
++ temp_cflags [EMAIL PROTECTED]@@GAR_bindir@/${pkg}-config --cflags`
++ temp_extralibs [EMAIL PROTECTED]@@GAR_bindir@/${pkg}-config --libs`
+ check_lib "$@" $header $func && enable $cfg
+ fi
+ return $err
+@@ -1756,7 +1756,7 @@
+
+ disable sdl_too_old
+ disable sdl
+-SDL_CONFIG="${cross_prefix}sdl-config"
++SDL_CONFIG="@GAR_DESTDIR@@GAR_bindir@/sdl-config"
+ if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
+ sdl_cflags=`"${SDL_CONFIG}" --cflags`
+ temp_cflags $sdl_cflags
+diff -Naur ffmpeg-15050.27498-old/Makefile ffmpeg-15050.27498-new/Makefile
+--- ffmpeg-15050.27498-old/Makefile 2008-08-30 06:43:08.000000000 -0700
++++ ffmpeg-15050.27498-new/Makefile 2008-08-30 06:44:06.000000000 -0700
+@@ -87,11 +87,11 @@
+
+ HOOKS = $(addprefix vhook/, $(addsuffix $(SLIBSUF), $(BASEHOOKS)
$(HOOKS-yes)))
+
+-VHOOKCFLAGS-$(HAVE_IMLIB2) += `imlib2-config --cflags`
+-LIBS_imlib2$(SLIBSUF) = `imlib2-config --libs`
++VHOOKCFLAGS-$(HAVE_IMLIB2) += [EMAIL PROTECTED]@@GAR_bindir@/imlib2-config
--cflags`
++LIBS_imlib2$(SLIBSUF) = [EMAIL PROTECTED]@@GAR_bindir@/imlib2-config
--libs`
+
+-VHOOKCFLAGS-$(HAVE_FREETYPE2) += `freetype-config --cflags`
+-LIBS_drawtext$(SLIBSUF) = `freetype-config --libs`
++VHOOKCFLAGS-$(HAVE_FREETYPE2) +=
[EMAIL PROTECTED]@@GAR_bindir@/freetype-config --cflags`
++LIBS_drawtext$(SLIBSUF) =
[EMAIL PROTECTED]@@GAR_bindir@/freetype-config --libs`
+
+ VHOOKCFLAGS += $(VHOOKCFLAGS-yes)
+
+diff -Naur ffmpeg-15050.27498-old/Makefile.orig
ffmpeg-15050.27498-new/Makefile.orig
+--- ffmpeg-15050.27498-old/Makefile.orig 1969-12-31 16:00:00.000000000
-0800
++++ ffmpeg-15050.27498-new/Makefile.orig 2008-08-30 06:44:06.000000000
-0700
+@@ -0,0 +1,333 @@
++include config.mak
++
++SRC_DIR = $(SRC_PATH_BARE)
++
++vpath %.texi $(SRC_PATH_BARE)
++
++PROGS-$(CONFIG_FFMPEG) += ffmpeg
++PROGS-$(CONFIG_FFPLAY) += ffplay
++PROGS-$(CONFIG_FFSERVER) += ffserver
++
++PROGS = $(addsuffix $(EXESUF), $(PROGS-yes))
++PROGS_G = $(addsuffix _g$(EXESUF), $(PROGS-yes))
++OBJS = $(addsuffix .o, $(PROGS-yes)) cmdutils.o
++MANPAGES = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes)))
++
++BASENAMES = ffmpeg ffplay ffserver
++ALLPROGS = $(addsuffix $(EXESUF), $(BASENAMES))
++ALLPROGS_G = $(addsuffix _g$(EXESUF), $(BASENAMES))
++ALLMANPAGES = $(addsuffix .1, $(BASENAMES))
++
++FFLIBS-$(CONFIG_AVFILTER) += avfilter
++FFLIBS-$(CONFIG_POSTPROC) += postproc
++FFLIBS-$(CONFIG_SWSCALE) += swscale
++
++FFLIBS := avdevice avformat avcodec avutil
++
++include common.mak
++
++FF_LDFLAGS := $(FFLDFLAGS)
++FF_EXTRALIBS := $(FFEXTRALIBS)
++FF_DEP_LIBS := $(DEP_LIBS)
++
++ALL_TARGETS-$(CONFIG_VHOOK) += videohook
++ALL_TARGETS-$(BUILD_DOC) += documentation
++
++INSTALL_TARGETS-$(CONFIG_VHOOK) += install-vhook
++ifneq ($(PROGS),)
++INSTALL_TARGETS-yes += install-progs
++INSTALL_TARGETS-$(BUILD_DOC) += install-man
++endif
++INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
++
++all: $(FF_DEP_LIBS) $(PROGS) $(ALL_TARGETS-yes)
++
++$(PROGS): %$(EXESUF): %_g$(EXESUF)
++ cp -p $< $@
++ $(STRIP) $@
++
++SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES DIRS TESTS
++
++define RESET
++$(1) :=
++$(1)-yes :=
++endef
++
++define DOSUBDIR
++$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
++SUBDIR := $(1)/
++include $(1)/Makefile
++endef
++
++$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))
++
++ffplay_g$(EXESUF): FF_EXTRALIBS += $(SDL_LIBS)
++ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
++
++%_g$(EXESUF): %.o cmdutils.o $(FF_DEP_LIBS)
++ $(CC) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS)
++
++output_example$(EXESUF): output_example.o $(FF_DEP_LIBS)
++ $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
++
++tools/%$(EXESUF): tools/%.c
++ $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
++
++ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
++
++VHOOKCFLAGS += $(filter-out -mdynamic-no-pic,$(CFLAGS))
++
++BASEHOOKS = fish null watermark
++ALLHOOKS = $(BASEHOOKS) drawtext imlib2 ppm
++ALLHOOKS_SRCS = $(addprefix vhook/, $(addsuffix .c, $(ALLHOOKS)))
++
++HOOKS-$(HAVE_FORK) += ppm
++HOOKS-$(HAVE_IMLIB2) += imlib2
++HOOKS-$(HAVE_FREETYPE2) += drawtext
++
++HOOKS = $(addprefix vhook/, $(addsuffix $(SLIBSUF), $(BASEHOOKS)
$(HOOKS-yes)))
++
++VHOOKCFLAGS-$(HAVE_IMLIB2) += `imlib2-config --cflags`
++LIBS_imlib2$(SLIBSUF) = `imlib2-config --libs`
++
++VHOOKCFLAGS-$(HAVE_FREETYPE2) += `freetype-config --cflags`
++LIBS_drawtext$(SLIBSUF) = `freetype-config --libs`
++
++VHOOKCFLAGS += $(VHOOKCFLAGS-yes)
++
++vhook/%.o vhook/%.d: CFLAGS:=$(VHOOKCFLAGS)
++
++# vhooks compile fine without libav*, but need them nonetheless.
++videohook: $(FF_DEP_LIBS) $(HOOKS)
++
++$(eval VHOOKSHFLAGS=$(VHOOKSHFLAGS))
++vhook/%$(SLIBSUF): vhook/%.o
++ $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))
++
++VHOOK_DEPS = $(HOOKS:$(SLIBSUF)=.d)
++depend dep: $(VHOOK_DEPS)
++
++documentation: $(addprefix doc/, ffmpeg-doc.html faq.html
ffserver-doc.html \
++ ffplay-doc.html general.html hooks.html \
++ $(ALLMANPAGES))
++
++doc/%.html: doc/%.texi
++ texi2html -monolithic -number $<
++ mv $(@F) $@
++
++doc/%.pod: doc/%-doc.texi
++ doc/texi2pod.pl $< $@
++
++doc/%.1: doc/%.pod
++ pod2man --section=1 --center=" " --release=" " $< > $@
++
++install: $(INSTALL_TARGETS-yes)
++
++install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
++ install -d "$(BINDIR)"
++ install -c -m 755 $(PROGS) "$(BINDIR)"
++
++install-man: $(MANPAGES)
++ install -d "$(MANDIR)/man1"
++ install -m 644 $(MANPAGES) "$(MANDIR)/man1"
++
++install-vhook: videohook
++ install -d "$(SHLIBDIR)/vhook"
++ install -m 755 $(HOOKS) "$(SHLIBDIR)/vhook"
++
++uninstall: uninstall-progs uninstall-man uninstall-vhook
++
++uninstall-progs:
++ rm -f $(addprefix "$(BINDIR)/", $(ALLPROGS))
++
++uninstall-man:
++ rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
++
++uninstall-vhook:
++ rm -f $(addprefix "$(SHLIBDIR)/",$(ALLHOOKS_SRCS:.c=$(SLIBSUF)))
++ -rmdir "$(SHLIBDIR)/vhook/"
++
++clean::
++ rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
++ rm -f doc/*.html doc/*.pod doc/*.1
++ rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
++ rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen
rotozoom seek_test tiny_psnr))
++ rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper
qt-faststart trasher))
++ rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll
++
++distclean::
++ rm -f version.h config.* vhook/*.d
++
++# regression tests
++
++fulltest test: codectest libavtest seektest
++
++FFMPEG_REFFILE = $(SRC_PATH)/tests/ffmpeg.regression.ref
++FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
++LIBAV_REFFILE = $(SRC_PATH)/tests/libav.regression.ref
++ROTOZOOM_REFFILE = $(SRC_PATH)/tests/rotozoom.regression.ref
++SEEK_REFFILE = $(SRC_PATH)/tests/seek.regression.ref
++
++CODEC_TESTS = $(addprefix regtest-, \
++ mpeg \
++ mpeg2 \
++ mpeg2thread \
++ msmpeg4v2 \
++ msmpeg4 \
++ wmv1 \
++ wmv2 \
++ h261 \
++ h263 \
++ h263p \
++ mpeg4 \
++ huffyuv \
++ rc \
++ mpeg4adv \
++ mpeg4thread \
++ error \
++ mpeg4nr \
++ mpeg1b \
++ mjpeg \
++ ljpeg \
++ jpegls \
++ rv10 \
++ rv20 \
++ asv1 \
++ asv2 \
++ flv \
++ ffv1 \
++ snow \
++ snowll \
++ dv \
++ dv50 \
++ svq1 \
++ flashsv \
++ mp2 \
++ ac3 \
++ g726 \
++ adpcm_ima_wav \
++ adpcm_ima_qt \
++ adpcm_ms \
++ adpcm_yam \
++ adpcm_swf \
++ flac \
++ wma \
++ )
++
++LAVF_TESTS = $(addprefix regtest-, \
++ avi \
++ asf \
++ rm \
++ mpg \
++ ts \
++ swf \
++ ffm \
++ flv_fmt \
++ mov \
++ dv_fmt \
++ gxf \
++ nut \
++ mkv \
++ pbmpipe \
++ pgmpipe \
++ ppmpipe \
++ gif \
++ yuv4mpeg \
++ pgm \
++ ppm \
++ bmp \
++ tga \
++ tiff \
++ sgi \
++ jpg \
++ wav \
++ alaw \
++ mulaw \
++ au \
++ mmf \
++ aiff \
++ voc \
++ ogg \
++ pixfmt \
++ )
++
++REGFILES = $(addprefix tests/data/,$(addsuffix .$(1),$(2:regtest-%=%)))
++
++CODEC_ROTOZOOM = $(call REGFILES,rotozoom.regression,$(CODEC_TESTS))
++CODEC_VSYNTH = $(call REGFILES,vsynth.regression,$(CODEC_TESTS))
++
++LAVF_REGFILES = $(call REGFILES,lavf.regression,$(LAVF_TESTS))
++
++LAVF_REG = tests/data/lavf.regression
++ROTOZOOM_REG = tests/data/rotozoom.regression
++VSYNTH_REG = tests/data/vsynth.regression
++
++ifeq ($(CONFIG_SWSCALE),yes)
++servertest codectest $(CODEC_TESTS) libavtest: swscale_error
++swscale_error:
++ @echo
++ @echo "This regression test is incompatible with --enable-swscale."
++ @echo
++ @exit 1
++endif
++
++codectest: $(VSYNTH_REG) $(ROTOZOOM_REG)
++ diff -u -w $(FFMPEG_REFFILE) $(VSYNTH_REG)
++ diff -u -w $(ROTOZOOM_REFFILE) $(ROTOZOOM_REG)
++
++libavtest: $(LAVF_REG)
++ diff -u -w $(LIBAV_REFFILE) $(LAVF_REG)
++
++$(VSYNTH_REG) $(ROTOZOOM_REG) $(LAVF_REG):
++ cat $^ > $@
++
++$(LAVF_REG): $(LAVF_REGFILES)
++$(ROTOZOOM_REG): $(CODEC_ROTOZOOM)
++$(VSYNTH_REG): $(CODEC_VSYNTH)
++
++$(CODEC_VSYNTH) $(CODEC_ROTOZOOM): $(CODEC_TESTS)
++
++$(LAVF_REGFILES): $(LAVF_TESTS)
++
++$(CODEC_TESTS) $(LAVF_TESTS): regtest-ref
++
++regtest-ref: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/vsynth2/00.pgm
tests/asynth1.sw
++
++$(CODEC_TESTS) regtest-ref: tests/tiny_psnr$(EXESUF)
++ $(SRC_PATH)/tests/regression.sh $@ vsynth tests/vsynth1 a
++ $(SRC_PATH)/tests/regression.sh $@ rotozoom tests/vsynth2 a
++
++$(LAVF_TESTS):
++ $(SRC_PATH)/tests/regression.sh $@ lavf tests/vsynth1 b
++
++seektest: codectest libavtest tests/seek_test$(EXESUF)
++ $(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
++
++servertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
++ @echo
++ @echo "Unfortunately ffserver is broken and therefore its regression"
++ @echo "test fails randomly. Treat the results accordingly."
++ @echo
++ $(SRC_PATH)/tests/server-regression.sh $(FFSERVER_REFFILE)
$(SRC_PATH)/tests/test.conf
++
++tests/vsynth1/00.pgm: tests/videogen$(EXESUF)
++ mkdir -p tests/vsynth1
++ $(BUILD_ROOT)/$< 'tests/vsynth1/'
++
++tests/vsynth2/00.pgm: tests/rotozoom$(EXESUF)
++ mkdir -p tests/vsynth2
++ $(BUILD_ROOT)/$< 'tests/vsynth2/' $(SRC_PATH)/tests/lena.pnm
++
++tests/asynth1.sw: tests/audiogen$(EXESUF)
++ $(BUILD_ROOT)/$< $@
++
++%$(EXESUF): %.c
++ $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $<
++
++tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
++ $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
++
++
++.PHONY: lib videohook documentation *test regtest-* swscale-error
++
++-include $(VHOOK_DEPS)
Modified: trunk/gar-minimyth/script/mediaplayers/mplayer-svn/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/mplayer-svn/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/mplayer-svn/Makefile Sat Aug 30
07:23:04 2008
@@ -1,5 +1,5 @@
GARNAME = MPlayer
-GARVERSION = 27354.14430
+GARVERSION = 27498.15050
CATEGORIES = mediaplayers
MASTER_SITES = svn://svn.mplayerhq.hu/
DISTFILES = $(DISTNAME).tar.bz2
@@ -58,7 +58,7 @@
--disable-pvr \
--enable-rtc \
--enable-network \
- --disable-winsock2 \
+ --disable-winsock2_h \
--disable-smb \
--disable-live \
--disable-nemesi \
@@ -77,7 +77,7 @@
--disable-enca \
--disable-macosx \
--disable-maemo \
- --disable-macosx-finder-support \
+ --disable-macosx-finder \
--disable-macosx-bundle \
--disable-inet6 \
--enable-gethostbyname2 \
Modified: trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
(original)
+++ trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums Sat Aug
30
07:23:04 2008
@@ -1,2 +1,2 @@
-4fffbfcd1a7cd68615f8c23af31d5267
download/MPlayer-27354.14430-cross-i386.patch
-7c569fc10f3c867989feb81f8030c8c7
download/MPlayer-27354.14430-cross-x86_64.patch
+74f7ca9049389203ea6c9ae89076bb06
download/MPlayer-27498.15050-cross-i386.patch
+f26916118f8a51a265a0178717dfff0f
download/MPlayer-27498.15050-cross-x86_64.patch
Added:
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-i386.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-i386.patch
Sat Aug 30 07:23:04 2008
@@ -0,0 +1,17 @@
+diff -Naur MPlayer-27498.15050-old/configure
MPlayer-27498.15050-new/configure
+--- MPlayer-27498.15050-old/configure 2008-08-30 06:48:00.000000000 -0700
++++ MPlayer-27498.15050-new/configure 2008-08-30 06:49:48.000000000 -0700
+@@ -2973,12 +2973,7 @@
+
+ echocheck "word size"
+ _mp_wordsize="#undef MP_WORDSIZE"
+-cat > $TMPC << EOF
+-#include <stdio.h>
+-#include <sys/types.h>
+-int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; }
+-EOF
+-cc_check && _wordsize=`$TMPEXE` && _mp_wordsize="#define MP_WORDSIZE
$_wordsize"
++_wordsize=32 && _mp_wordsize="#define MP_WORDSIZE $_wordsize"
+ echores "$_wordsize"
+
+
Added:
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-x86_64.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/MPlayer-27498.15050-cross-x86_64.patch
Sat Aug 30 07:23:04 2008
@@ -0,0 +1,17 @@
+diff -Naur MPlayer-27498.15050-old/configure
MPlayer-27498.15050-new/configure
+--- MPlayer-27498.15050-old/configure 2008-08-30 06:48:00.000000000 -0700
++++ MPlayer-27498.15050-new/configure 2008-08-30 06:50:28.000000000 -0700
+@@ -2973,12 +2973,7 @@
+
+ echocheck "word size"
+ _mp_wordsize="#undef MP_WORDSIZE"
+-cat > $TMPC << EOF
+-#include <stdio.h>
+-#include <sys/types.h>
+-int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; }
+-EOF
+-cc_check && _wordsize=`$TMPEXE` && _mp_wordsize="#define MP_WORDSIZE
$_wordsize"
++_wordsize=64 && _mp_wordsize="#define MP_WORDSIZE $_wordsize"
+ echores "$_wordsize"
+
+
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---