diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | Mk/bsd.gstreamer.mk | 2 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 17 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
5 files changed, 23 insertions, 2 deletions
@@ -2238,7 +2238,6 @@ java/diablo-jdk13||2006-04-24|Removed due to security problems and no longer bei java/diablo-jre13||2006-04-24|Removed due to security problems and no longer being distributed audio/gstreamer-plugins-artsd|audio/gstreamer-plugins-artsd80|2006-04-29|Not part of gstreamer 0.10 yet audio/gstreamer-plugins-audiofile|audio/gstreamer-plugins-audiofile80|2006-04-29|Not part of gstreamer 0.10 yet -audio/gstreamer-plugins-cdaudio|audio/gstreamer-plugins-cdaudio80|2006-04-29|Not part of gstreamer 0.10 yet sysutils/gstreamer-plugins-cdio|sysutils/gstreamer-plugins-cdio80|2006-04-29|Not part of gstreamer 0.10 yet multimedia/gstreamer-plugins-dirac|multimedia/gstreamer-plugins-dirac80|2006-04-29|Not part of gstreamer 0.10 yet graphics/gstreamer-plugins-gdkpixbuf|graphics/gstreamer-plugins-gdkpixbuf80|2006-04-29|Not part of gstreamer 0.10 yet diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index c42dc354c6d7..76c94a35f1ad 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -60,7 +60,7 @@ GST80_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdparanoia dts \ +_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \ libmms libpng libvisual mad mpeg2dec \ diff --git a/audio/Makefile b/audio/Makefile index 6c8156d7b88a..647f5b3a3208 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -211,6 +211,7 @@ SUBDIR += gstreamer-plugins-a52dec80 SUBDIR += gstreamer-plugins-artsd80 SUBDIR += gstreamer-plugins-audiofile80 + SUBDIR += gstreamer-plugins-cdaudio SUBDIR += gstreamer-plugins-cdaudio80 SUBDIR += gstreamer-plugins-cdparanoia SUBDIR += gstreamer-plugins-cdparanoia80 diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile new file mode 100644 index 000000000000..0b73161a4944 --- /dev/null +++ b/audio/gstreamer-plugins-cdaudio/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-cdaudio +# Date created: 22 Dec 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer frontend to libcdaudio + +GST_PLUGIN= cdaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 71e018354261..3e96b3fc745a 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} |