Revision
100176
Author
cal@macports.org
Date
2012-12-01 14:47:41 -0800 (Sat, 01 Dec 2012)

Log Message

mplayer2: disable libcdio, closes #37146

The recent update of libcdio broke mplayer2, because cdparanoia is no
longer shipped with libcdio itself but now is a separate project.

This commit disables libcdio in mplayer2 for now until somebody makes
a port for the missing parts.

Modified Paths

Diff

Modified: trunk/dports/multimedia/mplayer2/Portfile (100175 => 100176)


--- trunk/dports/multimedia/mplayer2/Portfile	2012-12-01 22:44:26 UTC (rev 100175)
+++ trunk/dports/multimedia/mplayer2/Portfile	2012-12-01 22:47:41 UTC (rev 100176)
@@ -44,7 +44,6 @@
                         port:lame \
                         port:lcms2 \
                         port:libass \
-                        port:libcdio \
                         port:libdca \
                         port:libdv \
                         port:libdvdnav \
@@ -106,7 +105,6 @@
                         --enable-dvdread \
                         --disable-dvdread-internal \ \
                         --disable-libdvdcss-internal \
-                        --enable-cddb \
                         --disable-unrarexec \
                         --enable-sortsub \
                         --enable-enca \
@@ -124,7 +122,6 @@
                         --enable-png \
                         --enable-mng \
                         --enable-jpeg \
-                        --enable-libcdio \
                         --disable-win32dll \
                         --disable-qtx \
                         --disable-xanim \
@@ -182,7 +179,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 -lSDLmain -lSDL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lintl -llcms2 -lquvi \"
+                        --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 -lquvi \"
 
                         # leave out libass, as configure doesn't handle it correctly
                         # --enable-libass \