diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:23:21 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:23:21 +0000 |
commit | 104930bf8d0eac1bc92d84257e7312571af890ad (patch) | |
tree | ba185f04d68aa303181191bfcd2395ab20051234 /multimedia | |
parent | b9bf923c62b9104b2b73f39251cdc18613de6f60 (diff) | |
download | pkgsrc-104930bf8d0eac1bc92d84257e7312571af890ad.tar.gz |
Import gst-plugins1-x264-1.0.3 as multimedia/gst-plugins1-x264.
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 x264 plugin for GStreamer, making it able to
encode videos using the H.264 video codec.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-x264/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-x264/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins1-x264/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-x264/DESCR b/multimedia/gst-plugins1-x264/DESCR new file mode 100644 index 00000000000..46a617f2d82 --- /dev/null +++ b/multimedia/gst-plugins1-x264/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 x264 plugin for GStreamer, making it able to +encode videos using the H.264 video codec. diff --git a/multimedia/gst-plugins1-x264/Makefile b/multimedia/gst-plugins1-x264/Makefile new file mode 100644 index 00000000000..95efaf701c9 --- /dev/null +++ b/multimedia/gst-plugins1-x264/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:23:21 ryoon Exp $ +# + +GST_PLUGINS1_NAME= x264 +GST_PLUGINS1_DIRS= ext/x264 + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +# need shared lib +BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1 +.include "../../multimedia/x264-devel/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-x264/PLIST b/multimedia/gst-plugins1-x264/PLIST new file mode 100644 index 00000000000..d78e882f240 --- /dev/null +++ b/multimedia/gst-plugins1-x264/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:23:21 ryoon Exp $ +lib/gstreamer-1.0/libgstx264.la +share/gstreamer-1.0/presets/GstX264Enc.prs |