diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 03:58:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 03:58:25 +0800 |
commit | c1a031da5c07a4cf6860a9b924070af1cc23b5dc (patch) | |
tree | 42332a24218cd85cc8fef5c1ff35a4f063841d67 /multimedia | |
parent | 94ae965c14d97caae5ef148867e51cda1ac9b355 (diff) | |
download | marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar.gz marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar.bz2 marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar.lz marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar.xz marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.tar.zst marcuscom-ports-c1a031da5c07a4cf6860a9b924070af1cc23b5dc.zip |
- Don't install cdda stuff with cdparanoia
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 8 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 285a34eec..f56722f06 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -126,6 +126,7 @@ post-patch: s|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la||; \ s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la||; \ s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la||; \ + s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la||; \ s|%%VERSION%%|${VERSION}|' #.for f in ${GST_ALL_PLUGINS} # @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \ diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index ad6b83fe8..3ccc04b5c 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -146,13 +146,7 @@ LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo # cdparanoia .if ${GST_PLUGIN}=="cdparanoia" LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia -GST_PLUGIN_DIR= gst-libs/gst/cdda \ - ext/cdparanoia -PLIST_FILES= include/gstreamer-0.10/gst/cdda/gstcddabasesrc.h \ - ${GST_LIB_DIR}/libgstcdparanoia.so \ - lib/libgstcdda-0.10.a \ - lib/libgstcdda-0.10.so \ - lib/libgstcdda-0.10.so.1 +EXTRA_LIBS+= -lgstcdda-${VERSION} DIST= base .endif |