diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-23 06:26:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-23 06:26:19 +0800 |
commit | 3f6af082927860d58a6b4c70c381da1b20ed92b3 (patch) | |
tree | 3c5a13119252e76c8b16be8af56fe8038a5ff530 /multimedia | |
parent | c8bd8ed6756ef5fa01c9516f71d848f9f2b615cd (diff) | |
download | freebsd-ports-graphics-3f6af082927860d58a6b4c70c381da1b20ed92b3.tar.gz freebsd-ports-graphics-3f6af082927860d58a6b4c70c381da1b20ed92b3.tar.zst freebsd-ports-graphics-3f6af082927860d58a6b4c70c381da1b20ed92b3.zip |
Revive gstreamer-plugins-cdaudio
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 71e01835426..3e96b3fc745 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -134,6 +134,10 @@ gst_bz2_DIST= bad # cairo gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +# cdaudio +gst_cdaudio_LIB_DEPENDS+=cdaudio.1:${PORTSDIR}/audio/libcdaudio +gst_cdaudio_DIST= bad + # cdparanoia gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION} |