Date: Wednesday, November 30, 2022 @ 09:13:12
Author: dvzrv
Revision: 1355369
archrelease: copy trunk to community-x86_64
Added:
liblscp/repos/community-x86_64/PKGBUILD
(from rev 1355368, liblscp/trunk/PKGBUILD)
Deleted:
liblscp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-30 09:12:58 UTC (rev 1355368)
+++ PKGBUILD 2022-11-30 09:13:12 UTC (rev 1355369)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Martin C. Doege <mdoege at compuserve dot com>
-# Contributor: Ray Rashif <[email protected]>
-# Contributor: Shinlun Hsieh <[email protected]>
-
-pkgname=liblscp
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="LinuxSampler Control Protocol C++ library"
-arch=(x86_64)
-url="https://www.linuxsampler.org/"
-license=(LGPL2.1)
-depends=(glibc)
-makedepends=(cmake)
-provides=(liblscp.so)
-options=(debug)
-source=(https://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-sha512sums=('51c3b0b3dfe3947ac5d7cfec18fec597a4282aacc489cdda5a30d5853c3a43778e207ddf2f211c28ba04386fd6f30a09eed62dc2a33177e5aeccd7f77b4ef520')
-b2sums=('a86a5e9e6d52dfd2449274e1c800e40887094dcea3e39d257670dded8b3805f2cdf575b41f640b0df95cd008656d3e7c8ca93d5bc5360c8727b80d6d2695ed83')
-
-build() {
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -Wno-dev \
- -B build \
- -S $pkgname-$pkgver
- make VERBOSE=1 -C build
-}
-
-package() {
- make VERBOSE=1 DESTDIR="$pkgdir" install -C build
- install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t
"$pkgdir/usr/share/doc/$pkgname/"
-}
-
Copied: liblscp/repos/community-x86_64/PKGBUILD (from rev 1355368,
liblscp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-30 09:13:12 UTC (rev 1355369)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Shinlun Hsieh <[email protected]>
+
+pkgname=liblscp
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="LinuxSampler Control Protocol C++ library"
+arch=(x86_64)
+url="https://github.com/rncbc/liblscp"
+license=(LGPL2.1)
+depends=(glibc)
+makedepends=(cmake)
+provides=(liblscp.so)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::https://github.com/rncbc/liblscp/archive/refs/tags/${pkgname}_${pkgver//./_}.tar.gz)
+sha512sums=('ac68492d6097c00254e5593a66e693e57cab8f5c2c1b4b00648c9698d950f5bd67fe53e9da41097cf28eb4d6e61596d6cfaad2b4b47ba0bc6f1f3a5851f51556')
+b2sums=('c1cafb37c939ac5794142a6214c74f8f6f5552d9f9b75732d9ac6b87d9c810bf40ac1ba89a1c81f9833e86d2afc0fe614e1af46d9e85384d1c16f2d860287d09')
+
+build() {
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -Wno-dev \
+ -B build \
+ -S $pkgname-${pkgname}_${pkgver//./_}
+ make VERBOSE=1 -C build
+}
+
+package() {
+ make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+ install -vDm 644 $pkgname-${pkgname}_${pkgver//./_}/{ChangeLog,README} -t
"$pkgdir/usr/share/doc/$pkgname/"
+}
+