diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-18 06:03:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-18 06:03:28 +0800 |
commit | 0494b383a09377a2943f8ca44eb134061158091e (patch) | |
tree | 941e8464c071e002f835ba2eec3dd4b148b5f333 | |
parent | c08fdb2fee234bd6d4f5e74e9a4c41b99908694f (diff) | |
download | marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.gz marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.bz2 marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.lz marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.xz marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.tar.zst marcuscom-ports-0494b383a09377a2943f8ca44eb134061158091e.zip |
Add cdaudio gstreamer plugin.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3261 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gstreamer.mk | 4 | ||||
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 14 |
2 files changed, 17 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 94a7fc26a..c33b26d70 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -52,7 +52,7 @@ GST_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdparanoia dirac \ +_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdaudio cdparanoia dirac \ dts dv dvd esound faac faad ffmpeg flac gdkpixbuf \ gnomevfs gsm hermes ivorbis jack jpeg jpeg-mmx ladspa \ lame libcaca libfame libmng libpng libvisual mad mikmod \ @@ -79,6 +79,8 @@ artsd_PLIST= libgstartsdsink audiofile_DEPENDS= audio/gstreamer-plugins-audiofile +cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio + cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia esound_DEPENDS= audio/gstreamer-plugins-esound diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile new file mode 100644 index 000000000..76c83dff9 --- /dev/null +++ b/audio/gstreamer-plugins-cdaudio/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-cdaudio +# Date created: 17 Dec 2004 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio + +GST_PLUGIN= cdaudio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |