2009-05-15 15:02:31 +00:00
|
|
|
# Template file for 'gst-plugins-base'.
|
|
|
|
pkgname=gst-plugins-base
|
2012-02-22 20:14:27 +00:00
|
|
|
version=0.10.36
|
2013-04-12 13:11:12 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-08-27 15:27:03 +00:00
|
|
|
configure_args="--enable-experimental --disable-gnome_vfs
|
2012-10-10 12:43:16 +00:00
|
|
|
--with-gudev --disable-static"
|
|
|
|
makedepends="pkg-config gobject-introspection libgudev-devel gstreamer-devel
|
2013-03-29 12:40:16 +00:00
|
|
|
pango-devel liboil-devel alsa-lib-devel libXv-devel libvisual-devel
|
|
|
|
cdparanoia-devel libtheora-devel libvorbis-devel orc-devel"
|
2012-02-22 20:14:27 +00:00
|
|
|
short_desc="GStreamer Base Plug-ins"
|
2011-05-18 14:18:33 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.org>"
|
2011-08-27 15:27:03 +00:00
|
|
|
homepage="http://gstreamer.freedesktop.org/"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-10-10 12:43:16 +00:00
|
|
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
2012-02-22 20:14:27 +00:00
|
|
|
checksum=1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a
|
2009-05-15 15:02:31 +00:00
|
|
|
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."
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gst-plugins-base-devel_package() {
|
|
|
|
depends="libgudev-devel liboil-devel alsa-lib-devel libXv-devel libXext-devel
|
|
|
|
libvisual-devel cdparanoia-devel libtheora-devel gstreamer-devel
|
|
|
|
${sourcepkg}-${version}_${revision}"
|
|
|
|
short_desc+=" -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
vmove "usr/share/gir*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gst-plugins-base_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|