pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia multimedia: import gst-plugins1-openh264 fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c35e5482fdc
branches:  trunk
changeset: 769568:6c35e5482fdc
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 16 15:00:32 2021 +0000

description:
multimedia: import gst-plugins1-openh264 from wip

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 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.

This package provides the OpenH264 plugin for GStreamer, which is an
encoder and decoder for Advanced Video Coding (AVC, or H.264) video.

diffstat:

 multimedia/Makefile                       |   3 ++-
 multimedia/gst-plugins1-openh264/DESCR    |  10 ++++++++++
 multimedia/gst-plugins1-openh264/Makefile |  13 +++++++++++++
 multimedia/gst-plugins1-openh264/PLIST    |   2 ++
 4 files changed, 27 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 0679536b7019 -r 6c35e5482fdc multimedia/Makefile
--- a/multimedia/Makefile       Tue Nov 16 15:00:30 2021 +0000
+++ b/multimedia/Makefile       Tue Nov 16 15:00:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.314 2021/11/16 14:56:35 nia Exp $
+# $NetBSD: Makefile,v 1.315 2021/11/16 15:00:32 nia Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -80,6 +80,7 @@
 SUBDIR+=       gst-plugins1-mpeg2dec
 SUBDIR+=       gst-plugins1-ogg
 SUBDIR+=       gst-plugins1-omx
+SUBDIR+=       gst-plugins1-openh264
 SUBDIR+=       gst-plugins1-resindvd
 SUBDIR+=       gst-plugins1-theora
 SUBDIR+=       gst-plugins1-transcoder
diff -r 0679536b7019 -r 6c35e5482fdc multimedia/gst-plugins1-openh264/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-openh264/DESCR    Tue Nov 16 15:00:32 2021 +0000
@@ -0,0 +1,10 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 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.
+
+This package provides the OpenH264 plugin for GStreamer, which is an
+encoder and decoder for Advanced Video Coding (AVC, or H.264) video.
diff -r 0679536b7019 -r 6c35e5482fdc multimedia/gst-plugins1-openh264/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-openh264/Makefile Tue Nov 16 15:00:32 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/11/16 15:00:32 nia Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-bad/-openh264/}
+CATEGORIES=    multimedia gnome
+
+COMMENT=       Open source multimedia framework - H.264/MPEG-4 decoder plugin
+
+GST_EXT_BUILD= # defined
+GST_PLUGINS+=  openh264
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+.include "../../multimedia/openh264/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0679536b7019 -r 6c35e5482fdc multimedia/gst-plugins1-openh264/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-openh264/PLIST    Tue Nov 16 15:00:32 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/16 15:00:32 nia Exp $
+lib/gstreamer-1.0/libgstopenh264.so



Home | Main Index | Thread Index | Old Index