diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:27:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:27:32 +0000 |
commit | e64ee8893284b01f55d2d97b3ead0ed8b6439717 (patch) | |
tree | 2b9d42abdab23b587cf510cc8f098fdfe065645c | |
parent | 6f5ada535a432fc8a48b6ea582d756adbd652622 (diff) | |
download | pkgsrc-e64ee8893284b01f55d2d97b3ead0ed8b6439717.tar.gz |
Move gst-plugins-ogg from the audio to the multimedia category (as done with
the libogg package). This is version 0.8.1.
-rw-r--r-- | multimedia/gst-plugins-ogg/DESCR | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins-ogg/Makefile | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins-ogg/PLIST | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/gst-plugins-ogg/DESCR b/multimedia/gst-plugins-ogg/DESCR new file mode 100644 index 00000000000..166e53dff95 --- /dev/null +++ b/multimedia/gst-plugins-ogg/DESCR @@ -0,0 +1,4 @@ +This package provides the ogg plugin for GStreamer, which lets it handle +OGG media containers. You'll probably want to install gst-plugins-vorbis +and gst-plugins-theora too, which provide its respective audio and video +codecs. diff --git a/multimedia/gst-plugins-ogg/Makefile b/multimedia/gst-plugins-ogg/Makefile new file mode 100644 index 00000000000..581692865da --- /dev/null +++ b/multimedia/gst-plugins-ogg/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/16 13:27:32 jmmv Exp $ +# + +GST_PLUGINS_NAME= ogg +GST_PLUGINS_DIR= ext/ogg + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../multimedia/libogg/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins-ogg/PLIST b/multimedia/gst-plugins-ogg/PLIST new file mode 100644 index 00000000000..7cc6fd20bd8 --- /dev/null +++ b/multimedia/gst-plugins-ogg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/16 13:27:32 jmmv Exp $ +lib/gstreamer-0.8/libgstogg.a +lib/gstreamer-0.8/libgstogg.la +lib/gstreamer-0.8/libgstogg.so +@comment in gstreamer: @dirrm lib/gstreamer-0.8 |