diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-15 22:09:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-15 22:09:58 +0000 |
commit | fce307049d2b0a1e08b6e77ebe50b3719e839f15 (patch) | |
tree | 74406a7db6a1c9fe80e34791a33aa1bd7c5491a5 /x11 | |
parent | cea25d8fd476d17daa96bb4f840547695e6ea4d7 (diff) | |
download | pkgsrc-fce307049d2b0a1e08b6e77ebe50b3719e839f15.tar.gz |
x11/gst-plugins1-ximagesrc: import gst-plugins1-ximagesrc-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 Ogg/Vorbis 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.
GStreamer is released under the LGPL.
This package is part of the 'good' plugins for GStreamer. It provides a
additional plugins to access the X Window System.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gst-plugins1-ximagesrc/DESCR | 12 | ||||
-rw-r--r-- | x11/gst-plugins1-ximagesrc/Makefile | 13 | ||||
-rw-r--r-- | x11/gst-plugins1-ximagesrc/PLIST | 2 | ||||
-rw-r--r-- | x11/gst-plugins1-ximagesrc/a | 12 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/gst-plugins1-ximagesrc/DESCR b/x11/gst-plugins1-ximagesrc/DESCR new file mode 100644 index 00000000000..68176b37319 --- /dev/null +++ b/x11/gst-plugins1-ximagesrc/DESCR @@ -0,0 +1,12 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis 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. + +GStreamer is released under the LGPL. + +This package is part of the 'good' plugins for GStreamer. It provides a +additional plugins to access the X Window System. diff --git a/x11/gst-plugins1-ximagesrc/Makefile b/x11/gst-plugins1-ximagesrc/Makefile new file mode 100644 index 00000000000..d3c2f3404f8 --- /dev/null +++ b/x11/gst-plugins1-ximagesrc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/11/15 22:09:58 wiz Exp $ + +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-ximagesrc/} +CATEGORIES= x11 gnome + +COMMENT= Open source multimedia framework - X11 image plugin + +GST_PLUGINS+= ximagesrc + +.include "../../multimedia/gst-plugins1-good/Makefile.common" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gst-plugins1-ximagesrc/PLIST b/x11/gst-plugins1-ximagesrc/PLIST new file mode 100644 index 00000000000..86580ec9fe3 --- /dev/null +++ b/x11/gst-plugins1-ximagesrc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:09:58 wiz Exp $ +lib/gstreamer-1.0/libgstximagesrc.so diff --git a/x11/gst-plugins1-ximagesrc/a b/x11/gst-plugins1-ximagesrc/a new file mode 100644 index 00000000000..46d4a60f137 --- /dev/null +++ b/x11/gst-plugins1-ximagesrc/a @@ -0,0 +1,12 @@ +# $NetBSD: a,v 1.1 2021/11/15 22:09:58 wiz Exp $ + +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/} +CATEGORIES= audio gnome + +COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin + +GST_PLUGINS+= a52dec + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" +.include "../../audio/liba52/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |