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

David Runge dvzrv at archlinux.org
Tue Apr 6 20:27:13 UTC 2021


    Date: Tuesday, April 6, 2021 @ 20:27:12
  Author: dvzrv
Revision: 912170

archrelease: copy trunk to community-x86_64

Added:
  bslizr/repos/community-x86_64/PKGBUILD
    (from rev 912169, bslizr/trunk/PKGBUILD)
Deleted:
  bslizr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 20:26:58 UTC (rev 912169)
+++ PKGBUILD	2021-04-06 20:27:12 UTC (rev 912170)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=BSlizr
-pkgname=bslizr
-pkgver=1.2.12
-pkgrel=1
-pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input signals"
-arch=('x86_64')
-url="https://github.com/sjaehn/bslizr"
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('00ca939a200b1c94a09b6a4d7a2d66f06de9539fd02a811267b38ef9ee7c72ecc559342820548d91abfa630a9237ad159e31487cd15dc64ee94cd4f2f1a86ce7')
-b2sums=('332b4ce4483fa243a5046b4d5fc25d69c659ccc813376ada9dcb6722c1ee5804575af80cb5ea0c85c39b97db4d566cde85893d0694af45493ec1b9db8049dda1')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr'
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  lv2lint -Mpack -I "${_name}.lv2/" "https://www.jahnichen.de/plugins/lv2/BSlizr"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" PREFIX='/usr' install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove useless license file
-  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}

Copied: bslizr/repos/community-x86_64/PKGBUILD (from rev 912169, bslizr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-06 20:27:12 UTC (rev 912170)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=BSlizr
+pkgname=bslizr
+pkgver=1.2.14
+pkgrel=1
+pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input signals"
+arch=('x86_64')
+url="https://github.com/sjaehn/bslizr"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('080a340730638df98c8e9b4686940cc0c051ea90979290b74e98279b0b3be267e7c457be32d79ac1098e31d78332917118216bccc9ed0e10941f5cd16b3a4a41')
+b2sums=('84f8aaaeab4475106601bebd343dc731ec8367042e55727e35ded1e57208b3ecbc35015ba706f937017117161c7fc72b08ff178eda664fcc97440700b5c0853a')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -Mpack -I "${_name}.lv2/" "https://www.jahnichen.de/plugins/lv2/BSlizr"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}



More information about the arch-commits mailing list