pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-bad gst-plugins1-bad: Ensure t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe9faaf22702
branches:  trunk
changeset: 771718:fe9faaf22702
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Dec 23 20:50:31 2021 +0000

description:
gst-plugins1-bad: Ensure transcode plugin is fully (instead of partially...)
built for pitivi.

diffstat:

 multimedia/gst-plugins1-bad/Makefile |  7 +++++--
 multimedia/gst-plugins1-bad/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r c6b37779674c -r fe9faaf22702 multimedia/gst-plugins1-bad/Makefile
--- a/multimedia/gst-plugins1-bad/Makefile      Thu Dec 23 20:34:37 2021 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile      Thu Dec 23 20:50:31 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/12/08 16:02:23 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/23 20:50:31 nia Exp $
 
 PKGNAME=       ${DISTNAME:S/plugins/plugins1/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    multimedia gnome
 
 COMMENT=       Open source multimedia framework - bad plugins
@@ -66,6 +66,9 @@
 GST_PLUGINS+=  subenc
 GST_PLUGINS+=  switchbin
 GST_PLUGINS+=  timecode
+# XXX: maybe revisit
+# XXX: multimedia/gst-plugins1-transcode
+GST_PLUGINS+=  transcode
 GST_PLUGINS+=  videofilters
 GST_PLUGINS+=  videoframe_audiolevel
 GST_PLUGINS+=  videoparsers
diff -r c6b37779674c -r fe9faaf22702 multimedia/gst-plugins1-bad/PLIST
--- a/multimedia/gst-plugins1-bad/PLIST Thu Dec 23 20:34:37 2021 +0000
+++ b/multimedia/gst-plugins1-bad/PLIST Thu Dec 23 20:50:31 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2021/11/15 22:01:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/12/23 20:50:31 nia Exp $
 bin/gst-transcoder-1.0
 include/gstreamer-1.0/gst/audio/audio-bad-prelude.h
 include/gstreamer-1.0/gst/audio/gstnonstreamaudiodecoder.h
@@ -128,6 +128,7 @@
 lib/gstreamer-1.0/libgstsubenc.so
 lib/gstreamer-1.0/libgstswitchbin.so
 lib/gstreamer-1.0/libgsttimecode.so
+lib/gstreamer-1.0/libgsttranscode.so
 lib/gstreamer-1.0/libgstvideofiltersbad.so
 lib/gstreamer-1.0/libgstvideoframe_audiolevel.so
 lib/gstreamer-1.0/libgstvideoparsersbad.so



Home | Main Index | Thread Index | Old Index