Date: Friday, March 1, 2013 @ 03:12:30 Author: cinelli Revision: 85323
Removed community-i686 and community-x86_64 for gmerlin Modified: gmerlin/repos/community-i686/PKGBUILD gmerlin/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 13 ++++++++----- community-x86_64/PKGBUILD | 13 ++++++++----- 2 files changed, 16 insertions(+), 10 deletions(-) Modified: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-03-01 02:12:12 UTC (rev 85322) +++ community-i686/PKGBUILD 2013-03-01 02:12:30 UTC (rev 85323) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Mateusz Herych <[email protected]> +# Maintainer: Federico Cinelli <[email protected]> pkgname=gmerlin pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Multimedia architecture for Linux" -arch=('i686' 'x86_64') +arch=('any') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia' @@ -19,14 +19,17 @@ options=('!libtool') install=gmerlin.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz - cdio-api-fixes.patch) + cdio-api-fixes.patch + gmerlin-texi.patch) md5sums=('2f2a0880e738e71486f04c929ba067f4' - 'd0e407f01435394a0cfe04acb3c1a4cc') + 'd0e407f01435394a0cfe04acb3c1a4cc' + '33a4dce06b7560fc839055c5a872435f') build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/cdio-api-fixes.patch" + patch -Np1 -i "$srcdir/gmerlin-texi.patch" rm -rf cpuinfo.sh Modified: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-03-01 02:12:12 UTC (rev 85322) +++ community-x86_64/PKGBUILD 2013-03-01 02:12:30 UTC (rev 85323) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Mateusz Herych <[email protected]> +# Maintainer: Federico Cinelli <[email protected]> pkgname=gmerlin pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Multimedia architecture for Linux" -arch=('i686' 'x86_64') +arch=('any') url="http://openmovieeditor.sourceforge.net/HomePage" license=('GPL') depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio-paranoia' @@ -19,14 +19,17 @@ options=('!libtool') install=gmerlin.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz - cdio-api-fixes.patch) + cdio-api-fixes.patch + gmerlin-texi.patch) md5sums=('2f2a0880e738e71486f04c929ba067f4' - 'd0e407f01435394a0cfe04acb3c1a4cc') + 'd0e407f01435394a0cfe04acb3c1a4cc' + '33a4dce06b7560fc839055c5a872435f') build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/cdio-api-fixes.patch" + patch -Np1 -i "$srcdir/gmerlin-texi.patch" rm -rf cpuinfo.sh
