diff options
author | jmmv <jmmv> | 2006-01-18 12:44:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-18 12:44:00 +0000 |
commit | 1829f479dedeef0f1e57e1ca4f0842f9ea0d3b16 (patch) | |
tree | 2778145e81c274bac6cb238b5ac96ed84209f993 /sysutils/gst-plugins0.8-gnomevfs | |
parent | 1ce3ebb67beb7eb710c6ed8442f93c9c071aba3a (diff) | |
download | pkgsrc-1829f479dedeef0f1e57e1ca4f0842f9ea0d3b16.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 'sysutils/gst-plugins0.8-gnomevfs')
-rw-r--r-- | sysutils/gst-plugins0.8-gnomevfs/DESCR | 11 | ||||
-rw-r--r-- | sysutils/gst-plugins0.8-gnomevfs/Makefile | 11 | ||||
-rw-r--r-- | sysutils/gst-plugins0.8-gnomevfs/PLIST | 3 | ||||
-rw-r--r-- | sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk | 18 |
4 files changed, 43 insertions, 0 deletions
diff --git a/sysutils/gst-plugins0.8-gnomevfs/DESCR b/sysutils/gst-plugins0.8-gnomevfs/DESCR new file mode 100644 index 00000000000..08650969066 --- /dev/null +++ b/sysutils/gst-plugins0.8-gnomevfs/DESCR @@ -0,0 +1,11 @@ +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 gnomevfs plugin for GStreamer, which allows file +access through the GNOME VFS abstraction layer. This means that it can open +files using any of the methods supported by the GNOME VFS library. diff --git a/sysutils/gst-plugins0.8-gnomevfs/Makefile b/sysutils/gst-plugins0.8-gnomevfs/Makefile new file mode 100644 index 00000000000..55301bdb35e --- /dev/null +++ b/sysutils/gst-plugins0.8-gnomevfs/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:04 jmmv Exp $ +# + +GST_PLUGINS0.8_NAME= gnomevfs +GST_PLUGINS0.8_DIR= ext/gnomevfs +GST_PLUGINS0.8_FLAG= gnome_vfs + +.include "../../multimedia/gst-plugins0.8/Makefile.common" + +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gst-plugins0.8-gnomevfs/PLIST b/sysutils/gst-plugins0.8-gnomevfs/PLIST new file mode 100644 index 00000000000..51fbf7c2c07 --- /dev/null +++ b/sysutils/gst-plugins0.8-gnomevfs/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2006/01/18 12:44:04 jmmv Exp $ +lib/gstreamer-0.8/libgstgnomevfs.la +@comment in gstreamer0.8: @dirrm lib/gstreamer-0.8 diff --git a/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk b/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk new file mode 100644 index 00000000000..3e1039cd7ff --- /dev/null +++ b/sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1 2006/01/18 12:44:04 jmmv Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK:= ${GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gst-plugins0.8-gnomevfs +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.8-gnomevfs} +BUILDLINK_PACKAGES+= gst-plugins0.8-gnomevfs + +.if !empty(GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.gst-plugins0.8-gnomevfs+= gst-plugins0.8-gnomevfs>=0.8.11 +BUILDLINK_PKGSRCDIR.gst-plugins0.8-gnomevfs?= ../../sysutils/gst-plugins0.8-gnomevfs +.endif # GST_PLUGINS0.8_GNOMEVFS_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |