pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-libde265 multimedia/gst-plugin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f8405909f0f
branches:  trunk
changeset: 769515:8f8405909f0f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 15 22:08:42 2021 +0000

description:
multimedia/gst-plugins1-libde265: import gst-plugins1-libde265-1.18.5

Packaged for wip by nia.

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 libde265 plugin for GStreamer, which allows
decoding High Efficiency Video Coding (HEVC, or H.265) video.

diffstat:

 multimedia/gst-plugins1-libde265/DESCR    |  10 ++++++++++
 multimedia/gst-plugins1-libde265/Makefile |  13 +++++++++++++
 multimedia/gst-plugins1-libde265/PLIST    |   2 ++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r b20e1011de0d -r 8f8405909f0f multimedia/gst-plugins1-libde265/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-libde265/DESCR    Mon Nov 15 22:08:42 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 libde265 plugin for GStreamer, which allows
+decoding High Efficiency Video Coding (HEVC, or H.265) video.
diff -r b20e1011de0d -r 8f8405909f0f multimedia/gst-plugins1-libde265/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-libde265/Makefile Mon Nov 15 22:08:42 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/11/15 22:08:42 wiz Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-bad/-libde265/}
+CATEGORIES=    multimedia gnome
+
+COMMENT=       Open source multimedia framework - HEVC/H.265 decoder plugin
+
+GST_EXT_BUILD= # defined
+GST_PLUGINS+=  libde265
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+.include "../../multimedia/libde265/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b20e1011de0d -r 8f8405909f0f multimedia/gst-plugins1-libde265/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-libde265/PLIST    Mon Nov 15 22:08:42 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:08:42 wiz Exp $
+lib/gstreamer-1.0/libgstde265.so



Home | Main Index | Thread Index | Old Index