[arch-commits] Commit in libebur128/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 3 07:14:00 UTC 2021


    Date: Wednesday, February 3, 2021 @ 07:14:00
  Author: arojas
Revision: 407122

archrelease: copy trunk to extra-x86_64

Added:
  libebur128/repos/extra-x86_64/PKGBUILD
    (from rev 407121, libebur128/trunk/PKGBUILD)
Deleted:
  libebur128/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 27 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 07:13:50 UTC (rev 407121)
+++ PKGBUILD	2021-02-03 07:14:00 UTC (rev 407122)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: BoosterDEV <booster DOT devel AT gmail DOT com>
-
-pkgname=libebur128
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="A library that implements the EBU R 128 standard for loudness normalisation."
-arch=(x86_64)
-url="https://github.com/jiixyj/libebur128"
-license=(MIT)
-depends=(glibc)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libebur128/repos/extra-x86_64/PKGBUILD (from rev 407121, libebur128/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-03 07:14:00 UTC (rev 407122)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: BoosterDEV <booster DOT devel AT gmail DOT com>
+
+pkgname=libebur128
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="A library that implements the EBU R 128 standard for loudness normalisation."
+arch=(x86_64)
+url="https://github.com/jiixyj/libebur128"
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jiixyj/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('165ea2ed15660dc334acf306169fe9d5ccd2b1371afefc5b80fc958c78045c8b')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_STATIC_LIBS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list