1 # Maintainer: Thijs Vermeir <thijsvermeir@gmail.com>
3 pkgname=('gstreamer0.11-base')
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)
14 cd "${srcdir}/gst-plugins-base-${pkgver}"
15 sed -i '/AC_PATH_XTRA/d' configure.ac
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/"
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')