Author: pebender
Date: Tue Mar 24 18:36:38 2009
New Revision: 4512
Removed:
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/checksums
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/files/
Modified:
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/lib/ffmpeg/files/ffmpeg.patch.gar
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/Makefile
trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk
Log:
- Updated packages lib/ffmpeg and mediaplayers/mplayer-svn.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Tue Mar 24 18:36:38 2009
@@ -58,8 +58,8 @@
</li>
<li><a
href="http://home.kabelfoon.nl/~moongies/streamtuned.html">MythStream</a>
<strong>0.18_1</strong></li>
<li>
- <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
29024</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18115</strong>
+ <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
29049</strong> and
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18178</strong>
</li>
<li>
<a href="http://www.mplayerhq.hu/">MPlayer</a>
<strong>1.0rc2</strong> with patches to add
@@ -70,13 +70,13 @@
</li>
<li>
<a href="http://www.videolan.org/">VLC</a>
<strong>0.9.8a</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18115</strong>
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18178</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.16.2</strong> and
- <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18115</strong>
+ <a href="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> <strong>SVN
18178</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 Tue Mar 24 18:36:38 2009
@@ -1,5 +1,5 @@
GARNAME = ffmpeg
-GARVERSION = 18115.$(MPLAYER_TRUNK_VERSION)
+GARVERSION = 18178.$(MPLAYER_TRUNK_VERSION)
CATEGORIES = lib
MASTER_SITES = svn://svn.ffmpeg.org/
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 Tue Mar 24 18:36:38 2009
@@ -1 +1 @@
-28a1c92c820e5737a4d241abf35429f2 download/ffmpeg.patch.gar
+f668d9021bcb4a438f6d2314411f9b01 download/ffmpeg.patch.gar
Modified: trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/files/ffmpeg.patch.gar Tue Mar 24
18:36:38 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-18115.29024-old/configure
ffmpeg-18115.29024-new/configure
---- ffmpeg-18115.29024-old/configure 2009-03-21 10:21:30.000000000 -0700
-+++ ffmpeg-18115.29024-new/configure 2009-03-21 10:25:28.000000000 -0700
+diff -Naur ffmpeg-18178.29049-old/configure
ffmpeg-18178.29049-new/configure
+--- ffmpeg-18178.29049-old/configure 2009-03-24 11:10:04.000000000 -0700
++++ ffmpeg-18178.29049-new/configure 2009-03-24 11:10:47.000000000 -0700
@@ -723,11 +723,11 @@
func=$4
shift 4
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 Tue Mar 24
18:36:38 2009
@@ -4,7 +4,6 @@
MASTER_SITES = svn://svn.mplayerhq.hu/mplayer/trunk/
SOURCEPKG = lib/ffmpeg lib/libdvdnav lib/libdvdread
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(GARNAME)-x11_headers.patch
LICENSE = mplayer
mplayer_LICENSE_TEXT = $(WORKSRC)/Copyright
@@ -210,10 +209,12 @@
--disable-sunaudio \
--disable-win32waveout \
--disable-select
+# The --extra-cflags option forces configure to look in the correct
directory for X11.
CONFIGURE_ARGS_MISC = \
--enable-runtime-cpudetection \
--enable-cross-compile \
--cc="$(CC)" \
+ --extra-cflags="-I$(DESTDIR)$(includedir)" \
--host-cc="$(build_CC)" \
--as="$(AS)" \
--nm="$(NM)" \
Modified: trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk
(original)
+++ trunk/gar-minimyth/script/mediaplayers/mplayer-svn/package-api.mk Tue
Mar 24 18:36:38 2009
@@ -1 +1 @@
-MPLAYER_TRUNK_VERSION=29024
+MPLAYER_TRUNK_VERSION=29049
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---