updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gstreamer0.11-base / PKGBUILD
blobdb77893b1182e337d6d8eaa0cc79fa7f7c256cee
1 # Maintainer: Thijs Vermeir <thijsvermeir@gmail.com>
3 pkgname=('gstreamer0.11-base')
4 pkgver=0.11.1
5 pkgrel=1
6 arch=('i686' 'x86_64')
7 license=('LGPL')
8 makedepends=('pkgconfig' 'gstreamer0.11>=0.11.0' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
9 options=(!libtool !emptydirs)
10 url="http://gstreamer.freedesktop.org/"
11 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
13 build() {
14   cd "${srcdir}/gst-plugins-base-${pkgver}"
15   sed -i '/AC_PATH_XTRA/d' configure.ac
16   autoreconf
17   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
18     --disable-static --enable-experimental --disable-gnome_vfs \
19     --with-package-name="GStreamer Base Plugins (Archlinux)" \
20     --with-package-origin="http://www.archlinux.org/"
22   make || return 1
25 package_gstreamer0.11-base() {
26   pkgdesc="GStreamer Multimedia Framework Base plugin libraries"
27   depends=('gstreamer0.11>=0.11.0' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango')
29   cd "${srcdir}/gst-plugins-base-${pkgver}"
30   make DESTDIR="${pkgdir}" install
33 md5sums=('b4ecf15ef1eaf24a1b8c0b004c565360')