Author: pebender
Date: Thu Jun 11 03:34:15 2009
New Revision: 4921
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/lib/ffmpeg/files/ffmpeg.patch.gar
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/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jun 11
03:34:15 2009
@@ -24,8 +24,10 @@
Updated kernel-2.6.30/linux.
Updated kernel-headers/linux-headers-2.6.30.
Updated lib/bluez.
+ Updated lib/ffmpeg.
Updated lib/libdvdnav.
Updated lib/libdvdread.
+ Updated mediaplayers/mplayer-svn.
Updated net/syslinux.
Updated system/lcdproc.
Updated system/zoneinfo.
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Thu Jun 11 03:34:15 2009
@@ -58,9 +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
29333</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19012</strong> patched to add
- <a
href="http://gitorious.org/ffmpeg/ffmpeg-mt">multi-threading</a>
+ <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
29352</strong> and
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19153</strong>
</li>
<li>
<a href="http://www.mplayerhq.hu/">MPlayer</a>
<strong>1.0rc2</strong> with patches to add
@@ -71,15 +70,13 @@
</li>
<li>
<a href="http://www.videolan.org/">VLC</a>
<strong>0.9.9a</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19012</strong> patched to add
- <a
href="http://gitorious.org/ffmpeg/ffmpeg-mt">multi-threading</a>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19153</strong>
(experimental)
</li>
<li>
<a href="http://www.xine-project.org/">xine-ui</a>
<strong>0.99.5</strong>,
<a href="http://www.xine-project.org/">xine-lib</a>
<strong>1.1.16.3</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19012</strong> patched to add
- <a
href="http://gitorious.org/ffmpeg/ffmpeg-mt">multi-threading</a>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
19153</strong>
</li>
<li>
<a href="http://fceultra.sourceforge.net/">FCE Ultra</a>
<strong>0.98.13-pre</strong>
@@ -200,7 +197,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2009-06-10
+ Last Updated on 2009-06-11
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile Thu Jun 11 03:34:15 2009
@@ -1,5 +1,5 @@
GARNAME = ffmpeg
-GARVERSION = 19012.$(MPLAYER_TRUNK_VERSION)
+GARVERSION = 19153.$(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 Thu Jun 11 03:34:15 2009
@@ -1 +1 @@
-e3558131735079065ef931c2a1b047d9 download/ffmpeg.patch.gar
+5a236d1cd696d7835d28a2b1f0275b62 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 Thu Jun 11
03:34:15 2009
@@ -1,7 +1,7 @@
-diff -Naur ffmpeg-19012.29333-old/configure
ffmpeg-19012.29333-new/configure
---- ffmpeg-19012.29333-old/configure 2009-06-03 07:05:27.000000000 -0700
-+++ ffmpeg-19012.29333-new/configure 2009-06-03 07:05:43.000000000 -0700
-@@ -729,11 +729,11 @@
+diff -Naur ffmpeg-19153.29352-old/configure
ffmpeg-19153.29352-new/configure
+--- ffmpeg-19153.29352-old/configure 2009-06-11 03:13:15.000000000 -0700
++++ ffmpeg-19153.29352-new/configure 2009-06-11 03:13:34.000000000 -0700
+@@ -734,11 +734,11 @@
func=$4
shift 4
disable $cfg
@@ -16,7 +16,7 @@
check_lib "$@" $header $func && enable $cfg
fi
return $err
-@@ -2094,7 +2094,7 @@
+@@ -2129,7 +2129,7 @@
disable sdl_too_old
disable sdl
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 Thu
Jun 11 03:34:15 2009
@@ -1 +1 @@
-MPLAYER_TRUNK_VERSION=29333
+MPLAYER_TRUNK_VERSION=29352
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---