Added gst-ffmpeg-0.10.11 build template.
This commit is contained in:
parent
4830e9a19c
commit
7e3712f11b
1 changed files with 29 additions and 0 deletions
29
srcpkgs/gst-ffmpeg/template
Normal file
29
srcpkgs/gst-ffmpeg/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'gst-ffmpeg'
|
||||||
|
pkgname=gst-ffmpeg
|
||||||
|
version=0.10.11
|
||||||
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="GStreamer FFmpeg plugins"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=ff36a138e5af4ed8dcc459d6d6521fe66ed31ec29ba9a924dc3675c6749a692e
|
||||||
|
long_desc="
|
||||||
|
This GStreamer plugin supports a large number of audio and video compression
|
||||||
|
formats through the use of the FFmpeg library. The plugin contains GStreamer
|
||||||
|
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
|
||||||
|
demuxing 30+ formats and colorspace conversion."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run zlib
|
||||||
|
Add_dependency run orc
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run libxml2
|
||||||
|
Add_dependency run gstreamer
|
||||||
|
Add_dependency run gst-plugins-base
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build orc-devel
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build gstreamer-devel
|
||||||
|
Add_dependency build gst-plugins-base-devel
|
||||||
|
Add_dependency build libxml2-devel
|
Loading…
Reference in a new issue