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

Daniel Bermond dbermond at gemini.archlinux.org
Mon Sep 27 19:57:16 UTC 2021


    Date: Monday, September 27, 2021 @ 19:57:16
  Author: dbermond
Revision: 1025788

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-27 19:56:50 UTC (rev 1025787)
+++ PKGBUILD	2021-09-27 19:57:16 UTC (rev 1025788)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=codec2
-pkgver=1.0.0
-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$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bba8ccf915600b093252c85059c5472804e843f5a4e331cc6e01f31b4131d84362d8385d0a1d8703be36064ca498e58181c2b7fdedb76d0be58bf6f13ec929b3')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-  	-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 1025787, codec2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-27 19:57:16 UTC (rev 1025788)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=codec2
+pkgver=1.0.1
+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$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e32b6ebb5480b4a6ae15e835abc0da4fac7fb46a2b14bcc2a3c52df2da6c8d3f5acbcf83d8039f1ee402b4d2e1e7445841e3c9c415bfb70af3a251e74ab3f3b6')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+  	-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