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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 12:29:15 UTC 2017


    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 <pupykin.s+arch at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+
+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 <pupykin.s+arch at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+
+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"
+}



More information about the arch-commits mailing list