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

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 07:33:20 PST 2015


Revision: 142863
          https://trac.macports.org/changeset/142863
Author:   jeremyhu at macports.org
Date:     2015-11-24 20:39:49 -0800 (Tue, 24 Nov 2015)
Log Message:
-----------
mplayer-devel: Version bump to current trunk

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

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2015-11-25 04:38:32 UTC (rev 142862)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2015-11-25 04:39:49 UTC (rev 142863)
@@ -6,15 +6,15 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                mplayer-devel
-version             37268
-revision            1
+version             37559
 categories          multimedia
 license             GPL-2+
 maintainers         jeremyhu openmaintainer
 platforms           darwin
 
 set dvdnav_ver      1294
-set ffmpeg_ver      ab84effdeda931a74d8503891488ed538619a5d3
+set ffmpeg_branch   master
+set ffmpeg_ver      4ea4d2f438c9a7eba37980c9a87be4b34943e4d5
 
 description         The MPlayer movie player built from SVN.
 long_description    ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \
@@ -45,7 +45,7 @@
     system "svn export -r${dvdnav_ver} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src ${worksrcpath}/libdvdread4/"
 
     # 10000 should be deep enough to find out checkout within a year
-    system "git clone --depth 10000 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
+    system "git clone -b ${ffmpeg_branch} --depth 10000 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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/07b7d6ba/attachment.html>


More information about the macports-changes mailing list