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

David Runge dvzrv at archlinux.org
Fri Jun 18 07:38:26 UTC 2021


    Date: Friday, June 18, 2021 @ 07:38:25
  Author: dvzrv
Revision: 965136

archrelease: copy trunk to community-x86_64

Added:
  lv2file/repos/community-x86_64/PKGBUILD
    (from rev 965135, lv2file/trunk/PKGBUILD)
Deleted:
  lv2file/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 07:38:18 UTC (rev 965135)
+++ PKGBUILD	2021-06-18 07:38:25 UTC (rev 965136)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
-pkgname=lv2file
-pkgver=0.84
-pkgrel=2
-pkgdesc="A simple program which you can use to apply effects to your audio files"
-arch=('x86_64')
-url="https://github.com/jeremysalwen/lv2file"
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('argtable' 'lilv')
-makedepends=('lv2')
-# upstream didn't add the manpage to the release tarball:
-# https://github.com/jeremysalwen/lv2file/issues/4
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jeremysalwen/${pkgname}/archive/upstream/${pkgver}.tar.gz"
-        "https://raw.githubusercontent.com/jeremysalwen/${pkgname}/master/debian/${pkgname}.1")
-sha512sums=('05ccc8a3a2c01a778f153640a4048365e78afc8f79fb76143500dadfec77b3861444163ead24ae2bc17681d8a6ecee6dcecbb57a1d7498219b315b6162a18420'
-            '5706801b35f4b3fb6888bd5952219453a0ae13f453f3e475984dfe15aa173e6277089102c128f2da753f8dd70da2da59e4ae6d6a9179c5d1c1565bcf80799af6')
-
-prepare() {
-  mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make all
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # man page
-  install -vDm 644 "../${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: lv2file/repos/community-x86_64/PKGBUILD (from rev 965135, lv2file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-18 07:38:25 UTC (rev 965136)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+
+pkgname=lv2file
+pkgver=0.84
+pkgrel=3
+pkgdesc="A simple program which you can use to apply effects to your audio files"
+arch=('x86_64')
+url="https://github.com/jeremysalwen/lv2file"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('argtable' 'glibc')
+makedepends=('libsndfile' 'lilv' 'lv2')
+# upstream didn't add the manpage to the release tarball:
+# https://github.com/jeremysalwen/lv2file/issues/4
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jeremysalwen/${pkgname}/archive/upstream/${pkgver}.tar.gz"
+        "https://github.com/jeremysalwen/${pkgname}/blob/9c6fa09f829afa4e4dd47841ec57959c958ddce3/debian/${pkgname}.1")
+sha512sums=('05ccc8a3a2c01a778f153640a4048365e78afc8f79fb76143500dadfec77b3861444163ead24ae2bc17681d8a6ecee6dcecbb57a1d7498219b315b6162a18420'
+            '5706801b35f4b3fb6888bd5952219453a0ae13f453f3e475984dfe15aa173e6277089102c128f2da753f8dd70da2da59e4ae6d6a9179c5d1c1565bcf80799af6')
+b2sums=('504b6b34f63c9ffb49ab131bb1e7b52826d5e32586a1f9aa3bd2e4fe261e936a2cf1a2236d41c40a164e5fd5191f927b2eb3ab8cd54d90ca91833fe64a926b1f'
+        '9fe44cda98ae0a6d158347c7a3acb3b88354586ce9fe63a789c5620e8e99c587c5d8e1ea835af42812c505f7cf0d5717b21752af29c787b09f639b56ced41c05')
+
+prepare() {
+  mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make all
+}
+
+package() {
+  depends+=('liblilv-0.so' 'libsndfile.so')
+
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # man page
+  install -vDm 644 "../${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
+  # docs
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list