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

David Runge dvzrv at archlinux.org
Wed Jan 27 19:02:07 UTC 2021


    Date: Wednesday, January 27, 2021 @ 19:02:06
  Author: dvzrv
Revision: 832293

archrelease: copy trunk to community-x86_64

Added:
  liquidsfz/repos/community-x86_64/PKGBUILD
    (from rev 832292, liquidsfz/trunk/PKGBUILD)
Deleted:
  liquidsfz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 19:01:59 UTC (rev 832292)
+++ PKGBUILD	2021-01-27 19:02:06 UTC (rev 832293)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=liquidsfz
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="SFZ Sampler"
-arch=('x86_64')
-url="https://github.com/swesterfeld/liquidsfz"
-license=('LGPL2.1')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc')
-makedepends=('jack' 'libsndfile' 'lv2')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-provides=('libliquidsfz.so' 'soundfont-synthesizer')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/swesterfeld/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('265275e641542b951da288c6bcaabbcb823e56039d0f981e521b715843078c42d6e00460c5ad0f3439f533cec8c752fc68498564a74fed8febcfd55d08d8d8e1')
-b2sums=('994b0e5af28a497f6c781b362f5f2f807d9bf0a7e10f376ab01a348d6875e43663595a8801ed4c5e6e88caa6ba84e4fa74dfb6221122c34c0ea9785051936e42')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --enable-shared \
-              --disable-static \
-              --disable-static-cxx
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-  LD_LIBRARY_PATH="lib/.libs/:$LD_LIBRARY_PATH" lv2lint -Mpack -I "${PWD}/lv2" "http://spectmorph.org/plugins/liquidsfz"
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {NEWS,TODO,{OPCODES,README}.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: liquidsfz/repos/community-x86_64/PKGBUILD (from rev 832292, liquidsfz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-27 19:02:06 UTC (rev 832293)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=liquidsfz
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="SFZ Sampler"
+arch=('x86_64')
+url="https://github.com/swesterfeld/liquidsfz"
+license=('LGPL2.1')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('jack' 'libsndfile' 'lv2')
+checkdepends=('lv2lint')
+optdepends=(
+  'jack: for standalone application'
+  'lv2-host: for LV2 plugin'
+)
+provides=('libliquidsfz.so' 'soundfont-synthesizer')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/swesterfeld/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('20e39c69727a978b60c2de84b5d880004b3cff14180ddea83e5964433e65f5d5ef6ed11fc7934693d5eaed801cfeab866ec35d50ccbf835af3bc869e3af0fefd')
+b2sums=('a13bf833449be9fe5b45ff4db8dd4063ef5e7b93ef407a20d6f2eef64e43ff00ab3161d5f4b7d293831a448d55e7ff235e5dc8661a40ef403031dc3041b65f44')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --enable-shared \
+              --disable-static \
+              --disable-static-cxx
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+  LD_LIBRARY_PATH="lib/.libs/:$LD_LIBRARY_PATH" lv2lint -Mpack -I "${PWD}/lv2" "http://spectmorph.org/plugins/liquidsfz"
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {NEWS,TODO,{OPCODES,README}.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list