summaryrefslogtreecommitdiff
path: root/audio/gst-plugins0.8-artsd
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
commit242def50680f318f43cc95c2712cf7d34b63d0a9 (patch)
tree2778145e81c274bac6cb238b5ac96ed84209f993 /audio/gst-plugins0.8-artsd
parent1e6d860699c0e5cbdf4351a6627f0aecfa84d4ad (diff)
downloadpkgsrc-242def50680f318f43cc95c2712cf7d34b63d0a9.tar.gz
Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
Diffstat (limited to 'audio/gst-plugins0.8-artsd')
-rw-r--r--audio/gst-plugins0.8-artsd/DESCR9
-rw-r--r--audio/gst-plugins0.8-artsd/Makefile12
-rw-r--r--audio/gst-plugins0.8-artsd/PLIST3
-rw-r--r--audio/gst-plugins0.8-artsd/buildlink3.mk25
4 files changed, 49 insertions, 0 deletions
diff --git a/audio/gst-plugins0.8-artsd/DESCR b/audio/gst-plugins0.8-artsd/DESCR
new file mode 100644
index 00000000000..2e8d6a0fccd
--- /dev/null
+++ b/audio/gst-plugins0.8-artsd/DESCR
@@ -0,0 +1,9 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 playback to complex
+audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently. Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+This package provides the artsd plugin for GStreamer.
diff --git a/audio/gst-plugins0.8-artsd/Makefile b/audio/gst-plugins0.8-artsd/Makefile
new file mode 100644
index 00000000000..4860f51decd
--- /dev/null
+++ b/audio/gst-plugins0.8-artsd/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:01 jmmv Exp $
+#
+
+GST_PLUGINS0.8_NAME= artsd
+GST_PLUGINS0.8_DIR= ext/artsd
+
+.include "../../multimedia/gst-plugins0.8/Makefile.common"
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/arts/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/gst-plugins0.8-artsd/PLIST b/audio/gst-plugins0.8-artsd/PLIST
new file mode 100644
index 00000000000..5b8167b3deb
--- /dev/null
+++ b/audio/gst-plugins0.8-artsd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:01 jmmv Exp $
+lib/gstreamer-0.8/libgstartsdsink.la
+@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8
diff --git a/audio/gst-plugins0.8-artsd/buildlink3.mk b/audio/gst-plugins0.8-artsd/buildlink3.mk
new file mode 100644
index 00000000000..6bad00db07e
--- /dev/null
+++ b/audio/gst-plugins0.8-artsd/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2006/01/18 12:44:01 jmmv Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GST_PLUGINS0.8_ARTSD_BUILDLINK3_MK:= ${GST_PLUGINS0.8_ARTSD_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gst-plugins0.8-artsd
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.8-artsd}
+BUILDLINK_PACKAGES+= gst-plugins0.8-artsd
+
+.if !empty(GST_PLUGINS0.8_ARTSD_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gst-plugins0.8-artsd+= gst-plugins0.8-artsd>=0.8.11
+BUILDLINK_PKGSRCDIR.gst-plugins0.8-artsd?= ../../audio/gst-plugins0.8-artsd
+.endif # GST_PLUGINS0.8_ARTSD_BUILDLINK3_MK
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../audio/arts/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.8/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}