diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-15 22:09:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-15 22:09:10 +0000 |
commit | 968edca88cc0696db9e2c1ea89feb03bee1d0df9 (patch) | |
tree | 2c18a312b282ccb483b83cebc558f14790b96ca0 /multimedia | |
parent | 1c9f9cec87c5dd119a7bba0ec499e162969413ba (diff) | |
download | pkgsrc-968edca88cc0696db9e2c1ea89feb03bee1d0df9.tar.gz |
multimedia/gst-plugins1-x265: import gst-plugins1-x265-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 x265 plugin for GStreamer, which allows encoding
High Efficiency Video Coding (HEVC/H.265) video.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-x265/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-x265/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gst-plugins1-x265/PLIST | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-x265/DESCR b/multimedia/gst-plugins1-x265/DESCR new file mode 100644 index 00000000000..82acc803959 --- /dev/null +++ b/multimedia/gst-plugins1-x265/DESCR @@ -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 x265 plugin for GStreamer, which allows encoding +High Efficiency Video Coding (HEVC/H.265) video. diff --git a/multimedia/gst-plugins1-x265/Makefile b/multimedia/gst-plugins1-x265/Makefile new file mode 100644 index 00000000000..733f3c6bb4e --- /dev/null +++ b/multimedia/gst-plugins1-x265/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2021/11/15 22:09:10 wiz Exp $ + +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-x265/} +CATEGORIES= multimedia gnome + +COMMENT= Open source multimedia framework - HEVC/H.265 encoding plugin + +GST_EXT_BUILD= # defined +GST_PLUGINS+= x265 + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" +.include "../../multimedia/x265/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-x265/PLIST b/multimedia/gst-plugins1-x265/PLIST new file mode 100644 index 00000000000..476a6ae65b3 --- /dev/null +++ b/multimedia/gst-plugins1-x265/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/11/15 22:09:10 wiz Exp $ +lib/gstreamer-1.0/libgstx265.so |