# Template file for 'gst-plugins-good'. pkgname=gst-plugins-good version=0.10.30 revision=3 distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--with-gudev --with-libv4l2 --enable-experimental --disable-schemas-install --disable-aalib --disable-esd --disable-hal --disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2 --with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex" short_desc="Core GStreamer libraries and elements" maintainer="Juan RP " homepage="http://gstreamer.freedesktop.org/" license="LGPL-2.1" checksum=b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6 long_desc=" GStreamer is a streaming media framework, goodd 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-goodd 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 good plug-ins." gconf_schemas="gstreamer-0.10.schemas" # XXX: build libcaca, libdv, dv1394 and shout2 modules. Add_dependency build pkg-config Add_dependency build intltool Add_dependency build bzip2-devel Add_dependency build libxml2-devel Add_dependency build libgudev-devel Add_dependency build libflac-devel Add_dependency build libXext-devel Add_dependency build libXdamage-devel Add_dependency build libXfixes-devel Add_dependency build gtk+-devel Add_dependency build taglib-devel Add_dependency build libsoup-devel Add_dependency build libsoup-gnome-devel Add_dependency build gstreamer-devel Add_dependency build gst-plugins-base-devel Add_dependency build GConf-devel Add_dependency build pulseaudio-devel Add_dependency build orc-devel Add_dependency build libXv-devel Add_dependency build wavpack-devel Add_dependency build v4l-utils-devel Add_dependency build jack-devel Add_dependency build speex-devel post_install() { mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc} gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \ --domain ${pkgname}-0.10 ${wrksrc}/*.schemas }