[95853] trunk/dports/multimedia/mplayer2

cal at macports.org cal at macports.org
Tue Jul 24 11:44:17 PDT 2012


Revision: 95853
          https://trac.macports.org/changeset/95853
Author:   cal at macports.org
Date:     2012-07-24 11:44:17 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
mplayer2: disable x11, which causes problems on SL, #35177

- this disables x11 which breaks the build because of confliciting types on 10.6
  (x11 video is probably seldomly used on OS X anyway, because GL/SDL/Cocoa output is so much nicer)
- remove empty files directory

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

Removed Paths:
-------------
    trunk/dports/multimedia/mplayer2/files/

Modified: trunk/dports/multimedia/mplayer2/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer2/Portfile	2012-07-24 17:37:55 UTC (rev 95852)
+++ trunk/dports/multimedia/mplayer2/Portfile	2012-07-24 18:44:17 UTC (rev 95853)
@@ -15,6 +15,7 @@
 
 homepage                http://www.mplayer2.org/
 version                 2.0-20120606
+revision                1
 fetch.type              git
 git.url                 git://git.mplayer2.org/mplayer2.git
 git.branch              f63dbaddb6de6add6d987dc28ca8771aca230451
@@ -56,10 +57,6 @@
                         port:mesa \
                         port:ncurses \
                         port:speex \
-                        port:xorg-libX11 \
-                        port:xorg-libXext \
-                        port:xorg-libXv \
-                        port:xorg-libXxf86vm \
                         port:XviD \
                         port:zlib
 
@@ -161,11 +158,11 @@
                         --disable-dvb \
                         --disable-mga \
                         --disable-xmga \
-                        --enable-xv \
+                        --disable-xv \
                         --disable-vdpau \
                         --enable-vm \
                         --disable-xinerama \
-                        --enable-x11 \
+                        --disable-x11 \
                         --disable-xshape \
                         --disable-xss \
                         --disable-fbdev \
@@ -201,7 +198,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 -lcdio_paranoia -lcdio_cdda -lcdio -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 -lXext -lX11 -lXv -lXxf86vm -lSDLmain -lSDL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lintl\"
+                        --extra-libs=\"-liconv -lncurses -lpng -lz -lmng -lz -ljpeg -ldvdread -lcdio_paranoia -lcdio_cdda -lcdio -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\"
 
                         # leave out libass, as configrue doesn't handle it correctly
                         # --enable-libass \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120724/cdd49477/attachment.html>


More information about the macports-changes mailing list