pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gst-plugins1-webp graphics/gst-plugins1-webp:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac642741ae7c
branches:  trunk
changeset: 769510:ac642741ae7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 15 22:07:34 2021 +0000

description:
graphics/gst-plugins1-webp: import gst-plugins1-webp-1.18.5

Packaged by nia for 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 WebP image plugin for GStreamer.

diffstat:

 graphics/gst-plugins1-webp/DESCR    |   9 +++++++++
 graphics/gst-plugins1-webp/Makefile |  13 +++++++++++++
 graphics/gst-plugins1-webp/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r c4cf64c591bd -r ac642741ae7c graphics/gst-plugins1-webp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-webp/DESCR  Mon Nov 15 22:07:34 2021 +0000
@@ -0,0 +1,9 @@
+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 WebP image plugin for GStreamer.
diff -r c4cf64c591bd -r ac642741ae7c graphics/gst-plugins1-webp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-webp/Makefile       Mon Nov 15 22:07:34 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2021/11/15 22:07:34 wiz Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-bad/-webp/}
+CATEGORIES=    graphics gnome
+
+COMMENT=       Open source multimedia framework - WebP image plugin
+
+GST_EXT_BUILD= # defined
+GST_PLUGINS+=  webp
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4cf64c591bd -r ac642741ae7c graphics/gst-plugins1-webp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins1-webp/PLIST  Mon Nov 15 22:07:34 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:07:34 wiz Exp $
+lib/gstreamer-1.0/libgstwebp.so



Home | Main Index | Thread Index | Old Index