[arch-commits] Commit in bcg729/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Oct 4 11:08:51 UTC 2016
Date: Tuesday, October 4, 2016 @ 11:08:50
Author: spupykin
Revision: 191305
archrelease: copy trunk to community-i686, community-x86_64
Added:
bcg729/repos/community-i686/PKGBUILD
(from rev 191304, bcg729/trunk/PKGBUILD)
bcg729/repos/community-x86_64/PKGBUILD
(from rev 191304, bcg729/trunk/PKGBUILD)
Deleted:
bcg729/repos/community-i686/PKGBUILD
bcg729/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-04 11:08:33 UTC (rev 191304)
+++ community-i686/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
- "$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790")
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}
Copied: bcg729/repos/community-i686/PKGBUILD (from rev 191304, bcg729/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+ "$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790")
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'a7139d23ecc928e94715b11c90b460d2')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-strict
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-04 11:08:33 UTC (rev 191304)
+++ community-x86_64/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=bcg729
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
- "$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790")
-md5sums=('c4dc6c09c71850f0b392772f519f1d19'
- 'a7139d23ecc928e94715b11c90b460d2')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i $srcdir/$pkgname-old-api.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
-}
Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 191304, bcg729/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-04 11:08:50 UTC (rev 191305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+ "$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790")
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'a7139d23ecc928e94715b11c90b460d2')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-strict
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list