pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove audio/gst-plugins1-spc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09044f76592f
branches:  trunk
changeset: 339178:09044f76592f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 08 00:00:06 2019 +0000

description:
Remove audio/gst-plugins1-spc.

This plugin was removed from gstreamer, so it's failing to build due to
missing files.

diffstat:

 audio/Makefile                              |   3 +--
 audio/gst-plugins1-spc/DESCR                |  12 ------------
 audio/gst-plugins1-spc/Makefile             |   9 ---------
 audio/gst-plugins1-spc/PLIST                |   2 --
 multimedia/gst-plugins1-bad/Makefile.common |   3 +--
 5 files changed, 2 insertions(+), 27 deletions(-)

diffs (66 lines):

diff -r f91695c847aa -r 09044f76592f audio/Makefile
--- a/audio/Makefile    Sat Sep 07 23:52:38 2019 +0000
+++ b/audio/Makefile    Sun Sep 08 00:00:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.560 2019/07/21 23:08:22 nia Exp $
+# $NetBSD: Makefile,v 1.561 2019/09/08 00:00:06 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -200,7 +200,6 @@
 SUBDIR+=       gst-plugins1-pulse
 SUBDIR+=       gst-plugins1-sid
 SUBDIR+=       gst-plugins1-soundtouch
-SUBDIR+=       gst-plugins1-spc
 SUBDIR+=       gst-plugins1-speex
 SUBDIR+=       gst-plugins1-twolame
 SUBDIR+=       gst-plugins1-vorbis
diff -r f91695c847aa -r 09044f76592f audio/gst-plugins1-spc/DESCR
--- a/audio/gst-plugins1-spc/DESCR      Sat Sep 07 23:52:38 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-GStreamer is a library that allows the construction of graphs of
-media-handling components, ranging from simple Ogg/Vorbis 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.
-
-GStreamer is released under the LGPL.
-
-This package is part of the 'bad' plugins for GStreamer.  It provides the
-spcdec plugin, which allows playback of SNES SPC audio files.
diff -r f91695c847aa -r 09044f76592f audio/gst-plugins1-spc/Makefile
--- a/audio/gst-plugins1-spc/Makefile   Sat Sep 07 23:52:38 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/08/08 21:31:07 wiz Exp $
-
-GST_PLUGINS1_NAME=     spc
-GST_PLUGINS1_DIRS=     ext/spc
-
-.include "../../multimedia/gst-plugins1-bad/Makefile.common"
-
-.include "../../audio/libopenspc/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f91695c847aa -r 09044f76592f audio/gst-plugins1-spc/PLIST
--- a/audio/gst-plugins1-spc/PLIST      Sat Sep 07 23:52:38 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:09:06 ryoon Exp $
-lib/gstreamer-1.0/libgstspc.la
diff -r f91695c847aa -r 09044f76592f multimedia/gst-plugins1-bad/Makefile.common
--- a/multimedia/gst-plugins1-bad/Makefile.common       Sat Sep 07 23:52:38 2019 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile.common       Sun Sep 08 00:00:06 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.33 2019/05/29 20:51:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2019/09/08 00:00:06 nia Exp $
 # used by audio/gst-plugins1-dts/Makefile
 # used by audio/gst-plugins1-faac/Makefile
 # used by audio/gst-plugins1-faad/Makefile
 # used by audio/gst-plugins1-soundtouch/Makefile
-# used by audio/gst-plugins1-spc/Makefile
 # used by net/gst-plugins1-mms/Makefile
 # used by net/gst-plugins1-rtmp/Makefile
 # used by multimedia/gst-plugins1-resindvd/Makefile



Home | Main Index | Thread Index | Old Index