[arch-commits] Commit in lsp-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Mar 24 16:49:54 UTC 2019
Date: Sunday, March 24, 2019 @ 16:49:53
Author: dvzrv
Revision: 443351
archrelease: copy trunk to community-x86_64
Added:
lsp-plugins/repos/community-x86_64/PKGBUILD
(from rev 443350, lsp-plugins/trunk/PKGBUILD)
Deleted:
lsp-plugins/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-24 16:49:44 UTC (rev 443350)
+++ PKGBUILD 2019-03-24 16:49:53 UTC (rev 443351)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=lsp-plugins
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in"
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'glu' 'jack' 'libglvnd')
-makedepends=('ladspa' 'lv2' 'php')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e98000c98464abc1db75e044bc1b7adb535b94fbe1025a52baf0a2c92bcd21039c9b330e790f0607b4747356aff3f7d4ae20e666a9135108e875057c5459c8ae')
-
-prepare() {
- mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
- cd "$pkgname-$pkgver"
- # removing /usr/local/lib from RPATH
- sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
- -i scripts/make/configure.mk
-}
-
-build() {
- local _test_path="$(pwd)/.build-test"
- cd "$pkgname-$pkgver"
- make
- make OBJDIR=${_test_path} clean
- make OBJDIR=${_test_path} test
-}
-
-check() {
- local _test_path="$(pwd)/.build-test"
- cd "$pkgname-$pkgver"
- ${_test_path}/lsp-plugins-test utest \
- --nofork \
- --debug \
- --verbose || warning "Known flaky test: https://github.com/sadko4u/lsp-plugins/issues/19"
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make BIN_PATH=/usr/bin \
- LIB_PATH=/usr/lib \
- DOC_PATH=/usr/share/doc \
- DESTDIR="$pkgdir/" \
- install
-}
Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 443350, lsp-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-24 16:49:53 UTC (rev 443351)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=lsp-plugins
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
+arch=('x86_64')
+url="https://lsp-plug.in"
+license=('LGPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'glu' 'jack' 'libglvnd')
+makedepends=('ladspa' 'lv2' 'php')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
+
+prepare() {
+ mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
+ # removing /usr/local/lib from RPATH
+ sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
+ -i scripts/make/configure.mk
+}
+
+build() {
+ local _test_path="$(pwd)/.build-test"
+ cd "$pkgname-$pkgver"
+ make
+ make OBJDIR=${_test_path} clean
+ make OBJDIR=${_test_path} test
+}
+
+check() {
+ local _test_path="$(pwd)/.build-test"
+ cd "$pkgname-$pkgver"
+ ${_test_path}/lsp-plugins-test utest \
+ --nofork \
+ --debug \
+ --verbose || warning "Known flaky test: https://github.com/sadko4u/lsp-plugins/issues/19"
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make BIN_PATH=/usr/bin \
+ LIB_PATH=/usr/lib \
+ DOC_PATH=/usr/share/doc \
+ DESTDIR="$pkgdir/" \
+ install
+}
More information about the arch-commits
mailing list