Author: pebender
Date: Thu May 21 08:05:57 2009
New Revision: 4804
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 May 21
08:05:57 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 66 (2009-05-20):
+Changes since 66 (2009-05-21):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Thu May 21 08:05:57 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
29274</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
18770</strong>
+ <a href="http://www.mplayerhq.hu/">MPlayer</a> <strong>SVN
29318</strong> and
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
18890</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.9a</strong> and
- <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
18770</strong>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
18890</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
18770</strong>
+ <a href="http://www.ffmpeg.org/">FFmpeg</a> <strong>SVN
18890</strong>
</li>
<li>
<a href="http://fceultra.sourceforge.net/">FCE Ultra</a>
<strong>0.98.13-pre</strong>
@@ -198,7 +198,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2009-05-19
+ Last Updated on 2009-05-21
<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 May 21 08:05:57 2009
@@ -1,5 +1,5 @@
GARNAME = ffmpeg
-GARVERSION = 18770.$(MPLAYER_TRUNK_VERSION)
+GARVERSION = 18890.$(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 May 21 08:05:57 2009
@@ -1 +1 @@
-7abf19d1ed53ad589f2e38ed2133d760 download/ffmpeg.patch.gar
+38e52b49cf440874a26f9063858083d0 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 May 21
08:05:57 2009
@@ -1,6 +1,6 @@
-diff -Naur ffmpeg-18770.29274-old/configure
ffmpeg-18770.29274-new/configure
---- ffmpeg-18770.29274-old/configure 2009-05-07 16:25:14.000000000 -0700
-+++ ffmpeg-18770.29274-new/configure 2009-05-07 16:26:06.000000000 -0700
+diff -Naur ffmpeg-18890.29318-old/configure
ffmpeg-18890.29318-new/configure
+--- ffmpeg-18890.29318-old/configure 2009-05-21 06:33:10.000000000 -0700
++++ ffmpeg-18890.29318-new/configure 2009-05-21 06:33:26.000000000 -0700
@@ -729,11 +729,11 @@
func=$4
shift 4
@@ -16,7 +16,7 @@
check_lib "$@" $header $func && enable $cfg
fi
return $err
-@@ -2083,7 +2083,7 @@
+@@ -2089,7 +2089,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
May 21 08:05:57 2009
@@ -1 +1 @@
-MPLAYER_TRUNK_VERSION=29274
+MPLAYER_TRUNK_VERSION=29318
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---