[95681] trunk/dports/multimedia/mplayer-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 18 21:32:03 PDT 2012


Revision: 95681
          https://trac.macports.org/changeset/95681
Author:   jeremyhu at macports.org
Date:     2012-07-18 21:32:02 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
mplayer-devel: Bump to current svn trunk

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2012-07-19 04:23:39 UTC (rev 95680)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2012-07-19 04:32:02 UTC (rev 95681)
@@ -5,14 +5,13 @@
 PortSystem          1.0
 
 name                mplayer-devel
-version             34874
-revision            1
+version             35034
 categories          multimedia
 maintainers         acho jeremyhu openmaintainer
 platforms           darwin
 
 set dvdnav_ver      1243
-set ffmpeg_ver      70d54392f5015b9c6594fcae558f59f952501e3b
+set ffmpeg_ver      56ae5926f739bd26a5aa4add98604b7cd3c2d6ca
 
 description         The MPlayer movie player built from SVN.
 long_description    ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \
@@ -42,8 +41,8 @@
     system "svn export -r${dvdnav_ver} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src ${worksrcpath}/libdvdnav/"
     system "svn export -r${dvdnav_ver} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src ${worksrcpath}/libdvdread4/"
 
-    # 1500 should be deep enough to find out checkout
-    system "git clone --depth 1500 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
+    # 2000 should be deep enough to find out checkout within ~6 months
+    system "git clone --depth 2000 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
     system "cd ${worksrcpath}/ffmpeg && git checkout -f ${ffmpeg_ver}"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/bee5633b/attachment-0001.html>


More information about the macports-changes mailing list