Ticket #37146: changes.patch
File changes.patch, 3.2 KB (added by ii343hbka, 12 years ago) |
---|
-
/opt/local/var/macports/sources/
old new 10 10 license Restrictive 11 11 maintainers cal openmaintainer 12 12 description mplayer2 is an advanced general-purpose video player. A fork of the original MPlayer project, it contains significant \ 13 further development and supports a number of features not available in other Unix players. 13 further development and supports a number of features not available in other Unix players. \ 14 \ 15 this port is dirty fix for missing cdio/da.h file 14 16 long_description ${description} 15 17 16 18 homepage http://www.mplayer2.org/ … … 44 46 port:lame \ 45 47 port:lcms2 \ 46 48 port:libass \ 47 port:libcdio \48 49 port:libdca \ 49 50 port:libdv \ 50 51 port:libdvdnav \ … … 106 107 --enable-dvdread \ 107 108 --disable-dvdread-internal \ \ 108 109 --disable-libdvdcss-internal \ 109 --enable-cddb \110 110 --disable-unrarexec \ 111 111 --enable-sortsub \ 112 112 --enable-enca \ … … 124 124 --enable-png \ 125 125 --enable-mng \ 126 126 --enable-jpeg \ 127 --enable-libcdio \128 127 --disable-win32dll \ 129 128 --disable-qtx \ 130 129 --disable-xanim \ … … 182 181 --disable-static \ 183 182 --extra-cflags=\"${configure.cppflags} ${configure.optflags} [get_canonical_archflags cc] -Wno-pointer-sign\" \ 184 183 --extra-ldflags=\"${configure.ldflags} [get_canonical_archflags ld]\" \ 185 --extra-libs=\"-liconv -lncurses -lpng -lz -lmng -lz -ljpeg -ldvdread -l cdio_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 \"184 --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 \" 186 185 187 186 # leave out libass, as configure doesn't handle it correctly 188 187 # --enable-libass \