[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-12-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 23, 2020 @ 13:04:13
  Author: arojas
Revision: 784211

Update to 4.4.21

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 13:01:53 UTC (rev 784210)
+++ PKGBUILD2020-12-23 13:04:13 UTC (rev 784211)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.19
+pkgver=4.4.21
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('9e12e321a96daf08188ed58840e3cc2f64efe4003721da73bf382cf7dc685d2a')
+sha256sums=('fcea6e3441388e5b46925fd9e276e968b4ba50c72cde9223c48c1022baddceba')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-12-18 Thread Antonio Rojas via arch-commits
Date: Friday, December 18, 2020 @ 21:52:38
  Author: arojas
Revision: 779684

Update to 4.4.19

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 21:52:29 UTC (rev 779683)
+++ PKGBUILD2020-12-18 21:52:38 UTC (rev 779684)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.17
+pkgver=4.4.19
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('1364d5f42b5514546b9c6654c227804ff92cf9cf13fdc7cb6ca666e3bb5a7987')
+sha256sums=('9e12e321a96daf08188ed58840e3cc2f64efe4003721da73bf382cf7dc685d2a')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-12-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 15, 2020 @ 16:55:59
  Author: arojas
Revision: 775998

Update to 4.4.17

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 16:42:17 UTC (rev 775997)
+++ PKGBUILD2020-12-15 16:55:59 UTC (rev 775998)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.16
+pkgver=4.4.17
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('10548981a2b123ed5314156bf401b4ddac1930389516c2f6f2239f360c2ebc0e')
+sha256sums=('1364d5f42b5514546b9c6654c227804ff92cf9cf13fdc7cb6ca666e3bb5a7987')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-12-14 Thread Antonio Rojas via arch-commits
Date: Monday, December 14, 2020 @ 20:30:37
  Author: arojas
Revision: 775757

Update to 4.4.16

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 20:23:17 UTC (rev 775756)
+++ PKGBUILD2020-12-14 20:30:37 UTC (rev 775757)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.13
+pkgver=4.4.16
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('ea05e5089cbc8c9c3af0e190852e0a1ab7988f3bced7a460ef5f87320fc9ceac')
+sha256sums=('10548981a2b123ed5314156bf401b4ddac1930389516c2f6f2239f360c2ebc0e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-27 Thread Antonio Rojas via arch-commits
Date: Friday, November 27, 2020 @ 18:18:44
  Author: arojas
Revision: 764576

Update to 4.4.13

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 18:18:42 UTC (rev 764575)
+++ PKGBUILD2020-11-27 18:18:44 UTC (rev 764576)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.12
+pkgver=4.4.13
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('2badd51afaaa8a118f8016ee975caf1ba040d9d164be7be8b9dc0569efaf5b93')
+sha256sums=('ea05e5089cbc8c9c3af0e190852e0a1ab7988f3bced7a460ef5f87320fc9ceac')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-26 Thread Antonio Rojas via arch-commits
Date: Thursday, November 26, 2020 @ 14:32:28
  Author: arojas
Revision: 763540

Update to 4.4.12

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 14:28:31 UTC (rev 763539)
+++ PKGBUILD2020-11-26 14:32:28 UTC (rev 763540)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.10
+pkgver=4.4.12
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e')
+sha256sums=('2badd51afaaa8a118f8016ee975caf1ba040d9d164be7be8b9dc0569efaf5b93')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 24, 2020 @ 16:13:19
  Author: arojas
Revision: 760944

Update to 4.4.10

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 16:12:16 UTC (rev 760943)
+++ PKGBUILD2020-11-24 16:13:19 UTC (rev 760944)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.9
+pkgver=4.4.10
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b')
+sha256sums=('a1c65bf1b8e7fa0492692739ea77d3077a51bd9ee1d2f6f68625ee43110f7d5e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-19 Thread Antonio Rojas via arch-commits
Date: Thursday, November 19, 2020 @ 14:37:04
  Author: arojas
Revision: 757582

Update to 4.4.9

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 14:10:24 UTC (rev 757581)
+++ PKGBUILD2020-11-19 14:37:04 UTC (rev 757582)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.8
+pkgver=4.4.9
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('446b60e81a79b11e8212c44e312aeb0ce46e9ecf0269a35c492ecdca3e7428c3')
+sha256sums=('d96586b30999fd41d720150b52d334bbb5bbb419b8d5900a8a037f2617bf1d6b')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-13 Thread Antonio Rojas via arch-commits
Date: Friday, November 13, 2020 @ 17:13:12
  Author: arojas
Revision: 753929

Update to 4.4.8

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 17:08:38 UTC (rev 753928)
+++ PKGBUILD2020-11-13 17:13:12 UTC (rev 753929)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.7
+pkgver=4.4.8
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('a8ce770daf4a57165cda1ef401fb3c8eb96ba93e38988e6aae6d8d0bafac4543')
+sha256sums=('446b60e81a79b11e8212c44e312aeb0ce46e9ecf0269a35c492ecdca3e7428c3')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 22:07:26
  Author: arojas
Revision: 751258

Update to 4.4.7

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 21:50:42 UTC (rev 751257)
+++ PKGBUILD2020-11-11 22:07:26 UTC (rev 751258)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.6
+pkgver=4.4.7
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('2e26112b4d07fd55530f3c5948ed002e9a5610fe3bbbc218d93d1f2d6fa0d05b')
+sha256sums=('a8ce770daf4a57165cda1ef401fb3c8eb96ba93e38988e6aae6d8d0bafac4543')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-10-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 28, 2020 @ 07:07:46
  Author: arojas
Revision: 735263

Update to 4.4.6

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 07:05:47 UTC (rev 735262)
+++ PKGBUILD2020-10-28 07:07:46 UTC (rev 735263)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.0
+pkgver=4.4.6
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('fe64efb05de1bbd207e4abe5560ea44f5242eaf0911163b3b8fc0bec07488bb5')
+sha256sums=('2e26112b4d07fd55530f3c5948ed002e9a5610fe3bbbc218d93d1f2d6fa0d05b')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-06-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 24, 2020 @ 20:30:34
  Author: arojas
Revision: 652465

Update to 4.4.0

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:29:57 UTC (rev 652464)
+++ PKGBUILD2020-06-24 20:30:34 UTC (rev 652465)
@@ -2,30 +2,24 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
 license=(GPL)
-depends=(gcc-libs mbedtls bcunit)
+depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0')
+sha256sums=('fe64efb05de1bbd207e4abe5560ea44f5242eaf0911163b3b8fc0bec07488bb5')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_STATIC=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-02-26 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 26, 2020 @ 11:35:41
  Author: arojas
Revision: 582345

Update to 4.3.1

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 11:35:40 UTC (rev 582344)
+++ PKGBUILD2020-02-26 11:35:41 UTC (rev 582345)
@@ -2,8 +2,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
@@ -11,7 +11,7 @@
 depends=(gcc-libs mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('5fb2d9127b2e09dfe3136c9827a742b5796c2abdd746545c1ab345aba57436f4')
+sha256sums=('d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2020-01-19 Thread Antonio Rojas via arch-commits
Date: Sunday, January 19, 2020 @ 21:53:39
  Author: arojas
Revision: 553199

bcunit is a runtime dependency (FS#65211)

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 20:36:23 UTC (rev 553198)
+++ PKGBUILD2020-01-19 21:53:39 UTC (rev 553199)
@@ -3,13 +3,13 @@
 
 pkgname=bctoolbox
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
 license=(GPL)
-depends=(mbedtls)
-makedepends=(cmake bcunit)
+depends=(gcc-libs mbedtls bcunit)
+makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
 sha256sums=('5fb2d9127b2e09dfe3136c9827a742b5796c2abdd746545c1ab345aba57436f4')
 


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2019-12-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 19:22:52
  Author: arojas
Revision: 536558

Tag renamed to 4.3.0

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 19:20:17 UTC (rev 536557)
+++ PKGBUILD2019-12-10 19:22:52 UTC (rev 536558)
@@ -2,8 +2,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.3
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
@@ -11,7 +11,7 @@
 depends=(mbedtls)
 makedepends=(cmake bcunit)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
+sha256sums=('5fb2d9127b2e09dfe3136c9827a742b5796c2abdd746545c1ab345aba57436f4')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:11:20
  Author: arojas
Revision: 536439

Disable static lib

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:03:40 UTC (rev 536438)
+++ PKGBUILD2019-12-09 21:11:20 UTC (rev 536439)
@@ -3,7 +3,7 @@
 
 pkgname=bctoolbox
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/bctoolbox;
@@ -20,7 +20,8 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
   make
 }
 


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2019-12-09 Thread Antonio Rojas via arch-commits
Date: Monday, December 9, 2019 @ 21:03:21
  Author: arojas
Revision: 536437

Update to 4.3

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 21:01:43 UTC (rev 536436)
+++ PKGBUILD2019-12-09 21:03:21 UTC (rev 536437)
@@ -1,25 +1,30 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=0.6.0
-pkgrel=4
+pkgver=4.3
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('x86_64')
+arch=(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')
+license=(GPL)
+depends=(mbedtls)
+makedepends=(cmake bcunit)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('9d091364d85b7862eef9de90dd5303ccdd4ea2a3a291dfb04648625a53b02915')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:56:51
  Author: kkeen
Revision: 384146

upgpkg: bctoolbox 0.6.0-4 mbedtls rebuild

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:49:33 UTC (rev 384145)
+++ PKGBUILD2018-09-22 14:56:51 UTC (rev 384146)
@@ -2,7 +2,7 @@
 
 pkgname=bctoolbox
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('x86_64')
 url="https://github.com/BelledonneCommunications/bctoolbox;


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2018-08-18 Thread Kyle Keen via arch-commits
Date: Sunday, August 19, 2018 @ 02:53:58
  Author: kkeen
Revision: 372737

upgpkg: bctoolbox 0.6.0-3  mbedtls rebuild

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-19 02:28:14 UTC (rev 372736)
+++ PKGBUILD2018-08-19 02:53:58 UTC (rev 372737)
@@ -3,7 +3,7 @@
 
 pkgname=bctoolbox
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('x86_64')
 url="https://github.com/BelledonneCommunications/bctoolbox;


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2018-02-07 Thread Kyle Keen via arch-commits
Date: Wednesday, February 7, 2018 @ 23:57:29
  Author: kkeen
Revision: 290118

upgpkg: bctoolbox 0.6.0-2  mbedtls 2.7.0 rebuild

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-07 23:44:22 UTC (rev 290117)
+++ PKGBUILD2018-02-07 23:57:29 UTC (rev 290118)
@@ -3,7 +3,7 @@
 
 pkgname=bctoolbox
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('x86_64')
 url="https://github.com/BelledonneCommunications/bctoolbox;


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:21:23
  Author: spupykin
Revision: 261229

upgpkg: bctoolbox 0.6.0-1

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:55:27 UTC (rev 261228)
+++ PKGBUILD2017-10-02 09:21:23 UTC (rev 261229)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=0.5.1
+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')
@@ -11,7 +11,7 @@
 depends=('mbedtls')
 makedepends=('bcunit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
 
 build() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2017-03-16 Thread Sergej Pupykin
Date: Thursday, March 16, 2017 @ 11:27:56
  Author: spupykin
Revision: 216699

upgpkg: bctoolbox 0.5.1-1

upd

Modified:
  bctoolbox/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 11:24:16 UTC (rev 216698)
+++ PKGBUILD2017-03-16 11:27:56 UTC (rev 216699)
@@ -2,16 +2,16 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=0.4.0
+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="http://www.linphone.org/;
+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=('da7df7ff359a9829e9e6ef98dfe9fead0cf735b8a4a5da1b1047f467dee1b2a9')
+sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
 
 build() {
   cd ${pkgname}-$pkgver


[arch-commits] Commit in bctoolbox/trunk (PKGBUILD)

2016-12-06 Thread Sergej Pupykin
Date: Tuesday, December 6, 2016 @ 12:50:06
  Author: spupykin
Revision: 198196

upgpkg: bctoolbox 0.4.0-1

upd

Modified:
  bctoolbox/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 12:13:07 UTC (rev 198195)
+++ PKGBUILD2016-12-06 12:50:06 UTC (rev 198196)
@@ -1,5 +1,8 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
 pkgname=bctoolbox
-pkgver=0.2.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
@@ -6,9 +9,9 @@
 url="http://www.linphone.org/;
 license=('GPL')
 depends=('mbedtls')
-makedepends=('cunit')
+makedepends=('bcunit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-md5sums=('6c04712c62919a5fe200cf3377027c89')
+sha256sums=('da7df7ff359a9829e9e6ef98dfe9fead0cf735b8a4a5da1b1047f467dee1b2a9')
 
 build() {
   cd ${pkgname}-$pkgver


Property changes on: bctoolbox/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property