[arch-commits] Commit in (15 files)

speps speps at nymeria.archlinux.org
Sat Apr 5 12:40:39 UTC 2014


    Date: Saturday, April 5, 2014 @ 14:40:39
  Author: speps
Revision: 108853

addpkg: Vee One Suite 0.4.0

Added:
  drumkv1/
  drumkv1/repos/
  drumkv1/trunk/
  drumkv1/trunk/PKGBUILD
  drumkv1/trunk/drumkv1.install
  samplv1/
  samplv1/repos/
  samplv1/trunk/
  samplv1/trunk/PKGBUILD
  samplv1/trunk/samplv1.install
  synthv1/
  synthv1/repos/
  synthv1/trunk/
  synthv1/trunk/PKGBUILD
  synthv1/trunk/synthv1.install

-------------------------------+
 drumkv1/trunk/PKGBUILD        |   40 ++++++++++++++++++++++++++++++++++++++++
 drumkv1/trunk/drumkv1.install |   13 +++++++++++++
 samplv1/trunk/PKGBUILD        |   40 ++++++++++++++++++++++++++++++++++++++++
 samplv1/trunk/samplv1.install |   13 +++++++++++++
 synthv1/trunk/PKGBUILD        |   40 ++++++++++++++++++++++++++++++++++++++++
 synthv1/trunk/synthv1.install |   13 +++++++++++++
 6 files changed, 159 insertions(+)

Added: drumkv1/trunk/PKGBUILD
===================================================================
--- drumkv1/trunk/PKGBUILD	                        (rev 0)
+++ drumkv1/trunk/PKGBUILD	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,40 @@
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base'
+         'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('d2be11a7c06d62ad789bc4bf7884e1eb')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations
+  if [[ $CARCH = i686 ]]; then
+    export CXXFLAGS+=" -fPIE"
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Added: drumkv1/trunk/drumkv1.install
===================================================================
--- drumkv1/trunk/drumkv1.install	                        (rev 0)
+++ drumkv1/trunk/drumkv1.install	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: samplv1/trunk/PKGBUILD
===================================================================
--- samplv1/trunk/PKGBUILD	                        (rev 0)
+++ samplv1/trunk/PKGBUILD	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,40 @@
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base'
+         'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('dbd306fa2aeb1ac005a7467028b9c779')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations
+  if [[ $CARCH = i686 ]]; then
+    export CXXFLAGS+=" -fPIE"
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Added: samplv1/trunk/samplv1.install
===================================================================
--- samplv1/trunk/samplv1.install	                        (rev 0)
+++ samplv1/trunk/samplv1.install	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: synthv1/trunk/PKGBUILD
===================================================================
--- synthv1/trunk/PKGBUILD	                        (rev 0)
+++ synthv1/trunk/PKGBUILD	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,40 @@
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=synthv1
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base'
+         'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f32510e1f5065f574970b13035d9ff57')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations
+  if [[ $CARCH = i686 ]]; then
+    export CXXFLAGS+=" -fPIE"
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Added: synthv1/trunk/synthv1.install
===================================================================
--- synthv1/trunk/synthv1.install	                        (rev 0)
+++ synthv1/trunk/synthv1.install	2014-04-05 12:40:39 UTC (rev 108853)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list