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

David Runge dvzrv at gemini.archlinux.org
Tue Jan 25 17:58:56 UTC 2022


    Date: Tuesday, January 25, 2022 @ 17:58:56
  Author: dvzrv
Revision: 1115540

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 17:58:49 UTC (rev 1115539)
+++ PKGBUILD	2022-01-25 17:58:56 UTC (rev 1115540)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
-
-pkgname=lv2file
-pkgver=0.91
-pkgrel=1
-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=('9f0d102905ca66622bbd0a057acff38cf7929be6ac4bc1423637218ae7990b64a75d4042804f93662cc9d1e6509affc7bb804b6ff8ebc043cc1271efee4f9ecf'
-            'd477981f1c2f7dc5937e8a061f3a000c08a4df656506e0677296cd6d7ffdb3055c629979e01fdded580054534a726a4b2bacd98b6643d25ac7659713b14e0a24')
-b2sums=('a59fa01d611785000f886fc32ebce044fe24da69e485b8380afb094e9b943ebaa02c71c2c45f48091ed7fd48609bd60dcb2d4cfa93dce7ec916be5f8d6e4858f'
-        '92497a36ad44e6d1f6d40f671269b397993bbfa124142cbebdb13928ead02741d3008746016b29e54d7aa854b6ed0395ef419a6499cb8aecbbb099db2d0b9207')
-
-build() {
-  make all -C "$pkgname-upstream-$pkgver"
-}
-
-package() {
-  depends+=(liblilv-0.so libsndfile.so)
-
-  make DESTDIR="$pkgdir/" install -C "$pkgname-upstream-$pkgver"
-  install -vDm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
-  install -vDm 644  "$pkgname-upstream-$pkgver/README" -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: lv2file/repos/community-x86_64/PKGBUILD (from rev 1115539, lv2file/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 17:58:56 UTC (rev 1115540)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+
+pkgname=lv2file
+pkgver=0.93
+pkgrel=1
+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=('4f4b610b44c34920671eaae0735a3f71a2bdc8ac874e61e408d49518e19ca59c30f989dc1cd7542e733d799db1fa5ad1242fd290978b07304b88848095ce0128'
+            'd477981f1c2f7dc5937e8a061f3a000c08a4df656506e0677296cd6d7ffdb3055c629979e01fdded580054534a726a4b2bacd98b6643d25ac7659713b14e0a24')
+b2sums=('1fc1f2440f7c90cc967c1decc820b4222253968da691b89db582d46b5deb942296e405c2403ca13c5c8e0ec507cbf2da175d75cb79b1921dbe1b7c54a4d975c3'
+        '92497a36ad44e6d1f6d40f671269b397993bbfa124142cbebdb13928ead02741d3008746016b29e54d7aa854b6ed0395ef419a6499cb8aecbbb099db2d0b9207')
+
+build() {
+  make all -C "$pkgname-upstream-$pkgver"
+}
+
+package() {
+  depends+=(liblilv-0.so libsndfile.so)
+
+  make DESTDIR="$pkgdir/" install -C "$pkgname-upstream-$pkgver"
+  install -vDm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
+  install -vDm 644  "$pkgname-upstream-$pkgver/README" -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list