void-packages/srcpkgs/gstreamer/template
2012-02-22 21:05:12 +01:00

30 lines
1.2 KiB
Plaintext

# Template file for 'gstreamer'.
pkgname=gstreamer
version=0.10.36
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-debug --disable-valgrind --enable-docbook
--with-package-origin=http://code.google.com/p/xbps"
short_desc="Core GStreamer libraries and elements"
maintainer="Juan RP <xtraeme@gmail.org>"
homepage="http://gstreamer.freedesktop.org/"
license="LGPL-2.1"
checksum=9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da
long_desc="
GStreamer is a library for constructing of graphs of media-handling components.
The use cases it covers range from simple Ogg/Vorbis playback, audio/video
streaming 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."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build python
Add_dependency build docbook-xsl
Add_dependency build libxml2-devel
Add_dependency build glib-devel
Add_dependency build gobject-introspection