[arch-commits] Commit in synthv1/repos (6 files)

2016-05-08 Thread Antonio Rojas
Date: Sunday, May 8, 2016 @ 19:12:38
  Author: arojas
Revision: 174364

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 174363, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 174363, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-i686/PKGBUILD
  synthv1/repos/community-i686/synthv1.install
  synthv1/repos/community-x86_64/PKGBUILD
  synthv1/repos/community-x86_64/synthv1.install

--+
 /PKGBUILD|   74 +
 community-i686/PKGBUILD  |   36 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/synthv1.install |   13 --
 5 files changed, 74 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-08 17:12:06 UTC (rev 174363)
+++ community-i686/PKGBUILD 2016-05-08 17:12:38 UTC (rev 174364)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.7.4
-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=('bd4e8cf4ae820d12ff4a3050df93a762')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 174363, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-08 17:12:38 UTC (rev 174364)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.4
+pkgrel=2
+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')
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+  # Fix build with GCC 6 (Fedora)
+  sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2016-05-08 17:12:06 UTC (rev 174363)
+++ community-i686/synthv1.install  2016-05-08 17:12:38 UTC (rev 174364)
@@ -1,13 +0,0 @@
-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
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-08 17:12:06 UTC (rev 174363)
+++ community-x86_64/PKGBUILD   2016-05-08 17:12:38 UTC (rev 174364)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.7.4
-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=('bd4e8cf4ae820d12ff4a3050df93a762')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 174363, 
synthv1/trunk/PKGBUILD)

[arch-commits] Commit in synthv1/repos (6 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:21:14
  Author: foutrelis
Revision: 149242

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  synthv1/repos/community-staging-i686/
  synthv1/repos/community-staging-i686/PKGBUILD
(from rev 149241, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-staging-i686/synthv1.install
(from rev 149241, synthv1/trunk/synthv1.install)
  synthv1/repos/community-staging-x86_64/
  synthv1/repos/community-staging-x86_64/PKGBUILD
(from rev 149241, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-staging-x86_64/synthv1.install
(from rev 149241, synthv1/trunk/synthv1.install)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/synthv1.install   |   13 +
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/synthv1.install |   13 +
 4 files changed, 106 insertions(+)

Copied: synthv1/repos/community-staging-i686/PKGBUILD (from rev 149241, 
synthv1/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 21:21:14 UTC (rev 149242)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.1
+pkgrel=2
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('acaf984396e8198c109d7bf5f16e412d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  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:

Copied: synthv1/repos/community-staging-i686/synthv1.install (from rev 149241, 
synthv1/trunk/synthv1.install)
===
--- community-staging-i686/synthv1.install  (rev 0)
+++ community-staging-i686/synthv1.install  2015-12-06 21:21:14 UTC (rev 
149242)
@@ -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
+}

Copied: synthv1/repos/community-staging-x86_64/PKGBUILD (from rev 149241, 
synthv1/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 21:21:14 UTC (rev 149242)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.1
+pkgrel=2
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('acaf984396e8198c109d7bf5f16e412d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  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:

Copied: synthv1/repos/community-staging-x86_64/synthv1.install (from rev 
149241, synthv1/trunk/synthv1.install)
===
--- community-staging-x86_64/synthv1.install(rev 0)
+++ community-staging-x86_64/synthv1.install2015-12-06 21:21:14 UTC (rev 
149242)
@@ -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
+}


[arch-commits] Commit in synthv1/repos (6 files)

2014-04-05 Thread speps
Date: Saturday, April 5, 2014 @ 14:42:07
  Author: speps
Revision: 108857

archrelease: copy trunk to community-i686, community-x86_64

Added:
  synthv1/repos/community-i686/
  synthv1/repos/community-i686/PKGBUILD
(from rev 108856, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 108856, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 108856, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 108856, synthv1/trunk/synthv1.install)

--+
 community-i686/PKGBUILD  |   41 +
 community-i686/synthv1.install   |   13 +++
 community-x86_64/PKGBUILD|   41 +
 community-x86_64/synthv1.install |   13 +++
 4 files changed, 108 insertions(+)

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 108856, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-05 12:42:07 UTC (rev 108857)
@@ -0,0 +1,41 @@
+# $Id$
+# 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:

Copied: synthv1/repos/community-i686/synthv1.install (from rev 108856, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2014-04-05 12:42:07 UTC (rev 108857)
@@ -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
+}

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 108856, 
synthv1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-05 12:42:07 UTC (rev 108857)
@@ -0,0 +1,41 @@
+# $Id$
+# 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:

Copied: synthv1/repos/community-x86_64/synthv1.install (from rev 108856, 
synthv1/trunk/synthv1.install)
===
--- community-x86_64/synthv1.install(rev 0)
+++ community-x86_64/synthv1.install2014-04-05 12:42:07 UTC (rev 108857)
@@ -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
+}