# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa pkgname=gstreamer0.10-pulse pkgver=0.10.29 pkgrel=2 pkgdesc="A GStreamer 0.10 plugin for the PulseAudio sound server" arch=('i686' 'x86_64') license=('LGPL') makedepends=('pkgconfig') url="http://gstreamer.freedesktop.org/" depends=('gstreamer0.10-base>=0.10.30' 'libpulse>=0.9.21') optdepends=('pulseaudio: pulseaudio support') options=(!libtool !emptydirs) groups=(pulseaudio) source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2) md5sums=('5a652416141d9530258b474dc1d384b9') build() { cd "${srcdir}/gst-plugins-good-${pkgver}" sed -i '/AC_PATH_XTRA/d' configure.ac autoreconf ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ --with-package-name="GStreamer Good Plugins (Chakra GNU/Linux)" \ --with-package-origin="http://www.chakra-project.org/" cd ext/pulse && make } package() { cd "${srcdir}/gst-plugins-good-${pkgver}/ext/pulse" make DESTDIR="${pkgdir}" install }