Fixing the gstreamer0.10-good PKGBUILD, now it won't clash with gstreamer0.10-pulse anymore.

This commit is contained in:
Daniele 2011-04-07 00:00:33 +00:00
parent e36c3bc4a8
commit 4b55d5fdc3

View File

@ -7,7 +7,7 @@
pkgbase=gstreamer0.10-good
pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
pkgver=0.10.25
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
license=('LGPL')
makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.30' 'libavc1394>=0.5.3-3' 'libiec61883>=1.2.0' 'aalib>=1.4rc5-6' 'libshout>=2.2.2' 'libdv>=1.0.0' 'esound>=0.2.41' 'flac>=1.2.1' 'wavpack>=4.60.1' 'taglib>=1.6.3' 'libsoup-gnome>=2.30.1' 'libv4l>=0.6.4' 'libcaca>=0.99.beta17' 'bzip2>=1.0.5')
@ -52,4 +52,7 @@ package_gstreamer0.10-good-plugins() {
make -C ext GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
install -m644 gconf/gstreamer-0.10.schemas "${pkgdir}/usr/share/gconf/schemas/gstreamer0.10-good-plugins.schemas" || return 1
# Remove the following file, so that the package won't clash with gstreamer0.10-pulse
rm -v "${pkgdir}/usr/lib/gstreamer-0.10/libgstpulse.so"
}