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

Daniel Bermond dbermond at gemini.archlinux.org
Sun Jul 17 12:08:23 UTC 2022


    Date: Sunday, July 17, 2022 @ 12:08:22
  Author: dbermond
Revision: 1254308

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 12:07:58 UTC (rev 1254307)
+++ PKGBUILD	2022-07-17 12:08:22 UTC (rev 1254308)
@@ -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.4
-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=('af279528876f7fdbca853ce4840683e07ca2124a5fd2aada4f4484501eac64f06fb1e8ba0bb1d588f9460968a029ea7c3d71c969e7ac2b7024916efd2dacc207')
-
-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)|ch|freedv_(t|r)x|(cohpsk|fdmdv|fsk|ldpc|ofdm)_.*)' \
-           -executable -print0)
-  mv "$pkgdir/usr/bin"/{ch,c2ch}
-}

Copied: codec2/repos/community-x86_64/PKGBUILD (from rev 1254307, codec2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 12:08:22 UTC (rev 1254308)
@@ -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.5
+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=('692feea8ff99430a7ed8efa5bf48a633dc9689b1f39009cf1f907315e600da26ea3787a994b51d7ca9d4cbc8b8c9b26f89031af899f114fa130f0703266a6b17')
+
+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)|ch|freedv_(t|r)x|(cohpsk|fdmdv|fsk|ldpc|ofdm)_.*)' \
+           -executable -print0)
+  mv "$pkgdir/usr/bin"/{ch,c2ch}
+}



More information about the arch-commits mailing list