2008-10-28 16:17:02 +01:00
|
|
|
# Template file for 'gstreamer'.
|
2008-10-28 12:45:30 +01:00
|
|
|
pkgname=gstreamer
|
2011-08-27 17:18:41 +02:00
|
|
|
version=0.10.35
|
2009-04-23 16:49:32 +02:00
|
|
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
2008-10-28 12:45:30 +01:00
|
|
|
build_style=gnu_configure
|
2010-03-29 14:03:32 +02:00
|
|
|
configure_args="--disable-debug --disable-valgrind --enable-docbook
|
2010-10-24 18:10:37 +02:00
|
|
|
--with-package-origin=http://code.google.com/p/xbps"
|
2008-10-28 12:45:30 +01:00
|
|
|
short_desc="Core GStreamer libraries and elements"
|
2011-05-18 16:10:13 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.org>"
|
2011-08-27 17:18:41 +02:00
|
|
|
homepage="http://gstreamer.freedesktop.org/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=817bfea2cd46e2487b97e2ed9218f0299b32a3de1e5e80b4c7868d17e9089786
|
2008-10-28 12:45:30 +01:00
|
|
|
long_desc="
|
2008-10-29 20:27:11 +01:00
|
|
|
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.
|
2008-10-28 12:45:30 +01:00
|
|
|
|
2008-10-29 20:27:11 +01:00
|
|
|
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."
|
2008-10-28 12:45:30 +01:00
|
|
|
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-11 13:05:06 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libxml2
|
|
|
|
Add_dependency run glib
|
2009-04-23 16:49:32 +02:00
|
|
|
Add_dependency build pkg-config
|
2010-01-11 13:05:06 +01:00
|
|
|
Add_dependency build flex
|
2009-04-23 16:49:32 +02:00
|
|
|
Add_dependency build python
|
|
|
|
Add_dependency build docbook-xsl
|
2010-01-11 13:05:06 +01:00
|
|
|
Add_dependency build libxml2-devel
|
|
|
|
Add_dependency build glib-devel
|
2010-04-23 15:55:05 +02:00
|
|
|
Add_dependency build gobject-introspection
|
2010-04-28 15:19:52 +02:00
|
|
|
Add_dependency build coreutils
|
|
|
|
Add_dependency build diffutils
|