[125128] trunk/dports/multimedia/mplayer-devel

jeremyhu at macports.org jeremyhu at macports.org
Sat Sep 6 23:13:30 PDT 2014


Revision: 125128
          https://trac.macports.org/changeset/125128
Author:   jeremyhu at macports.org
Date:     2014-09-06 23:13:30 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
mplayer-devel: Bump to current sources

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

Removed Paths:
-------------
    trunk/dports/multimedia/mplayer-devel/files/vo_corevideo.m.patch

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2014-09-07 01:40:45 UTC (rev 125127)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2014-09-07 06:13:30 UTC (rev 125128)
@@ -6,15 +6,14 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                mplayer-devel
-version             36449
-revision            4
+version             37268
 categories          multimedia
 license             GPL-2+
 maintainers         jeremyhu openmaintainer
 platforms           darwin
 
-set dvdnav_ver      1257
-set ffmpeg_ver      09887096734eabaac5454b3fb5e4489457ac9434
+set dvdnav_ver      1294
+set ffmpeg_ver      ab84effdeda931a74d8503891488ed538619a5d3
 
 description         The MPlayer movie player built from SVN.
 long_description    ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \
@@ -44,8 +43,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/"
 
-    # 5000 should be deep enough to find out checkout within a year
-    system "git clone --depth 5000 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
+    # 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 "cd ${worksrcpath}/ffmpeg && git checkout -f ${ffmpeg_ver}"
 }
 
@@ -88,7 +87,7 @@
     --disable-libschroedinger-lavc --disable-liba52  \
     --disable-gif
 
-patchfiles configure.x11.patch configure.vorbis.patch vo_corevideo.m.patch
+patchfiles configure.x11.patch configure.vorbis.patch
 
 post-patch {
     # https://trac.macports.org/ticket/38935

Deleted: trunk/dports/multimedia/mplayer-devel/files/vo_corevideo.m.patch
===================================================================
--- trunk/dports/multimedia/mplayer-devel/files/vo_corevideo.m.patch	2014-09-07 01:40:45 UTC (rev 125127)
+++ trunk/dports/multimedia/mplayer-devel/files/vo_corevideo.m.patch	2014-09-07 06:13:30 UTC (rev 125128)
@@ -1,10 +0,0 @@
---- libvo/vo_corevideo.m.~1~   2012-05-23 16:03:07.000000000 -0400
-+++ libvo/vo_corevideo.m       2013-10-30 18:25:39.000000000 -0400
-@@ -25,6 +25,7 @@
- #include <sys/mman.h>
- #include <unistd.h>
- #include <CoreServices/CoreServices.h>
-+#include <OpenGL/gl.h>
- //special workaround for Apple bug #6267445
- //(OSServices Power API disabled in OSServices.h for 64bit systems)
- #ifndef __POWER__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/b9b5f710/attachment.html>


More information about the macports-changes mailing list