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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 09:21:45 UTC 2017


    Date: Monday, October 2, 2017 @ 09:21:43
  Author: spupykin
Revision: 261230

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-02 09:21:23 UTC (rev 261229)
+++ community-i686/PKGBUILD	2017-10-02 09:21:43 UTC (rev 261230)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=bctoolbox
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bctoolbox"
-license=('GPL')
-depends=('mbedtls')
-makedepends=('bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-i686/PKGBUILD (from rev 261229, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-02 09:21:43 UTC (rev 261230)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bctoolbox"
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-02 09:21:23 UTC (rev 261229)
+++ community-x86_64/PKGBUILD	2017-10-02 09:21:43 UTC (rev 261230)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=bctoolbox
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bctoolbox"
-license=('GPL')
-depends=('mbedtls')
-makedepends=('bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 261229, bctoolbox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-02 09:21:43 UTC (rev 261230)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bctoolbox"
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz")
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list