void-packages/srcpkgs/gstreamer1/template

26 lines
1.1 KiB
Text
Raw Normal View History

2012-09-25 09:34:12 +00:00
# Template file for 'gstreamer1'.
pkgname=gstreamer1
2012-12-19 15:29:12 +00:00
version=1.0.4
2012-09-25 09:34:12 +00:00
revision=1
wrksrc="gstreamer-${version}"
build_style=gnu-configure
subpackages="${pkgname}-devel"
configure_args="--disable-debug --disable-valgrind --enable-docbook
2012-10-25 12:55:40 +00:00
--with-package-origin=http://code.google.com/p/xbps"
makedepends="pkg-config flex python docbook-xsl libxml2-devel glib-devel
gobject-introspection"
2012-09-25 09:34:12 +00:00
short_desc="Core GStreamer libraries and elements (1.x)"
maintainer="Juan RP <xtraeme@gmail.org>"
homepage="http://gstreamer.freedesktop.org/"
license="LGPL-2.1"
distfiles="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${version}.tar.xz"
2012-12-19 15:29:12 +00:00
checksum=f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217
2012-09-25 09:34:12 +00:00
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."