[117525] trunk/dports/multimedia/VLC-devel/Portfile
Revision: 117525 https://trac.macports.org/changeset/117525 Author: jeremyhu@macports.org Date: 2014-03-02 12:54:57 -0800 (Sun, 02 Mar 2014) Log Message: ----------- VLC-devel: Enable live555 support Modified Paths: -------------- trunk/dports/multimedia/VLC-devel/Portfile Modified: trunk/dports/multimedia/VLC-devel/Portfile =================================================================== --- trunk/dports/multimedia/VLC-devel/Portfile 2014-03-02 20:30:53 UTC (rev 117524) +++ trunk/dports/multimedia/VLC-devel/Portfile 2014-03-02 20:54:57 UTC (rev 117525) @@ -6,7 +6,7 @@ name VLC-devel version 2.1.99 -revision 8 +revision 9 categories multimedia @@ -50,7 +50,7 @@ port:libdvdnav port:libdvdread port:libproxy \ port:fluidsynth port:libsamplerate port:libupnp \ port:avahi path:lib/libavcodec.dylib:ffmpeg \ - port:openjpeg15 port:libbluray port:FreeRDP \ + port:openjpeg15 port:libbluray port:FreeRDP port:live555 \ port:libdc1394 port:libmpeg2 port:libass port:libsdl \ port:libsdl_image port:schroedinger port:speex port:libmodplug \ port:libmpcdec port:fontconfig port:freetype port:fribidi port:libdvbpsi \ @@ -60,7 +60,7 @@ port:readline port:xorg-libX11 port:xorg-libXau port:xorg-libXdmcp \ port:xorg-libXext port:xorg-libXrandr port:xorg-libxcb port:xrender -# TODO: live555 opencv +# TODO: opencv # VLC-2.1 and later are x86_64-only: https://trac.videolan.org/vlc/ticket/8161 universal_variant no @@ -120,6 +120,9 @@ # gl.c:121:3: error: Platform not recognized. configure.cppflags-append -D__unix__=1 +# live555 is installed to a weird location +configure.cppflags-append -I${prefix}/lib/live/liveMedia/include + build.target all destroot.target install @@ -147,7 +150,7 @@ # Codec Plugins configure.args-append \ - --enable-a52 --enable-faad --enable-flac --disable-live555 \ + --enable-a52 --enable-faad --enable-flac --enable-live555 \ --enable-opus --enable-vorbis --enable-ogg --enable-mad --enable-libass \ --enable-dca --enable-png --disable-quicktime --enable-twolame \ --enable-speex --enable-theora --enable-x264 --enable-postproc \
participants (1)
-
jeremyhu@macports.org