[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Oct 3 15:50:57 UTC 2012
Date: Wednesday, October 3, 2012 @ 11:50:57
Author: heftig
Revision: 167890
simplify
Modified:
gst-plugins-good/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-03 15:49:36 UTC (rev 167889)
+++ PKGBUILD 2012-10-03 15:50:57 UTC (rev 167890)
@@ -11,11 +11,11 @@
depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 'libiec61883')
makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
md5sums=('f711832cd8a9b033eb424fabe89ca9d1')
build() {
- cd "${srcdir}/gst-plugins-good-${pkgver}"
+ cd $pkgname-$pkgver
sed -i '/AC_PATH_XTRA/d' configure.ac
autoreconf
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
@@ -26,11 +26,11 @@
}
check() {
- cd "${srcdir}/gst-plugins-good-${pkgver}"
+ cd $pkgname-$pkgver
make check
}
package() {
- cd "${srcdir}/gst-plugins-good-${pkgver}"
+ cd $pkgname-$pkgver
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list