pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 16 15:00:32 UTC 2021

Modified Files:
        pkgsrc/multimedia: Makefile
Added Files:
        pkgsrc/multimedia/gst-plugins1-openh264: DESCR Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 pkgsrc/multimedia/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-openh264/DESCR \
    pkgsrc/multimedia/gst-plugins1-openh264/Makefile \
    pkgsrc/multimedia/gst-plugins1-openh264/PLIST

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

Modified files:

Index: pkgsrc/multimedia/Makefile
diff -u pkgsrc/multimedia/Makefile:1.314 pkgsrc/multimedia/Makefile:1.315
--- pkgsrc/multimedia/Makefile:1.314    Tue Nov 16 14:56:35 2021
+++ pkgsrc/multimedia/Makefile  Tue Nov 16 15:00:32 2021
@@ -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-libde265
 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

Added files:

Index: pkgsrc/multimedia/gst-plugins1-openh264/DESCR
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-openh264/DESCR:1.1
--- /dev/null   Tue Nov 16 15:00:32 2021
+++ pkgsrc/multimedia/gst-plugins1-openh264/DESCR       Tue Nov 16 15:00:32 2021
@@ -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.
Index: pkgsrc/multimedia/gst-plugins1-openh264/Makefile
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-openh264/Makefile:1.1
--- /dev/null   Tue Nov 16 15:00:32 2021
+++ pkgsrc/multimedia/gst-plugins1-openh264/Makefile    Tue Nov 16 15:00:32 2021
@@ -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"
Index: pkgsrc/multimedia/gst-plugins1-openh264/PLIST
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-openh264/PLIST:1.1
--- /dev/null   Tue Nov 16 15:00:32 2021
+++ pkgsrc/multimedia/gst-plugins1-openh264/PLIST       Tue Nov 16 15:00:32 2021
@@ -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