diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-12 17:05:57 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-12 17:05:57 +0800 |
| commit | 3d0dca5f6df1b14e03008c238a17495fa889fd71 (patch) | |
| tree | 659646024e6fb4def042eed0fe39d840c3d271c4 /multimedia/gstreamer-plugins/Makefile.common | |
| parent | 86b5598bd7c7c49949d84431e1b64de7dfade480 (diff) | |
| download | marcuscom-ports-3d0dca5f6df1b14e03008c238a17495fa889fd71.tar.gz marcuscom-ports-3d0dca5f6df1b14e03008c238a17495fa889fd71.tar.zst marcuscom-ports-3d0dca5f6df1b14e03008c238a17495fa889fd71.zip | |
Update to 0.8.9.
Fix the cairo plugin with offical patches for cairo 0.5.0 [1].
Obtained from: Gstreamer cvs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4079 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
| -rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 287243726..f5f5602d0 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -74,7 +74,6 @@ GST_ALL_PLUGINS= \ theora \ vcd \ vorbis \ - xine \ vorbistest \ xvid @@ -95,9 +94,12 @@ CONFIGURE_ARGS+=--disable-tests \ --disable-osx_audio \ --disable-osx_video \ --enable-static \ + --disable-spc \ --disable-sunaudio \ --disable-gst_v4l \ --disable-gst_v4l2 \ + --enable-wavepack \ + --disable-xine \ --enable-x \ --enable-xshm \ --enable-xvideo @@ -441,11 +443,6 @@ LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor .endif -# xine -.if ${GST_PLUGIN}=="xine" -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine -.endif - # xvid .if ${GST_PLUGIN}=="xvid" LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid |
