pkgsrc-WIP-changes archive

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

gst-plugins1-bad: some cleanups



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 8 19:07:40 2021 +0100
Changeset:	265d9d7748bd4170f92e28e9bd0d0f9bd4dac334

Modified Files:
	gst-plugins1-bad/DESCR
	gst-plugins1-bad/Makefile
	gst-plugins1-bad/distinfo
	gst-plugins1-bad/patches/patch-sys_shm_meson.build

Log Message:
gst-plugins1-bad: some cleanups

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

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

diffstat:
 gst-plugins1-bad/DESCR                             | 17 +++++------------
 gst-plugins1-bad/Makefile                          |  2 --
 gst-plugins1-bad/distinfo                          |  2 +-
 gst-plugins1-bad/patches/patch-sys_shm_meson.build |  3 ++-
 4 files changed, 8 insertions(+), 16 deletions(-)

diffs:
diff --git a/gst-plugins1-bad/DESCR b/gst-plugins1-bad/DESCR
index d1577fa2ab..c9c0e4d536 100644
--- a/gst-plugins1-bad/DESCR
+++ b/gst-plugins1-bad/DESCR
@@ -1,12 +1,5 @@
-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 GStreamer plugins; that is, those
-that need more quality, testing or documentation.
+GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par
+compared to the rest. They might be close to being good quality,
+but they're missing something - be it a good code review, some
+documentation, a set of tests, a real live maintainer, or some
+actual wide use.
diff --git a/gst-plugins1-bad/Makefile b/gst-plugins1-bad/Makefile
index 73cf15a81b..c46a244ba0 100644
--- a/gst-plugins1-bad/Makefile
+++ b/gst-plugins1-bad/Makefile
@@ -45,8 +45,6 @@ MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gst-libs/gst/uridownloader:${WRKSRC}
 .include "../../wip/openh264/buildlink3.mk"
 .include "../../net/libmicrodns/buildlink3.mk"
 .include "../../net/libnice/buildlink3.mk"
-.include "../../www/neon/buildlink3.mk"
-.include "../../x11/libxcb/buildlink3.mk"
 .include "../../wip/gst-plugins1-base/buildlink3.mk"
 .include "../../wip/gstreamer1/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-bad/distinfo b/gst-plugins1-bad/distinfo
index 773541f2ef..199a53bd72 100644
--- a/gst-plugins1-bad/distinfo
+++ b/gst-plugins1-bad/distinfo
@@ -3,4 +3,4 @@ $NetBSD: distinfo,v 1.39 2020/07/16 11:27:25 markd Exp $
 BLAKE2s (gst-plugins-bad-1.18.5.tar.xz) = be2cb1e39a5768b45b93c7ce760b87398af3502379c50c7d067b608278c8336d
 SHA512 (gst-plugins-bad-1.18.5.tar.xz) = 619c0ac0055b8d1b767924a9ee68a3fd87b197b3587784387a296d2dac8f30fe28d00d2ac3c94968fb71cfccb50ceffa6e2ad86d1857f63f1b05c5780a5c0a20
 Size (gst-plugins-bad-1.18.5.tar.xz) = 5649536 bytes
-SHA1 (patch-sys_shm_meson.build) = 502e32d72acdf66626ca5a736f12cf4b12ea8c33
+SHA1 (patch-sys_shm_meson.build) = a638461c0b4b2afaa0f75d589f7e594f23d64a2f
diff --git a/gst-plugins1-bad/patches/patch-sys_shm_meson.build b/gst-plugins1-bad/patches/patch-sys_shm_meson.build
index a325ef6831..74d016e9d6 100644
--- a/gst-plugins1-bad/patches/patch-sys_shm_meson.build
+++ b/gst-plugins1-bad/patches/patch-sys_shm_meson.build
@@ -1,6 +1,7 @@
 $NetBSD$
 
 On NetBSD, the shm functions are in librt.
+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1687
 
 --- sys/shm/meson.build.orig	2021-09-08 19:03:40.991253900 +0000
 +++ sys/shm/meson.build
@@ -9,7 +10,7 @@ On NetBSD, the shm functions are in librt.
  
  shm_deps = []
 -if ['darwin', 'ios'].contains(host_system) or host_system.endswith('bsd')
-+if ['darwin', 'ios'].contains(host_system)
++if ['darwin', 'ios', 'freebsd', 'openbsd'].contains(host_system)
    rt_dep = []
    shm_enabled = true
  else


Home | Main Index | Thread Index | Old Index