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

Antonio Rojas arojas at archlinux.org
Sun Feb 14 14:51:27 UTC 2021


    Date: Sunday, February 14, 2021 @ 14:51:27
  Author: arojas
Revision: 408042

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 14:51:18 UTC (rev 408041)
+++ PKGBUILD	2021-02-14 14:51:27 UTC (rev 408042)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: libebur128/repos/extra-x86_64/PKGBUILD (from rev 408041, libebur128/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-14 14:51:27 UTC (rev 408042)
@@ -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.6
+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=('baa7fc293a3d4651e244d8022ad03ab797ca3c2ad8442c43199afe8059faa613')
+
+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