43 lines
1.6 KiB
Text
43 lines
1.6 KiB
Text
# Template file for 'gst-plugins-base'.
|
|
pkgname=gst-plugins-base
|
|
version=0.10.36
|
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-experimental --disable-gnome_vfs
|
|
--with-gudev --disable-static"
|
|
short_desc="GStreamer Base Plug-ins"
|
|
maintainer="Juan RP <xtraeme@gmail.org>"
|
|
homepage="http://gstreamer.freedesktop.org/"
|
|
license="GPL-2, LGPL-2.1"
|
|
checksum=1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a
|
|
long_desc="
|
|
GStreamer is a streaming media framework, based on graphs of filters which
|
|
operate on media data. Applications using this library can do anything
|
|
real-time sound processing to playing videos, and just about anything
|
|
else media-related. Its plugin-based architecture means that new data
|
|
types or processing capabilities can be added simply by installing new
|
|
plug-ins.
|
|
|
|
This package contains a set of well-maintained base plug-ins."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build gobject-introspection
|
|
Add_dependency build libgudev-devel
|
|
Add_dependency build gstreamer-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libxml2-devel
|
|
Add_dependency build pango-devel
|
|
Add_dependency build cairo-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build fontconfig-devel
|
|
Add_dependency build liboil-devel
|
|
Add_dependency build alsa-lib-devel
|
|
Add_dependency build libXv-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build libvisual-devel
|
|
Add_dependency build cdparanoia-devel
|
|
Add_dependency build libtheora-devel
|
|
Add_dependency build libvorbis-devel
|
|
Add_dependency build orc-devel
|