diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:39:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:39:54 +0000 |
commit | bf1e12d3138c135b1b1f4d401bfa4508523d918d (patch) | |
tree | 368c3e41c4e09367c2c0c8ddaee44f2d785f970a /audio | |
parent | 16f3e9ea422ae5d8f79fb9dca91ac6250793d33d (diff) | |
download | pkgsrc-bf1e12d3138c135b1b1f4d401bfa4508523d918d.tar.gz |
Finish move of gst-plugins-ogg from audio to multimedia.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/gst-plugins-ogg/DESCR | 4 | ||||
-rw-r--r-- | audio/gst-plugins-ogg/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins-ogg/PLIST | 5 |
4 files changed, 1 insertions, 22 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3e4560a17cc..986702c0723 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2004/04/15 16:38:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.225 2004/04/16 13:39:54 jmmv Exp $ # COMMENT= Audio tools @@ -80,7 +80,6 @@ SUBDIR+= gst-plugins-esound SUBDIR+= gst-plugins-flac SUBDIR+= gst-plugins-lame SUBDIR+= gst-plugins-mad -SUBDIR+= gst-plugins-ogg SUBDIR+= gst-plugins-oss SUBDIR+= gst-plugins-vorbis SUBDIR+= gtkmserv diff --git a/audio/gst-plugins-ogg/DESCR b/audio/gst-plugins-ogg/DESCR deleted file mode 100644 index 166e53dff95..00000000000 --- a/audio/gst-plugins-ogg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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/audio/gst-plugins-ogg/Makefile b/audio/gst-plugins-ogg/Makefile deleted file mode 100644 index 095054dbef5..00000000000 --- a/audio/gst-plugins-ogg/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2004/04/12 23:15:01 salo 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/audio/gst-plugins-ogg/PLIST b/audio/gst-plugins-ogg/PLIST deleted file mode 100644 index 40a6078cf67..00000000000 --- a/audio/gst-plugins-ogg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/15 21:24:28 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 |