Date: Thursday, March 9, 2023 @ 16:41:12
Author: dvzrv
Revision: 1417124
archrelease: copy trunk to community-x86_64
Added:
openfec/repos/community-x86_64/PKGBUILD
(from rev 1417123, openfec/trunk/PKGBUILD)
Deleted:
openfec/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-09 16:40:48 UTC (rev 1417123)
+++ PKGBUILD 2023-03-09 16:41:12 UTC (rev 1417124)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=openfec
-pkgver=1.4.2.7
-pkgrel=1
-pkgdesc="Open Forward Erasure Codecs"
-arch=(x86_64)
-url="http://openfec.org/"
-license=(custom:CeCILL-C)
-depends=(glibc)
-makedepends=(cmake)
-provides=(libopenfec.so)
-# NOTE: we are using roc-streaming's version, because the original upstream is
effectively dead:
-# https://github.com/roc-streaming/openfec
-source=(https://github.com/roc-streaming/openfec/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('70de4fb4e7b2c104e88c5fdec44def2018cdbe987d28e0324652158320b6e39ac8508958d8da16854f136dc182bc44453a77dbdec1568b0068d30f060e34d22b')
-b2sums=('b09147a0abbd85935f179da066cd26f6f0d7f9b3e4149253fb58a2e57ca3bf97176eb492eea3581b5767809b477164e7177b9e298f644afa92fd00f8f14a3c15')
-
-build() {
- local cmake_options=(
- -B build
- -DCMAKE_BUILD_TYPE=None
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_INSTALL_LIBDIR=lib
- -DBUILD_SHARED_LIBS=ON
- -S $pkgname-$pkgver
- -W no-dev
- )
-
- cmake "${cmake_options[@]}"
- cmake --build build
-}
-
-check() {
- ctest --test-dir build --output-on-failure
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
- install -vDm 644 $pkgname-$pkgver/{LICENCE,Licence}* -t
"$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: openfec/repos/community-x86_64/PKGBUILD (from rev 1417123,
openfec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-09 16:41:12 UTC (rev 1417124)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=openfec
+pkgver=1.4.2.9
+pkgrel=1
+pkgdesc="Open Forward Erasure Codecs"
+arch=(x86_64)
+url="http://openfec.org/"
+license=(custom:CeCILL-C)
+depends=(glibc)
+makedepends=(cmake)
+provides=(libopenfec.so)
+# NOTE: we are using roc-streaming's version, because the original upstream is
effectively dead:
+# https://github.com/roc-streaming/openfec
+source=(https://github.com/roc-streaming/openfec/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('6c23f4d4263c514170f6abf806d7faf4c3fbf7fe34f55128383dcd84808a6966edd13587f7549ead74578ca219bdce9e42a32fc04071df0d54dae5b1336ed2b3')
+b2sums=('c3fd234c6f758144e514a262028024cb61a2379d065ab645067200618181a5ba4ae793fda82f60f0a870906d1978ef08ba8e73f9711bccf27b5161c5732702d1')
+
+build() {
+ local cmake_options=(
+ -B build
+ -DCMAKE_BUILD_TYPE=None
+ -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_LIBDIR=lib
+ -DBUILD_SHARED_LIBS=ON
+ -S $pkgname-$pkgver
+ -W no-dev
+ )
+
+ cmake "${cmake_options[@]}"
+ cmake --build build
+}
+
+check() {
+ ctest --test-dir build --output-on-failure
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -vDm 644 $pkgname-$pkgver/{LICENCE,Licence}* -t
"$pkgdir/usr/share/licenses/$pkgname/"
+}