Skip to content

Commit

Permalink
archrelease: copy trunk to extra-i686, extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@191306 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
jgc committed Jul 23, 2013
1 parent 7819a96 commit bd5001e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions a52dec/repos/extra-i686/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=a52dec
pkgver=0.7.4
pkgrel=6
pkgrel=7
pkgdesc="A free library for decoding ATSC A/52 streams"
url="http://liba52.sourceforge.net/"
arch=('i686' 'x86_64')
Expand All @@ -17,10 +17,16 @@ source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz"
md5sums=('caa9f5bc44232dc8aeea773fea56be80'
'fa16f224a7dceb7613824380abef0052')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/a52dec-0.7.4-build.patch"
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i ../a52dec-0.7.4-build.patch
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
mv configure.in configure.ac
./bootstrap
}

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --enable-shared
make
}
Expand Down
14 changes: 10 additions & 4 deletions a52dec/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=a52dec
pkgver=0.7.4
pkgrel=6
pkgrel=7
pkgdesc="A free library for decoding ATSC A/52 streams"
url="http://liba52.sourceforge.net/"
arch=('i686' 'x86_64')
Expand All @@ -17,10 +17,16 @@ source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz"
md5sums=('caa9f5bc44232dc8aeea773fea56be80'
'fa16f224a7dceb7613824380abef0052')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/a52dec-0.7.4-build.patch"
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i ../a52dec-0.7.4-build.patch
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
mv configure.in configure.ac
./bootstrap
}

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --enable-shared
make
}
Expand Down

0 comments on commit bd5001e

Please sign in to comment.