[arch-commits] Commit in infamousplugins/repos (2 files)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:12:17
  Author: dvzrv
Revision: 314467

archrelease: copy trunk to community-x86_64

Added:
  infamousplugins/repos/community-x86_64/
  infamousplugins/repos/community-x86_64/PKGBUILD
(from rev 314466, infamousplugins/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: infamousplugins/repos/community-x86_64/PKGBUILD (from rev 314466, 
infamousplugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:12:17 UTC (rev 314467)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.2.04
+pkgrel=3
+pkgdesc="A collection of open-source LV2 plugins"
+arch=('x86_64')
+url="https://ssj71.github.io/infamousPlugins/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'ntk' 'zita-resampler')
+makedepends=('cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('340de9a58f454c3998c71f8c0f004e541253b96ee4c5ac870d6ff0fe07c46764534467dca55046e2a160cfc40c4a252912788bd4140c58efcbe4234730305570')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{CHANGELOG,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in infamousplugins/repos (2 files)

2018-03-31 Thread David Runge via arch-commits
Date: Saturday, March 31, 2018 @ 20:05:40
  Author: dvzrv
Revision: 313629

archrelease: copy trunk to community-testing-x86_64

Added:
  infamousplugins/repos/community-testing-x86_64/
  infamousplugins/repos/community-testing-x86_64/PKGBUILD
(from rev 313628, infamousplugins/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: infamousplugins/repos/community-testing-x86_64/PKGBUILD (from rev 
313628, infamousplugins/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-31 20:05:40 UTC (rev 313629)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.2.04
+pkgrel=2
+pkgdesc="A collection of open-source LV2 plugins"
+arch=('x86_64')
+url="https://ssj71.github.io/infamousPlugins/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'ntk' 'zita-resampler')
+makedepends=('cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('340de9a58f454c3998c71f8c0f004e541253b96ee4c5ac870d6ff0fe07c46764534467dca55046e2a160cfc40c4a252912788bd4140c58efcbe4234730305570')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{CHANGELOG,README} -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+}