diff options
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 |