pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Finish move of gst-plugins-ogg from audio to multimedia.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86f90c4f4db6
branches:  trunk
changeset: 473110:86f90c4f4db6
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Apr 16 13:39:54 2004 +0000

description:
Finish move of gst-plugins-ogg from audio to multimedia.

diffstat:

 audio/Makefile                 |   3 +--
 audio/gst-plugins-ogg/DESCR    |   4 ----
 audio/gst-plugins-ogg/Makefile |  11 -----------
 audio/gst-plugins-ogg/PLIST    |   5 -----
 multimedia/Makefile            |   3 ++-
 5 files changed, 3 insertions(+), 23 deletions(-)

diffs (66 lines):

diff -r b86d6d73fe8b -r 86f90c4f4db6 audio/Makefile
--- a/audio/Makefile    Fri Apr 16 13:32:03 2004 +0000
+++ b/audio/Makefile    Fri Apr 16 13:39:54 2004 +0000
@@ -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-flac
 SUBDIR+=       gst-plugins-lame
 SUBDIR+=       gst-plugins-mad
-SUBDIR+=       gst-plugins-ogg
 SUBDIR+=       gst-plugins-oss
 SUBDIR+=       gst-plugins-vorbis
 SUBDIR+=       gtkmserv
diff -r b86d6d73fe8b -r 86f90c4f4db6 audio/gst-plugins-ogg/DESCR
--- a/audio/gst-plugins-ogg/DESCR       Fri Apr 16 13:32:03 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b86d6d73fe8b -r 86f90c4f4db6 audio/gst-plugins-ogg/Makefile
--- a/audio/gst-plugins-ogg/Makefile    Fri Apr 16 13:32:03 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b86d6d73fe8b -r 86f90c4f4db6 audio/gst-plugins-ogg/PLIST
--- a/audio/gst-plugins-ogg/PLIST       Fri Apr 16 13:32:03 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r b86d6d73fe8b -r 86f90c4f4db6 multimedia/Makefile
--- a/multimedia/Makefile       Fri Apr 16 13:32:03 2004 +0000
+++ b/multimedia/Makefile       Fri Apr 16 13:39:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/04/14 12:12:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.38 2004/04/16 13:39:54 jmmv Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -21,6 +21,7 @@
 SUBDIR+=       gst-plugins-dvdnav
 SUBDIR+=       gst-plugins-dvdread
 SUBDIR+=       gst-plugins-mpeg2dec
+SUBDIR+=       gst-plugins-ogg
 SUBDIR+=       gst-plugins-theora
 SUBDIR+=       gstreamer
 SUBDIR+=       gxine



Home | Main Index | Thread Index | Old Index