void-packages/srcpkgs/gst-ffmpeg/template
2012-01-22 20:35:47 +01:00

26 lines
962 B
Plaintext

# Template file for 'gst-ffmpeg'
pkgname=gst-ffmpeg
version=0.10.13
homepage="http://gstreamer.freedesktop.org"
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="GStreamer FFmpeg plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62
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 build pkg-config
Add_dependency build yasm
Add_dependency build zlib-devel
Add_dependency build bzip2-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