[121708] trunk/dports/multimedia/mplayer2/Portfile

cal at macports.org cal at macports.org
Fri Jul 4 08:56:43 PDT 2014


Revision: 121708
          https://trac.macports.org/changeset/121708
Author:   cal at macports.org
Date:     2014-07-04 08:56:43 -0700 (Fri, 04 Jul 2014)
Log Message:
-----------
mplayer2: update to 2.0-20131009, closes #44238

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer2/Portfile

Modified: trunk/dports/multimedia/mplayer2/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer2/Portfile	2014-07-04 15:25:45 UTC (rev 121707)
+++ trunk/dports/multimedia/mplayer2/Portfile	2014-07-04 15:56:43 UTC (rev 121708)
@@ -14,11 +14,12 @@
 long_description        ${description}
 
 homepage                http://www.mplayer2.org/
-version                 2.0-20130428
-revision                3
+version                 2.0-20131009
 fetch.type              git
-git.url                 git://git.mplayer2.org/mplayer2.git
-git.branch              6c87a981baa4972fd71c25dfddea017b5a972e89
+# This is a hack b/c the mplayer2.git is HUGE and takes AGES to fetch; let's
+# hope nobody makes more than 100 commits before I update the port.
+git.url                 --depth 100 git://git.mplayer2.org/mplayer2.git
+git.branch              2c378c71a4d9b1df382db9aa787b646628b4e3f9
 
 # disable livecheck, because it seems upstream isn't going to do any releases
 livecheck.type          none
@@ -115,7 +116,6 @@
                         --disable-w32threads \
                         --disable-rpath \
                         --enable-libpostproc \
-                        --disable-libavresample \
                         --disable-gif \
                         --enable-png \
                         --enable-mng \
@@ -176,7 +176,7 @@
                         --disable-static \
                         --extra-cflags=\"${configure.cppflags} ${configure.optflags} [get_canonical_archflags cc] -Wno-pointer-sign\" \
                         --extra-ldflags=\"${configure.ldflags} [get_canonical_archflags ld]\" \
-                        --extra-libs=\"-liconv -lncurses -lpng -lz -lmng -lz -ljpeg -ldvdread -lfreetype -lfontconfig -lass -lfribidi -lenca -lz -lmad -lvorbis -logg -lspeex -ltheora -logg -la52 -ldca -lfaad -lavutil -lavcodec -lavformat -lswscale -lpostproc -ldv -lxvidcore -lm -ldvdnavmini -lpthread -lm -framework IOKit -framework Cocoa -framework OpenGL -framework QuartzCore -lSDLmain -lSDL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lintl -llcms2 \"
+                        --extra-libs=\"-liconv -lncurses -lpng -lz -lmng -lz -ljpeg -ldvdread -lfreetype -lfontconfig -lass -lfribidi -lenca -lz -lmad -lvorbis -logg -lspeex -ltheora -logg -la52 -ldca -lfaad -lavutil -lavcodec -lavformat -lavresample -lswscale -lpostproc -ldv -lxvidcore -lm -ldvdnavmini -lpthread -lm -framework IOKit -framework Cocoa -framework OpenGL -framework QuartzCore -lSDLmain -lSDL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lintl -llcms2 \"
 
                         # leave out libass, as configure doesn't handle it correctly
                         # --enable-libass \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140704/09402051/attachment-0001.html>


More information about the macports-changes mailing list