[arch-commits] Commit in padthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Sep 8 19:03:41 UTC 2020
Date: Tuesday, September 8, 2020 @ 19:03:40
Author: dvzrv
Revision: 701289
archrelease: copy trunk to community-x86_64
Added:
padthv1/repos/community-x86_64/PKGBUILD
(from rev 701288, padthv1/trunk/PKGBUILD)
Deleted:
padthv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 38 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-08 19:03:32 UTC (rev 701288)
+++ PKGBUILD 2020-09-08 19:03:40 UTC (rev 701289)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=padthv1
-pkgver=0.9.16
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
- 'jack: for standalone application'
- 'liblo: for standalone application'
- 'non-session-manager: for session management using the standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ed849c29d6f0ac28609f979a1a6c080ae61e04c7fac158aa251f9076f91d5b497dc2270fa47de4b0d6eda3d080b2840775099cc6c60bef5605ee5e03c8eebe46')
-b2sums=('e674a85e6c28f07265d5e0628d9b3ec815cc5249dca38f7aa86720ed8fc7b7d66f04f937bb8ef04386b38c0fa1b20328654791fb86a7b9fa48843b783fdad146')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --libdir=/usr/lib
- make
-}
-
-package() {
- depends+=('libfftw3.so')
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:
Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 701288, padthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-08 19:03:40 UTC (rev 701289)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=padthv1
+pkgver=0.9.17
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+ 'jack: for standalone application'
+ 'liblo: for standalone application'
+ 'non-session-manager: for session management using the standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('e621f8ea16e90d2626243a553807958c364bcb01ab7c9f5a8bfe726a1a61fe0e3c2a0bcbbfc479d6c7fd4ec3ef18ef81447caeb4dc1afccdb9c33b1c02b550a6')
+b2sums=('8fb84854027435dba7ba6dc969795933d40a5b019c61bbf546ef1db649e6c43d34552632db11c18a67dcf8df1b8e9529fb0a602d8888b8d4b596aaa05146c35b')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_BUILD_TYPE='None' \
+ -Wno-dev \
+ -B build \
+ -S .
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=('libfftw3.so')
+ cd "${pkgname}-${pkgver}"
+ make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list