pkgsrc-WIP-changes archive

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

gst-plugins1-good: clean up



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 8 19:34:43 2021 +0100
Changeset:	422f2931f6ad93bae6d11f08005a0d42a4f8747c

Modified Files:
	gst-plugins1-good/DESCR
	gst-plugins1-good/Makefile

Log Message:
gst-plugins1-good: clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=422f2931f6ad93bae6d11f08005a0d42a4f8747c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gst-plugins1-good/DESCR    | 16 ++++------------
 gst-plugins1-good/Makefile |  8 --------
 2 files changed, 4 insertions(+), 20 deletions(-)

diffs:
diff --git a/gst-plugins1-good/DESCR b/gst-plugins1-good/DESCR
index 6d97a894d6..ad5efa8f76 100644
--- a/gst-plugins1-good/DESCR
+++ b/gst-plugins1-good/DESCR
@@ -1,12 +1,4 @@
-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 good GStreamer plugins; that is, those that are
-considered to be stable and correctly coded.
+GStreamer Good Plug-ins is a set of plug-ins that we consider to
+have good quality code, correct functionality, our preferred license
+(LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting
+library).
diff --git a/gst-plugins1-good/Makefile b/gst-plugins1-good/Makefile
index f8736042c2..1f988e745f 100644
--- a/gst-plugins1-good/Makefile
+++ b/gst-plugins1-good/Makefile
@@ -22,13 +22,6 @@ PYTHON_FOR_BUILD_ONLY=		tool
 
 LDFLAGS+=	${LIBOSSAUDIO}
 
-# not packaged
-#Run-time dependency libiec61883 found: NO (tried pkgconfig and cmake)
-# dependency too big
-#Run-time dependency qt5 (modules: Core, Gui, Qml, Quick) found: NO (tried pkgconfig and config-tool)
-# not packaged
-#Run-time dependency gudev-1.0 found: NO (tried pkgconfig and cmake)
-
 # test status as of 1.18.5
 #Ok:                 104 
 #Expected Fail:      0   
@@ -53,7 +46,6 @@ LDFLAGS+=	${LIBOSSAUDIO}
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 # prefer libcaca to aalib
 .include "../../graphics/libcaca/buildlink3.mk"
-.include "../../graphics/libv4l/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../multimedia/libdv/buildlink3.mk"


Home | Main Index | Thread Index | Old Index