[arch-commits] Commit in bcg729/repos (4 files)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:29:14
  Author: spupykin
Revision: 261251

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 261250, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 261250, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:28:52 UTC (rev 261250)
+++ community-i686/PKGBUILD 2017-10-02 12:29:14 UTC (rev 261251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 261250, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:29:14 UTC (rev 261251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz;)
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 12:28:52 UTC (rev 261250)
+++ community-x86_64/PKGBUILD   2017-10-02 12:29:14 UTC (rev 261251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 261250, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 12:29:14 UTC (rev 261251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz;)
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 

[arch-commits] Commit in bcg729/repos (4 files)

2017-03-21 Thread Jelle van der Waa
Date: Tuesday, March 21, 2017 @ 14:50:59
  Author: jelle
Revision: 218178

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 218177, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 218177, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-21 14:50:48 UTC (rev 218177)
+++ community-i686/PKGBUILD 2017-03-21 14:50:59 UTC (rev 218178)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 218177, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-21 14:50:59 UTC (rev 218178)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-21 14:50:48 UTC (rev 218177)
+++ community-x86_64/PKGBUILD   2017-03-21 14:50:59 UTC (rev 218178)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 218177, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-21 14:50:59 UTC (rev 218178)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"

[arch-commits] Commit in bcg729/repos (4 files)

2016-12-02 Thread Sergej Pupykin
Date: Friday, December 2, 2016 @ 11:23:22
  Author: spupykin
Revision: 197724

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 197723, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 197723, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 56 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-02 11:23:04 UTC (rev 197723)
+++ community-i686/PKGBUILD 2016-12-02 11:23:22 UTC (rev 197724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-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
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 197723, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-02 11:23:22 UTC (rev 197724)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-02 11:23:04 UTC (rev 197723)
+++ community-x86_64/PKGBUILD   2016-12-02 11:23:22 UTC (rev 197724)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-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
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 197723, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-02 11:23:22 UTC (rev 197724)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  

[arch-commits] Commit in bcg729/repos (4 files)

2016-10-04 Thread Sergej Pupykin
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 
-
-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 
+
+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 
-
-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 
+
+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

[arch-commits] Commit in bcg729/repos (4 files)

2015-11-03 Thread Sergej Pupykin
Date: Tuesday, November 3, 2015 @ 16:50:56
  Author: spupykin
Revision: 145839

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 145838, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 145838, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 community-i686/PKGBUILD   |   24 --
 community-x86_64/PKGBUILD |   24 --
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 15:50:28 UTC (rev 145838)
+++ community-i686/PKGBUILD 2015-11-03 15:50:56 UTC (rev 145839)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=8
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 145838, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 15:50:56 UTC (rev 145839)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=1
+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)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-03 15:50:28 UTC (rev 145838)
+++ community-x86_64/PKGBUILD   2015-11-03 15:50:56 UTC (rev 145839)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=8
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-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 145838, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 15:50:56 UTC (rev 145839)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.1
+pkgrel=1
+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)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in bcg729/repos (4 files)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:20
  Author: spupykin
Revision: 129310

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bcg729/repos/community-staging-i686/
  bcg729/repos/community-staging-i686/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-staging-x86_64/
  bcg729/repos/community-staging-x86_64/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   24 
 community-staging-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: bcg729/repos/community-staging-i686/PKGBUILD (from rev 129308, 
bcg729/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: bcg729/repos/community-staging-x86_64/PKGBUILD (from rev 129308, 
bcg729/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


[arch-commits] Commit in bcg729/repos (4 files)

2015-01-07 Thread Sergej Pupykin
Date: Wednesday, January 7, 2015 @ 19:26:20
  Author: spupykin
Revision: 125571

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 125570, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 125570, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 community-i686/PKGBUILD   |   24 --
 community-x86_64/PKGBUILD |   24 --
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-07 18:26:02 UTC (rev 125570)
+++ community-i686/PKGBUILD 2015-01-07 18:26:20 UTC (rev 125571)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=5
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 125570, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-07 18:26:20 UTC (rev 125571)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=6
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-07 18:26:02 UTC (rev 125570)
+++ community-x86_64/PKGBUILD   2015-01-07 18:26:20 UTC (rev 125571)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=5
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-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 125570, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-07 18:26:20 UTC (rev 125571)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=6
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


[arch-commits] Commit in bcg729/repos (4 files)

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:19
  Author: spupykin
Revision: 107163

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 107162, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 107162, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 community-i686/PKGBUILD   |   24 --
 community-x86_64/PKGBUILD |   24 --
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 17:21:03 UTC (rev 107162)
+++ community-i686/PKGBUILD 2014-03-13 17:21:19 UTC (rev 107163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=4
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 107162, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 17:21:19 UTC (rev 107163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=5
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-13 17:21:03 UTC (rev 107162)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:19 UTC (rev 107163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=4
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-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 107162, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:19 UTC (rev 107163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=5
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in bcg729/repos (4 files)

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 21:20:41
  Author: spupykin
Revision: 100132

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 100131, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 100131, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 community-i686/PKGBUILD   |   24 --
 community-x86_64/PKGBUILD |   24 --
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 20:20:24 UTC (rev 100131)
+++ community-i686/PKGBUILD 2013-11-01 20:20:41 UTC (rev 100132)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 100131, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 20:20:41 UTC (rev 100132)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=4
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-01 20:20:24 UTC (rev 100131)
+++ community-x86_64/PKGBUILD   2013-11-01 20:20:41 UTC (rev 100132)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-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)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-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 100131, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-01 20:20:41 UTC (rev 100132)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=4
+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)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in bcg729/repos (4 files)

2013-06-17 Thread Andrea Scarpino
Date: Monday, June 17, 2013 @ 08:58:41
  Author: andrea
Revision: 92852

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bcg729/repos/community-i686/PKGBUILD
(from rev 92851, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 92851, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-i686/PKGBUILD
  bcg729/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-17 06:58:33 UTC (rev 92851)
+++ community-i686/PKGBUILD 2013-06-17 06:58:41 UTC (rev 92852)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=g729 codec
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-options=('!libtool')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 92851, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-17 06:58:41 UTC (rev 92852)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=3
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+options=('!libtool')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-17 06:58:33 UTC (rev 92851)
+++ community-x86_64/PKGBUILD   2013-06-17 06:58:41 UTC (rev 92852)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=g729 codec
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-options=('!libtool')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 92851, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-17 06:58:41 UTC (rev 92852)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=3
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+options=('!libtool')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}