Date: Tuesday, October 16, 2012 @ 04:45:17 Author: jgc Revision: 168809
upgpkg: gst-plugins-ugly 1.0.1-1 1.0.1 Modified: gst-plugins-ugly/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-16 08:40:44 UTC (rev 168808) +++ PKGBUILD 2012-10-16 08:45:17 UTC (rev 168809) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gst-plugins-ugly -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Ugly Plugins" arch=('i686' 'x86_64') @@ -11,15 +11,12 @@ depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') options=(!libtool !emptydirs) source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz) - #opencore-amr.patch) -md5sums=('7f20303caf4305278573fb7ef73a07b7') - #'d8feb6c99bfaff8be6b2c48ea4e98e47') +sha256sums=('378952a36e553f65fc1fcbcb0cc445304337e2e75503fb6b5f0ca2c05405e4f0') build() { cd $pkgname-$pkgver sed -i '/AC_PATH_XTRA/d' configure.ac autoreconf - #patch -Np0 -i "${srcdir}/opencore-amr.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ --with-package-name="GStreamer Ugly Plugins (Archlinux)" \
