summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:20:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-06-19 14:20:22 +0000
commit69052301515d28782a8f6b1df8bb6bd83ad712fe (patch)
treef653cfdd62e6b7dece73c264f54cfbe21ba6c40f /audio
parentUpdate to 1.2.5. (diff)
- Readd gstreamer-plugins-sndfile
Notes
Notes: svn path=/head/; revision=193884
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer-plugins-sndfile/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index dc2f77d6fcee..c17282a5c92b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -237,6 +237,7 @@
SUBDIR += gstreamer-plugins-pulse
SUBDIR += gstreamer-plugins-shout2
SUBDIR += gstreamer-plugins-sidplay
+ SUBDIR += gstreamer-plugins-sndfile
SUBDIR += gstreamer-plugins-spc
SUBDIR += gstreamer-plugins-speex
SUBDIR += gstreamer-plugins-vorbis
diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile
new file mode 100644
index 000000000000..e22dfd65792d
--- /dev/null
+++ b/audio/gstreamer-plugins-sndfile/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-sndfile
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 1
+CATEGORIES= audio
+
+COMMENT= Gstreamer sndfile plugin
+
+GST_PLUGIN= sndfile
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"