[arch-commits] Commit in codec2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sat Feb 5 12:00:01 UTC 2022


    Date: Saturday, February 5, 2022 @ 12:00:00
  Author: dbermond
Revision: 1126423

archrelease: copy trunk to community-x86_64

Added:
  codec2/repos/community-x86_64/PKGBUILD
    (from rev 1126422, codec2/trunk/PKGBUILD)
Deleted:
  codec2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 11:59:35 UTC (rev 1126422)
+++ PKGBUILD	2022-02-05 12:00:00 UTC (rev 1126423)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=codec2
-pkgver=1.0.3
-_tag=${pkgver/%.?/${pkgver##*.}}
-pkgrel=1
-epoch=1
-pkgdesc='Open source speech codec designed for communications quality speech between 450 and 3200 bit/s'
-arch=('x86_64')
-license=('LGPL2.1')
-url='https://github.com/drowe67/codec2'
-makedepends=('cmake')
-provides=('freedv')
-conflicts=('freedv')
-source=("$url/archive/v$_tag/$pkgname-$_tag.tar.gz")
-sha512sums=('1b59a0520d55b0f92b72a51dde0f58a0cd845056195734d23bf59bf44e7b5c7431bdc3cebe7c60aef7dadf3ec02f9edd62f041b4b283c05a4b50a0380f3ed67c')
-
-build() {
-  cmake -B build -S $pkgname-$_tag \
-  	-DCMAKE_BUILD_TYPE=Release \
-  	-DCMAKE_INSTALL_PREFIX=/usr \
-  	-DCMAKE_SKIP_RPATH=YES \
-  	-Wno-dev
-
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  
-  local _bin
-  while read -r -d '' _bin
-  do
-      install -D -m755 "$_bin" -t "$pkgdir/usr/bin"
-  done < <(find build -type f -regextype posix-extended \
-           -regex '.*/(c2(demo|dec|enc|sim)|freedv_(t|r)x|(cohpsk|fdmdv|fsk|ldpc|ofdm)_.*)' \
-           -executable -print0)
-}

Copied: codec2/repos/community-x86_64/PKGBUILD (from rev 1126422, codec2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-05 12:00:00 UTC (rev 1126423)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=codec2
+pkgver=1.0.3
+_tag=${pkgver/%.?/${pkgver##*.}}
+pkgrel=2
+epoch=1
+pkgdesc='Open source speech codec designed for communications quality speech between 450 and 3200 bit/s'
+arch=('x86_64')
+license=('LGPL2.1')
+url='https://github.com/drowe67/codec2'
+makedepends=('cmake')
+provides=('freedv')
+conflicts=('freedv')
+source=("$url/archive/v$_tag/$pkgname-$_tag.tar.gz")
+sha512sums=('1b59a0520d55b0f92b72a51dde0f58a0cd845056195734d23bf59bf44e7b5c7431bdc3cebe7c60aef7dadf3ec02f9edd62f041b4b283c05a4b50a0380f3ed67c')
+
+build() {
+  cmake -B build -S $pkgname-$_tag \
+  	-DCMAKE_BUILD_TYPE=Release \
+  	-DCMAKE_INSTALL_PREFIX=/usr \
+  	-DCMAKE_SKIP_RPATH=YES \
+  	-Wno-dev
+
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  
+  local _bin
+  while read -r -d '' _bin
+  do
+      install -D -m755 "$_bin" -t "$pkgdir/usr/bin"
+  done < <(find build -type f -regextype posix-extended \
+           -regex '.*/(c2(demo|dec|enc|sim)|freedv_(t|r)x|(cohpsk|fdmdv|fsk|ldpc|ofdm)_.*)' \
+           -executable -print0)
+}



More information about the arch-commits mailing list