[arch-commits] Commit in (firefox-raismth)

2017-01-02 Thread speps
Date: Tuesday, January 3, 2017 @ 01:44:52
  Author: speps
Revision: 204573

Deleting firefox-raismth from [community]

Deleted:
  firefox-raismth/


[arch-commits] Commit in samplv1/repos (4 files)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 16:40:47
  Author: speps
Revision: 203314

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

Added:
  samplv1/repos/community-i686/PKGBUILD
(from rev 203313, samplv1/trunk/PKGBUILD)
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 203313, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-i686/PKGBUILD
  samplv1/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 16:40:33 UTC (rev 203313)
+++ community-i686/PKGBUILD 2016-12-29 16:40:47 UTC (rev 203314)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.4
-pkgrel=2
-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')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('bb5278771b599f9793609bb763ba7148')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-  # Fix build woth 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:

Copied: samplv1/repos/community-i686/PKGBUILD (from rev 203313, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 16:40:47 UTC (rev 203314)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e3598531ae7c7b3ee571ee2b22c143f4')
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-29 16:40:33 UTC (rev 203313)
+++ community-x86_64/PKGBUILD   2016-12-29 16:40:47 UTC (rev 203314)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.4
-pkgrel=2
-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')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('bb5278771b599f9793609bb763ba7148')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-  # Fix build woth 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:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 203313, 
samplv1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-29 16:40:47 UTC (rev 203314)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="

[arch-commits] Commit in samplv1/trunk (PKGBUILD)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 16:40:33
  Author: speps
Revision: 203313

upgpkg: samplv1 0.8.0-1

Modified:
  samplv1/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 16:40:08 UTC (rev 203312)
+++ PKGBUILD2016-12-29 16:40:33 UTC (rev 203313)
@@ -2,30 +2,23 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html";
+url="https://$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=('bb5278771b599f9793609bb763ba7148')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e3598531ae7c7b3ee571ee2b22c143f4')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-  # Fix build woth GCC 6 (Fedora)
-  sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
-}
-
 build() {
   cd $pkgname-$pkgver 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
   make
 }
 


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

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 16:03:30
  Author: speps
Revision: 203295

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 16:03:20 UTC (rev 203294)
+++ community-i686/PKGBUILD 2016-12-29 16:03:30 UTC (rev 203295)
@@ -1,37 +0,0 @@
-# $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:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 203294, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 16:03:30 UTC (rev 203295)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=(i686 x86_64)
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('88e74c64bb3182f19b7e3d66e429cda0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-29 16:03:20 UTC (rev 203294)
+++ community-x86_64/PKGBUILD   2016-12-29 16:03:30 UTC (rev 203295)
@@ -1,37 +0,0 @@
-# $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:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 203294, 
synthv1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-29 16:03:30 UTC (rev 203295)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=s

[arch-commits] Commit in synthv1/trunk (PKGBUILD)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 16:03:20
  Author: speps
Revision: 203294

upgpkg: synthv1 0.8.0-1

Modified:
  synthv1/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 16:00:18 UTC (rev 203293)
+++ PKGBUILD2016-12-29 16:03:20 UTC (rev 203294)
@@ -2,30 +2,23 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.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";
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('88e74c64bb3182f19b7e3d66e429cda0')
 
-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
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
   make
 }
 


[arch-commits] Commit in drumkv1/repos (4 files)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 15:59:41
  Author: speps
Revision: 203292

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

Added:
  drumkv1/repos/community-i686/PKGBUILD
(from rev 203291, drumkv1/trunk/PKGBUILD)
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 203291, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-i686/PKGBUILD
  drumkv1/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 15:59:25 UTC (rev 203291)
+++ community-i686/PKGBUILD 2016-12-29 15:59:41 UTC (rev 203292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.4
-pkgrel=2
-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')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('eb954772794f6c3aa993d192ef417ade')
-
-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:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 203291, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 15:59:41 UTC (rev 203292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('c9af118f491ea21f5542f30395d37864')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-29 15:59:25 UTC (rev 203291)
+++ community-x86_64/PKGBUILD   2016-12-29 15:59:41 UTC (rev 203292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.4
-pkgrel=2
-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')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('eb954772794f6c3aa993d192ef417ade')
-
-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:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 203291, 
drumkv1/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-29 15:59:41 UTC (rev 203292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="https://$pkgname.sourceforge.net/$pkgname-index.html";

[arch-commits] Commit in drumkv1/trunk (PKGBUILD)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 15:59:25
  Author: speps
Revision: 203291

upgpkg: drumkv1 0.8.0-1

Modified:
  drumkv1/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 15:58:52 UTC (rev 203290)
+++ PKGBUILD2016-12-29 15:59:25 UTC (rev 203291)
@@ -2,30 +2,23 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html";
+url="https://$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=('eb954772794f6c3aa993d192ef417ade')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('c9af118f491ea21f5542f30395d37864')
 
-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
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
   make
 }
 


[arch-commits] Commit in amsynth/repos (4 files)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 12:49:05
  Author: speps
Revision: 203273

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

Added:
  amsynth/repos/community-i686/PKGBUILD
(from rev 203272, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 203272, amsynth/trunk/PKGBUILD)
Deleted:
  amsynth/repos/community-i686/PKGBUILD
  amsynth/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 12:48:46 UTC (rev 203272)
+++ community-i686/PKGBUILD 2016-12-29 12:49:05 UTC (rev 203273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/";
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 203272, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 12:49:05 UTC (rev 203273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="https://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
+md5sums=('4856f582caed59fca79dfe3ca4597938')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-29 12:48:46 UTC (rev 203272)
+++ community-x86_64/PKGBUILD   2016-12-29 12:49:05 UTC (rev 203273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/";
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 203272, 
amsynth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-29 12:49:05 UTC (rev 203273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="https://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
+md5sums=('4856f582caed59fca79dfe3ca4597938')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in amsynth/trunk (PKGBUILD)

2016-12-29 Thread speps
Date: Thursday, December 29, 2016 @ 12:48:46
  Author: speps
Revision: 203272

upgpkg: amsynth 1.7.0-1

Modified:
  amsynth/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 10:51:52 UTC (rev 203271)
+++ PKGBUILD2016-12-29 12:48:46 UTC (rev 203272)
@@ -3,17 +3,17 @@
 # Contributor: Alessio Biancalana 
 
 pkgname=amsynth
-pkgver=1.6.4
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('i686' 'x86_64')
-url="http://amsynth.github.io/";
+url="https://amsynth.github.io/";
 license=('GPL')
 groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
+depends=('gtkmm' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
 
source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
-md5sums=('35351ea2dcc01498eee472004e3adc10')
+md5sums=('4856f582caed59fca79dfe3ca4597938')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qtractor/repos (4 files)

2016-12-10 Thread speps
Date: Saturday, December 10, 2016 @ 16:27:48
  Author: speps
Revision: 198762

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

Added:
  qtractor/repos/community-i686/PKGBUILD
(from rev 198761, qtractor/trunk/PKGBUILD)
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 198761, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-i686/PKGBUILD
  qtractor/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 community-i686/PKGBUILD   |   57 -
 community-x86_64/PKGBUILD |   57 -
 3 files changed, 116 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 16:27:34 UTC (rev 198761)
+++ community-i686/PKGBUILD 2016-12-10 16:27:48 UTC (rev 198762)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.9
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/";
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
-md5sums=('d26325af04e4da88e2d5aba3ea624dc0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
- # Fix build with GCC 6 (Fedora)
- #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" 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:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 198761, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 16:27:48 UTC (rev 198762)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
+md5sums=('e637e8c1c099d23579ab4ae7367c77d7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPluginFactory.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+ # Fix build with GCC 6 (Fedora)
+ #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure 
configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKG

[arch-commits] Commit in qtractor/trunk (PKGBUILD)

2016-12-10 Thread speps
Date: Saturday, December 10, 2016 @ 16:27:34
  Author: speps
Revision: 198761

upgpkg: qtractor 0.8.0-1

Modified:
  qtractor/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 15:57:10 UTC (rev 198760)
+++ PKGBUILD2016-12-10 16:27:34 UTC (rev 198761)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.9
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
 
source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz";)
-md5sums=('d26325af04e4da88e2d5aba3ea624dc0')
+md5sums=('e637e8c1c099d23579ab4ae7367c77d7')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -22,7 +22,7 @@
 
   # do not look for /usr/lib64/lv2
   # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPluginFactory.cpp
 
   # force qt4
   #export ac_qmake=/usr/bin/qmake-qt4 \
@@ -45,7 +45,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
   make
 }
 


[arch-commits] Commit in qtractor/repos (8 files)

2016-03-25 Thread speps
Date: Friday, March 25, 2016 @ 10:04:22
  Author: speps
Revision: 168348

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 09:04:09 UTC (rev 168347)
+++ community-i686/PKGBUILD 2016-03-25 09:04:22 UTC (rev 168348)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/";
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('fd33607183c9e399f7b6c093ad684f4c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 168347, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 09:04:22 UTC (rev 168348)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('6bcce2b3e1353f66d192a50751c2686b')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}
+
+build() {
+  

[arch-commits] Commit in qtractor/trunk (PKGBUILD)

2016-03-25 Thread speps
Date: Friday, March 25, 2016 @ 10:04:09
  Author: speps
Revision: 168347

upgpkg: qtractor 0.7.5-1

Modified:
  qtractor/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 08:36:10 UTC (rev 168346)
+++ PKGBUILD2016-03-25 09:04:09 UTC (rev 168347)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install="$pkgname.install"
 source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('fd33607183c9e399f7b6c093ad684f4c')
+md5sums=('6bcce2b3e1353f66d192a50751c2686b')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in smtube/repos (8 files)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 03:32:43
  Author: speps
Revision: 168328

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   34 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 02:32:29 UTC (rev 168327)
+++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.1.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('33bb92f48dc18240d7ff208569f4a67c')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 168327, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.3.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2016-03-25 02:32:29 UTC (rev 168327)
+++ community-i686/smtube.install   2016-03-25 02:32:43 UTC (rev 168328)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 168327, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2016-03-25 02:32:43

[arch-commits] Commit in smtube/trunk (PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 03:32:29
  Author: speps
Revision: 168327

upgpkg: smtube 16.3.0-1

Modified:
  smtube/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 02:15:46 UTC (rev 168326)
+++ PKGBUILD2016-03-25 02:32:29 UTC (rev 168327)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=16.1.0
+pkgver=16.3.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('33bb92f48dc18240d7ff208569f4a67c')
+md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:45:32
  Author: speps
Revision: 168273

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 168272, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-25 01:45:27 UTC (rev 168272)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
-arch=('any')
-url="https://github.com/mcrapet/plowshare";
-license=('GPL3')
-depends=('curl' 'recode' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 168272, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-25 01:45:32 UTC (rev 168273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare";
+license=('GPL3')
+depends=('curl' 'recode' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('114cebf706027f3f93bbccb3762105b2')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/trunk (PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:45:27
  Author: speps
Revision: 168272

upgpkg: plowshare 2.1.3-1

Modified:
  plowshare/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:38:16 UTC (rev 168271)
+++ PKGBUILD2016-03-25 01:45:27 UTC (rev 168272)
@@ -3,7 +3,7 @@
 # Contributor: breakdown 
 
 pkgname=plowshare
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
@@ -15,7 +15,7 @@
 'tiv: ascii display for no X server'
 'aview: ascii display for no X server')
 source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
+md5sums=('114cebf706027f3f93bbccb3762105b2')
 
 package() {
   cd $pkgname-*


[arch-commits] Commit in drumkv1/repos (8 files)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:38:16
  Author: speps
Revision: 168271

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

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

--+
 /PKGBUILD|   72 +
 /drumkv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.2
-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')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
-
-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: drumkv1/repos/community-i686/PKGBUILD (from rev 168270, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.4
+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=('eb954772794f6c3aa993d192ef417ade')
+
+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:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -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
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 168270, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
==

[arch-commits] Commit in drumkv1/trunk (PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:38:09
  Author: speps
Revision: 168270

upgpkg: drumkv1 0.7.4-1

Modified:
  drumkv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:37:38 UTC (rev 168269)
+++ PKGBUILD2016-03-25 01:38:09 UTC (rev 168270)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
+md5sums=('eb954772794f6c3aa993d192ef417ade')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # 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() {


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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:13
  Author: speps
Revision: 168267

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

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 168266, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 168266, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 168266, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 168266, synthv1/trunk/synthv1.install)
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|   72 +
 /synthv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/synthv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:36:52 UTC (rev 168266)
+++ community-i686/PKGBUILD 2016-03-25 01:37:13 UTC (rev 168267)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.7.2
-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')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a798aeb8341887c1adc6ac961023fbb5')
-
-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-i686/PKGBUILD (from rev 168266, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:37:13 UTC (rev 168267)
@@ -0,0 +1,36 @@
+# $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:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2016-03-25 01:36:52 UTC (rev 168266)
+++ community-i686/synthv1.install  2016-03-25 01:37:13 UTC (rev 168267)
@@ -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
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 168266, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2016-03-25 01:37:13 UTC (rev 168267)
@@ -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_upgr

[arch-commits] Commit in samplv1/trunk (PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:32
  Author: speps
Revision: 168268

upgpkg: samplv1 0.7.4-1

Modified:
  samplv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 01:37:13 UTC (rev 168267)
+++ PKGBUILD2016-03-25 01:37:32 UTC (rev 168268)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
+md5sums=('bb5278771b599f9793609bb763ba7148')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # 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() {


[arch-commits] Commit in synthv1/trunk (PKGBUILD)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:36:52
  Author: speps
Revision: 168266

upgpkg: synthv1 0.7.4-1

Modified:
  synthv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 17:22:34 UTC (rev 168265)
+++ PKGBUILD2016-03-25 01:36:52 UTC (rev 168266)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.7.2
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -11,10 +11,9 @@
 groups=('lv2-plugins')
 depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
  'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a798aeb8341887c1adc6ac961023fbb5')
+md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,11 +20,6 @@
 
   # 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() {


[arch-commits] Commit in samplv1/repos (8 files)

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:37:38
  Author: speps
Revision: 168269

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

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

--+
 /PKGBUILD|   72 +
 /samplv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/samplv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:37:32 UTC (rev 168268)
+++ community-i686/PKGBUILD 2016-03-25 01:37:38 UTC (rev 168269)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.2
-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')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
-
-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: samplv1/repos/community-i686/PKGBUILD (from rev 168268, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:37:38 UTC (rev 168269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.7.4
+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=('bb5278771b599f9793609bb763ba7148')
+
+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:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2016-03-25 01:37:32 UTC (rev 168268)
+++ community-i686/samplv1.install  2016-03-25 01:37:38 UTC (rev 168269)
@@ -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
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 168268, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2016-03-25 01:37:38 UTC (rev 168269)
@@ -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
+}

Deleted: community-x

[arch-commits] Commit in smtube/trunk (PKGBUILD)

2016-02-17 Thread speps
Date: Wednesday, February 17, 2016 @ 22:57:38
  Author: speps
Revision: 162131

upgpkg: smtube 16.1.0-1

Modified:
  smtube/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 21:49:27 UTC (rev 162130)
+++ PKGBUILD2016-02-17 21:57:38 UTC (rev 162131)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.11.0
-pkgrel=2
+pkgver=16.1.0
+pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/";
@@ -21,7 +21,7 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('c749cc93176d051f01e4c412d84196c5')
+md5sums=('33bb92f48dc18240d7ff208569f4a67c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in smtube/repos (8 files)

2016-02-17 Thread speps
Date: Wednesday, February 17, 2016 @ 22:57:59
  Author: speps
Revision: 162132

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   34 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 21:57:38 UTC (rev 162131)
+++ community-i686/PKGBUILD 2016-02-17 21:57:59 UTC (rev 162132)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.11.0
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('c749cc93176d051f01e4c412d84196c5')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 162131, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 21:57:59 UTC (rev 162132)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.1.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('33bb92f48dc18240d7ff208569f4a67c')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2016-02-17 21:57:38 UTC (rev 162131)
+++ community-i686/smtube.install   2016-02-17 21:57:59 UTC (rev 162132)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 162131, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2016-02-17 21

[arch-commits] Commit in qtractor/repos (8 files)

2016-02-04 Thread speps
Date: Thursday, February 4, 2016 @ 19:26:58
  Author: speps
Revision: 160334

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:49:30 UTC (rev 160333)
+++ community-i686/PKGBUILD 2016-02-04 18:26:58 UTC (rev 160334)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/";
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('fd33607183c9e399f7b6c093ad684f4c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 160333, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 18:26:58 UTC (rev 160334)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('fd33607183c9e399f7b6c093ad684f4c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}

[arch-commits] Commit in qtractor/repos (8 files)

2016-02-04 Thread speps
Date: Thursday, February 4, 2016 @ 18:21:00
  Author: speps
Revision: 160331

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:20:47 UTC (rev 160330)
+++ community-i686/PKGBUILD 2016-02-04 17:21:00 UTC (rev 160331)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/";
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 160330, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:21:00 UTC (rev 160331)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/";
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
+md5sums=('fd33607183c9e399f7b6c093ad684f4c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}

[arch-commits] Commit in qtractor/trunk (PKGBUILD)

2016-02-04 Thread speps
Date: Thursday, February 4, 2016 @ 18:20:47
  Author: speps
Revision: 160330

upgpkg: qtractor 0.7.4-1

Modified:
  qtractor/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 17:05:43 UTC (rev 160329)
+++ PKGBUILD2016-02-04 17:20:47 UTC (rev 160330)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install="$pkgname.install"
 source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz";)
-md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
+md5sums=('fd33607183c9e399f7b6c093ad684f4c')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in vmpk/repos (8 files)

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:32:16
  Author: speps
Revision: 160137

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

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

---+
 /PKGBUILD |   64 
 /vmpk.install |   24 +++
 community-i686/PKGBUILD   |   32 
 community-i686/vmpk.install   |   12 ---
 community-x86_64/PKGBUILD |   32 
 community-x86_64/vmpk.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 01:32:09 UTC (rev 160136)
+++ community-i686/PKGBUILD 2016-02-04 01:32:16 UTC (rev 160137)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=vmpk
-pkgver=0.6.1
-pkgrel=2
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/";
-license=('GPL3')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: vmpk/repos/community-i686/PKGBUILD (from rev 160136, 
vmpk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 01:32:16 UTC (rev 160137)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=vmpk
+pkgver=0.6.2a
+pkgrel=1
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/";
+license=('GPL3')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2";)
+md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/vmpk.install
===
--- community-i686/vmpk.install 2016-02-04 01:32:09 UTC (rev 160136)
+++ community-i686/vmpk.install 2016-02-04 01:32:16 UTC (rev 160137)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: vmpk/repos/community-i686/vmpk.install (from rev 160136, 
vmpk/trunk/vmpk.install)
===
--- community-i686/vmpk.install (rev 0)
+++ community-i686/vmpk.install 2016-02-04 01:32:16 UTC (rev 160137)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-04 01:32:09 UTC (rev 160136)
+++ community-x86_64/PKGBUILD   2016-02-04 01:32:16 UTC (rev 160137)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=vmpk
-pkgver=0.6.1
-pkgrel=2
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/";
-license=('GPL3')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
-instal

[arch-commits] Commit in vmpk/trunk (PKGBUILD)

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:32:09
  Author: speps
Revision: 160136

upgpkg: vmpk 0.6.2a-1

Modified:
  vmpk/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-04 01:31:43 UTC (rev 160135)
+++ PKGBUILD2016-02-04 01:32:09 UTC (rev 160136)
@@ -2,8 +2,8 @@
 # Maintainer : speps 
 
 pkgname=vmpk
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2a
+pkgrel=1
 pkgdesc="Virtual MIDI Piano Keyboard"
 arch=('i686' 'x86_64')
 url="http://vmpk.sourceforge.net/";
@@ -11,8 +11,8 @@
 depends=('drumstick' 'qt5-x11extras')
 makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
 install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2";)
+md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in drumstick/repos (8 files)

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:31:43
  Author: speps
Revision: 160135

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

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

+
 /PKGBUILD  |   68 +++
 /drumstick.install |   26 +
 community-i686/PKGBUILD|   34 -
 community-i686/drumstick.install   |   13 --
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/drumstick.install |   13 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/PKGBUILD 2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 160134, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/drumstick.install
===
--- community-i686/drumstick.install2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/drumstick.install2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: drumstick/repos/community-i686/drumstick.install (from rev 160134, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===

[arch-commits] Commit in drumstick/trunk (PKGBUILD)

2016-02-03 Thread speps
Date: Thursday, February 4, 2016 @ 02:31:21
  Author: speps
Revision: 160134

upgpkg: drumstick 1.0.2-1

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 21:52:13 UTC (rev 160133)
+++ PKGBUILD2016-02-04 01:31:21 UTC (rev 160134)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/";
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+md5sums=('f8e6d9de7943853146c39e52242cb705')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in amsynth/repos (8 files)

2016-01-30 Thread speps
Date: Saturday, January 30, 2016 @ 14:06:55
  Author: speps
Revision: 159547

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

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

--+
 /PKGBUILD|   64 +
 /amsynth.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/amsynth.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/amsynth.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-30 13:06:41 UTC (rev 159546)
+++ community-i686/PKGBUILD 2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/";
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
-md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 159546, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-30 13:06:55 UTC (rev 159547)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
+md5sums=('35351ea2dcc01498eee472004e3adc10')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2016-01-30 13:06:41 UTC (rev 159546)
+++ community-i686/amsynth.install  2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 159546, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2016-01-30 13:06:55 UTC (rev 159547)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-30 13:06:41 UTC (rev 159546)
+++ community-x86_64/PKGBUILD   2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/";
-license=('GPL')

[arch-commits] Commit in amsynth/trunk (PKGBUILD)

2016-01-30 Thread speps
Date: Saturday, January 30, 2016 @ 14:06:41
  Author: speps
Revision: 159546

upgpkg: amsynth 1.6.4-1

Modified:
  amsynth/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-30 13:06:26 UTC (rev 159545)
+++ PKGBUILD2016-01-30 13:06:41 UTC (rev 159546)
@@ -3,8 +3,8 @@
 # Contributor: Alessio Biancalana 
 
 pkgname=amsynth
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('i686' 'x86_64')
 url="http://amsynth.github.io/";
@@ -13,8 +13,8 @@
 depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
 makedepends=('dssi' 'ladspa')
 install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
-md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2";)
+md5sums=('35351ea2dcc01498eee472004e3adc10')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in minitube/repos (12 files)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 01:18:49
  Author: speps
Revision: 159396

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 159395, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 159395, minitube/trunk/minitube.install)
  minitube/repos/community-i686/minitube.sh
(from rev 159395, minitube/trunk/minitube.sh)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 159395, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 159395, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/minitube.sh
(from rev 159395, minitube/trunk/minitube.sh)
Deleted:
  minitube/repos/community-i686/PKGBUILD
  minitube/repos/community-i686/minitube.install
  minitube/repos/community-i686/minitube.sh
  minitube/repos/community-x86_64/PKGBUILD
  minitube/repos/community-x86_64/minitube.install
  minitube/repos/community-x86_64/minitube.sh

---+
 /PKGBUILD |   64 
 /minitube.install |   38 +
 /minitube.sh  |   18 ++
 community-i686/PKGBUILD   |   31 -
 community-i686/minitube.install   |   18 --
 community-i686/minitube.sh|9 -
 community-x86_64/PKGBUILD |   31 -
 community-x86_64/minitube.install |   18 --
 community-x86_64/minitube.sh  |9 -
 9 files changed, 120 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-29 00:18:29 UTC (rev 159395)
+++ community-i686/PKGBUILD 2016-01-29 00:18:49 UTC (rev 159396)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andrea Scarpino 
-
-pkgname=minitube
-pkgver=2.4
-pkgrel=2
-pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash 
Player"
-arch=('i686' 'x86_64')
-url='http://flavio.tordini.org/minitube'
-license=('GPL3')
-depends=('phonon-qt4')
-install="$pkgname.install"
-backup=('etc/profile.d/minitube.sh')
-source=("https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz"; 
$pkgname.sh)
-md5sums=('90e8f7c8adfe633553e08d98edd77961'
- '01d1d532dd7f4670cf7f33f007863b7a')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INSTALL_ROOT="$pkgdir/"
-
-  # GOOGLE_API_KEY
-  install -Dm644 ../$pkgname.sh \
-"$pkgdir/etc/profile.d/$pkgname.sh"
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 159395, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2016-01-29 00:18:49 UTC (rev 159396)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash 
Player"
+arch=('i686' 'x86_64')
+url='http://flavio.tordini.org/minitube'
+license=('GPL3')
+depends=('phonon-qt5' 'qt5-script' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('qt5-tools')
+install="$pkgname.install"
+backup=('etc/profile.d/minitube.sh')
+source=("https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz"; 
$pkgname.sh)
+md5sums=('9545f0e9bf70bcb648b25af4813338cb'
+ '01d1d532dd7f4670cf7f33f007863b7a')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT="$pkgdir/"
+
+  # GOOGLE_API_KEY
+  install -Dm644 ../$pkgname.sh \
+"$pkgdir/etc/profile.d/$pkgname.sh"
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2016-01-29 00:18:29 UTC (rev 159395)
+++ community-i686/minitube.install 2016-01-29 00:18:49 UTC (rev 159396)
@@ -1,18 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-  cat << EOF
-
-  # Google is now requiring an API key in order to access YouTube Data web 
services.
-  # Create a "Browser Key" at https://console.developers.google.com and put it 
in
-  # /etc/profile.d/minitube.sh as the GOOGLE_API_KEY environmental variable.
-
-EOF
-}
-
-post_remove() {
-  post_install
-}

Copied: minitube/repos/community-i686/minitube.install (from rev 159395, 
minitube/trunk/minitube.install)

[arch-commits] Commit in minitube/trunk (PKGBUILD minitube.install)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 01:18:29
  Author: speps
Revision: 159395

upgpkg: minitube 2.5.2-1

Modified:
  minitube/trunk/PKGBUILD
  minitube/trunk/minitube.install

--+
 PKGBUILD |   11 ++-
 minitube.install |1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 23:37:33 UTC (rev 159394)
+++ PKGBUILD2016-01-29 00:18:29 UTC (rev 159395)
@@ -3,22 +3,23 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=minitube
-pkgver=2.4
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash 
Player"
 arch=('i686' 'x86_64')
 url='http://flavio.tordini.org/minitube'
 license=('GPL3')
-depends=('phonon-qt4')
+depends=('phonon-qt5' 'qt5-script' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('qt5-tools')
 install="$pkgname.install"
 backup=('etc/profile.d/minitube.sh')
 source=("https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz"; 
$pkgname.sh)
-md5sums=('90e8f7c8adfe633553e08d98edd77961'
+md5sums=('9545f0e9bf70bcb648b25af4813338cb'
  '01d1d532dd7f4670cf7f33f007863b7a')
 
 build() {
   cd $pkgname-$pkgver
-  qmake-qt4
+  qmake
 }
 
 package() {

Modified: minitube.install
===
--- minitube.install2016-01-28 23:37:33 UTC (rev 159394)
+++ minitube.install2016-01-29 00:18:29 UTC (rev 159395)
@@ -1,5 +1,6 @@
 post_install() {
   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {


[arch-commits] Commit in harvid/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:31:22
  Author: speps
Revision: 159387

upgpkg: harvid 0.8.1-1

Modified:
  harvid/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 23:30:07 UTC (rev 159386)
+++ PKGBUILD2016-01-28 23:31:22 UTC (rev 159387)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=harvid
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="HTTP Ardour Video Daemon"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('ffmpeg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
-md5sums=('a3f39791c5eec94be5e43c6545538f9d')
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in xjadeo/repos (12 files)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:30:07
  Author: speps
Revision: 159386

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

Added:
  xjadeo/repos/community-i686/PKGBUILD
(from rev 159385, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-i686/xjadeo.desktop
(from rev 159385, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-i686/xjadeo.install
(from rev 159385, xjadeo/trunk/xjadeo.install)
  xjadeo/repos/community-x86_64/PKGBUILD
(from rev 159385, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-x86_64/xjadeo.desktop
(from rev 159385, xjadeo/trunk/xjadeo.desktop)
  xjadeo/repos/community-x86_64/xjadeo.install
(from rev 159385, xjadeo/trunk/xjadeo.install)
Deleted:
  xjadeo/repos/community-i686/PKGBUILD
  xjadeo/repos/community-i686/xjadeo.desktop
  xjadeo/repos/community-i686/xjadeo.install
  xjadeo/repos/community-x86_64/PKGBUILD
  xjadeo/repos/community-x86_64/xjadeo.desktop
  xjadeo/repos/community-x86_64/xjadeo.install

-+
 /PKGBUILD   |   82 ++
 /xjadeo.desktop |   16 +++
 /xjadeo.install |   22 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/xjadeo.desktop   |8 ---
 community-i686/xjadeo.install   |   11 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/xjadeo.desktop |8 ---
 community-x86_64/xjadeo.install |   11 -
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 23:29:49 UTC (rev 159385)
+++ community-i686/PKGBUILD 2016-01-28 23:30:07 UTC (rev 159386)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=xjadeo
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="A simple video player that is synchronized to jack transport."
-arch=('i686' 'x86_64')
-url="http://xjadeo.sourceforge.net";
-license=('GPL')
-depends=('ffmpeg' 'imlib2' 'jack' 'liblo>=0.28' 'libltc' 'libxpm' 'libxv' 
'mesa' 'portmidi')
-makedepends=('glu')
-backup=('etc/xjadeorc')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
-   "$pkgname.desktop")
-md5sums=('a833ba22826080120c67ee232783e289'
- '13af7a942e95d9a0079084f24b357e36')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # rc file
-  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
-
-  # desktop file
-  install -Dm644 ../xjadeo.desktop \
-"$pkgdir/usr/share/applications/xjadeo.desktop"
-
-  # icon
-  install -Dm644 src/xjadeo/icons/xjadeoH128.png \
-"$pkgdir/usr/share/pixmaps/xjadeo.png"
-}

Copied: xjadeo/repos/community-i686/PKGBUILD (from rev 159385, 
xjadeo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 23:30:07 UTC (rev 159386)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=xjadeo
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A simple video player that is synchronized to jack transport."
+arch=('i686' 'x86_64')
+url="http://xjadeo.sourceforge.net";
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo>=0.28' 'libltc' 'libxpm' 'libxv' 
'mesa' 'portmidi')
+makedepends=('glu')
+backup=('etc/xjadeorc')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+   "$pkgname.desktop")
+md5sums=('cc645fd249551cc679ee6f128072bedf'
+ '13af7a942e95d9a0079084f24b357e36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # rc file
+  install -Dm644 doc/xjadeorc "$pkgdir/etc/xjadeorc"
+
+  # desktop file
+  install -Dm644 ../xjadeo.desktop \
+"$pkgdir/usr/share/applications/xjadeo.desktop"
+
+  # icon
+  install -Dm644 src/xjadeo/icons/xjadeoH128.png \
+"$pkgdir/usr/share/pixmaps/xjadeo.png"
+}

Deleted: community-i686/xjadeo.desktop
===
--- community-i686/xjadeo.desktop   2016-01-28 23:29:49 UTC (rev 159385)
+++ community-i686/xjadeo.desktop   2016-01-28 23:30:07 UT

[arch-commits] Commit in harvid/repos (4 files)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:31:28
  Author: speps
Revision: 159388

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

Added:
  harvid/repos/community-i686/PKGBUILD
(from rev 159387, harvid/trunk/PKGBUILD)
  harvid/repos/community-x86_64/PKGBUILD
(from rev 159387, harvid/trunk/PKGBUILD)
Deleted:
  harvid/repos/community-i686/PKGBUILD
  harvid/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 23:31:22 UTC (rev 159387)
+++ community-i686/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=harvid
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="HTTP Ardour Video Daemon"
-arch=('i686' 'x86_64')
-url="http://x42.github.io/harvid/";
-license=('GPL')
-depends=('ffmpeg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
-md5sums=('a3f39791c5eec94be5e43c6545538f9d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # prevent GNU executable stack
-  CFLAGS+=" -Wl,-znoexecstack"
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-
-  # ffmpeg and ffprobe symlinks (for ardour)
-  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
-  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
-
-  # doc
-  install -Dm644 README.md \
-"$pkgdir/usr/share/doc/$pkgname/README"
-}

Copied: harvid/repos/community-i686/PKGBUILD (from rev 159387, 
harvid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 23:31:28 UTC (rev 159388)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/";
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+"$pkgdir/usr/share/doc/$pkgname/README"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-28 23:31:22 UTC (rev 159387)
+++ community-x86_64/PKGBUILD   2016-01-28 23:31:28 UTC (rev 159388)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=harvid
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="HTTP Ardour Video Daemon"
-arch=('i686' 'x86_64')
-url="http://x42.github.io/harvid/";
-license=('GPL')
-depends=('ffmpeg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
-md5sums=('a3f39791c5eec94be5e43c6545538f9d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # prevent GNU executable stack
-  CFLAGS+=" -Wl,-znoexecstack"
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-
-  # ffmpeg and ffprobe symlinks (for ardour)
-  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
-  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
-
-  # doc
-  install -Dm644 README.md \
-    "$pkgdir/usr/share/doc/$pkgname/README"
-}

Copied: harvid/repos/community-x86_64/PKGBUILD (from rev 159387, 
harvid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-28 23:31:28 UTC (rev 159388)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=harvid
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="HTTP Ardour Video Daemon"
+arch=('i686' 'x86_64')
+url="http://x42.github.io/harvid/";
+license=('GPL')
+depends=('ffmpeg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/harvid/archive/v$pkgver.tar.gz";)
+md5sums=('a4ba437cc1895a5a47702f0188981ea2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # prevent GNU executable stack
+  CFLAGS+=" -Wl,-znoexecstack"
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+
+  # ffmpeg and ffprobe symlinks (for ardour)
+  ln -s ffmpeg "$pkgdir/usr/bin/ffmpeg_harvid"
+  ln -s ffprobe "$pkgdir/usr/bin/ffprobe_harvid"
+
+  # doc
+  install -Dm644 README.md \
+"$pkgdir/usr/share/doc/$pkgname/README"
+}


[arch-commits] Commit in xjadeo/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:29:49
  Author: speps
Revision: 159385

upgpkg: xjadeo 0.8.5-1

Modified:
  xjadeo/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 23:26:26 UTC (rev 159384)
+++ PKGBUILD2016-01-28 23:29:49 UTC (rev 159385)
@@ -2,8 +2,8 @@
 # Maintainer : speps 
 
 pkgname=xjadeo
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="A simple video player that is synchronized to jack transport."
 arch=('i686' 'x86_64')
 url="http://xjadeo.sourceforge.net";
@@ -14,7 +14,7 @@
 install="$pkgname.install"
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
"$pkgname.desktop")
-md5sums=('a833ba22826080120c67ee232783e289'
+md5sums=('cc645fd249551cc679ee6f128072bedf'
  '13af7a942e95d9a0079084f24b357e36')
 
 build() {


[arch-commits] Commit in nomacs/repos (8 files)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:05:40
  Author: speps
Revision: 159376

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

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

-+
 /PKGBUILD   |   74 ++
 /nomacs.install |   22 +++
 community-i686/PKGBUILD |   33 
 community-i686/nomacs.install   |   11 -
 community-x86_64/PKGBUILD   |   33 
 community-x86_64/nomacs.install |   11 -
 6 files changed, 96 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 23:05:11 UTC (rev 159375)
+++ community-i686/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=2.4.6
-pkgrel=3
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('a154966dc5c1fed71279bc70d8078935')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 159375, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 23:05:40 UTC (rev 159376)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+#depends=('qt4' 'exiv2' 'libraw' 'opencv')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools')
+install="$pkgname.install"
+source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2";
+
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip";)
+md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
+ 'bbe351379e24c51e691b390a9c867719')
+
+prepare() {
+  mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nomacs.install
===
--- community-i686/nomacs.install   2016-01-28 23:05:11 UTC (rev 159375)
+++ community-i686/nomacs.install   2016-01-28 23:05:40 UTC (rev 159376)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 159375, 
nomacs/trunk/nomacs.install)
===
--- community-i686/nomacs.install   (rev 0)
+++ community-i686/nomacs.install   2016-01-28 23:05:40 UTC (rev 159376)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-28 23:05:11 UTC (rev 159375)
+++ community-x86_64/PKGBUILD   2016-01-28 23:05:40 UTC (rev 159376)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=2.4.6
-pkgrel=3
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3&

[arch-commits] Commit in nomacs/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Friday, January 29, 2016 @ 00:05:11
  Author: speps
Revision: 159375

upgpkg: nomacs 3.0.0-1

Modified:
  nomacs/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 23:02:31 UTC (rev 159374)
+++ PKGBUILD2016-01-28 23:05:11 UTC (rev 159375)
@@ -2,19 +2,23 @@
 # Maintainer: speps 
 
 pkgname=nomacs
-pkgver=2.4.6
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/";
 license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
+#depends=('qt4' 'exiv2' 'libraw' 'opencv')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools')
 install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('a154966dc5c1fed71279bc70d8078935')
+source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2";
+
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip";)
+md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
+ 'bbe351379e24c51e691b390a9c867719')
 
 prepare() {
+  mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
   cd $pkgname-$pkgver
   [ -d b ] || mkdir b
 }


[arch-commits] Commit in synthv1/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:32:36
  Author: speps
Revision: 159332

upgpkg: synthv1 0.7.2-1

Modified:
  synthv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 20:29:30 UTC (rev 159331)
+++ PKGBUILD2016-01-28 20:32:36 UTC (rev 159332)
@@ -2,17 +2,19 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+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' 'qt4' 'shared-mime-info')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('acaf984396e8198c109d7bf5f16e412d')
+md5sums=('a798aeb8341887c1adc6ac961023fbb5')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:32:44
  Author: speps
Revision: 159333

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

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 159332, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 159332, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 159332, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 159332, synthv1/trunk/synthv1.install)
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|   84 +
 /synthv1.install |   26 +++
 community-i686/PKGBUILD  |   40 -
 community-i686/synthv1.install   |   13 -
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/synthv1.install |   13 -
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 20:32:36 UTC (rev 159332)
+++ community-i686/PKGBUILD 2016-01-28 20:32:44 UTC (rev 159333)
@@ -1,40 +0,0 @@
-# $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-i686/PKGBUILD (from rev 159332, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 20:32:44 UTC (rev 159333)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.2
+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')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a798aeb8341887c1adc6ac961023fbb5')
+
+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:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2016-01-28 20:32:36 UTC (rev 159332)
+++ community-i686/synthv1.install  2016-01-28 20:32:44 UTC (rev 159333)
@@ -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
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 159332, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2016-01-28 20:32:44 UTC (rev 159333)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desk

[arch-commits] Commit in samplv1/repos (8 files)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:29:30
  Author: speps
Revision: 159331

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

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

--+
 /PKGBUILD|   84 +
 /samplv1.install |   26 +++
 community-i686/PKGBUILD  |   40 -
 community-i686/samplv1.install   |   13 -
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/samplv1.install |   13 -
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 20:29:23 UTC (rev 159330)
+++ community-i686/PKGBUILD 2016-01-28 20:29:30 UTC (rev 159331)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.7.1
-pkgrel=2
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('72dbdb433447e7351f3285815daefc67')
-
-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: samplv1/repos/community-i686/PKGBUILD (from rev 159330, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 20:29:30 UTC (rev 159331)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.7.2
+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')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
+
+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:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2016-01-28 20:29:23 UTC (rev 159330)
+++ community-i686/samplv1.install  2016-01-28 20:29:30 UTC (rev 159331)
@@ -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
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 159330, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2016-01-28 20:29:30 UTC (rev 159331)
@@ -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() {
+  

[arch-commits] Commit in samplv1/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:29:23
  Author: speps
Revision: 159330

upgpkg: samplv1 0.7.2-1

Modified:
  samplv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 20:28:46 UTC (rev 159329)
+++ PKGBUILD2016-01-28 20:29:23 UTC (rev 159330)
@@ -2,17 +2,19 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+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' 'qt4' 'shared-mime-info')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('72dbdb433447e7351f3285815daefc67')
+md5sums=('4e1ae34912a2351f6aa95a28353cf0b6')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in drumkv1/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:28:23
  Author: speps
Revision: 159328

upgpkg: drumkv1 0.7.2-1

Modified:
  drumkv1/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 20:07:10 UTC (rev 159327)
+++ PKGBUILD2016-01-28 20:28:23 UTC (rev 159328)
@@ -2,17 +2,19 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+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' 'qt4' 'shared-mime-info')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('e037552988d30a0010c318e55f0d41f0')
+md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in drumkv1/repos (8 files)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:28:46
  Author: speps
Revision: 159329

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

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

--+
 /PKGBUILD|   84 +
 /drumkv1.install |   26 +++
 community-i686/PKGBUILD  |   40 -
 community-i686/drumkv1.install   |   13 -
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/drumkv1.install |   13 -
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 20:28:23 UTC (rev 159328)
+++ community-i686/PKGBUILD 2016-01-28 20:28:46 UTC (rev 159329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.1
-pkgrel=2
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('e037552988d30a0010c318e55f0d41f0')
-
-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: drumkv1/repos/community-i686/PKGBUILD (from rev 159328, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 20:28:46 UTC (rev 159329)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.2
+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')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
+
+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:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2016-01-28 20:28:23 UTC (rev 159328)
+++ community-i686/drumkv1.install  2016-01-28 20:28:46 UTC (rev 159329)
@@ -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
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 159328, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2016-01-28 20:28:46 UTC (rev 159329)
@@ -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
+}

Deleted: community-x8

[arch-commits] Commit in sylpheed/trunk (PKGBUILD)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 17:27:04
  Author: speps
Revision: 159321

upgpkg: sylpheed 3.5.0-1

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 13:47:32 UTC (rev 159320)
+++ PKGBUILD2016-01-28 16:27:04 UTC (rev 159321)
@@ -4,7 +4,7 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install="$pkgname.install"
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
-md5sums=('3a7d10b68017988b48e5c2a27e559e98')
+md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in sylpheed/repos (8 files)

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 17:27:28
  Author: speps
Revision: 159322

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

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

---+
 /PKGBUILD |   72 
 /sylpheed.install |   22 +++
 community-i686/PKGBUILD   |   36 --
 community-i686/sylpheed.install   |   11 -
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/sylpheed.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 16:27:04 UTC (rev 159321)
+++ community-i686/PKGBUILD 2016-01-28 16:27:28 UTC (rev 159322)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Contributor: Alexander Fehr 
-# Contributor: dorphell 
-
-pkgname=sylpheed
-pkgver=3.4.3
-pkgrel=1
-pkgdesc="Lightweight and user-friendly e-mail client"
-arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/";
-license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
-makedepends=('openssl')
-install="$pkgname.install"
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
-md5sums=('3a7d10b68017988b48e5c2a27e559e98')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ldap
-  make
-
-  # Build Attachment-Tool Plug-in
-  cd plugin/attachment_tool && make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Install Attachment-Tool Plug-in
-  cd plugin/attachment_tool
-  make DESTDIR="$pkgdir/" install-plugin
-}

Copied: sylpheed/repos/community-i686/PKGBUILD (from rev 159321, 
sylpheed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 16:27:28 UTC (rev 159322)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' 'x86_64')
+url="http://sylpheed.sraoss.jp/en/";
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
+makedepends=('openssl')
+install="$pkgname.install"
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
+md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}

Deleted: community-i686/sylpheed.install
===
--- community-i686/sylpheed.install 2016-01-28 16:27:04 UTC (rev 159321)
+++ community-i686/sylpheed.install 2016-01-28 16:27:28 UTC (rev 159322)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sylpheed/repos/community-i686/sylpheed.install (from rev 159321, 
sylpheed/trunk/sylpheed.install)
===
--- community-i686/sylpheed.install (rev 0)
+++ community-i686/sylpheed.install 2016-01-28 16:27:28 UTC (rev 159322)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-28 16:27:04 UTC (rev 159321)
+++ community-x86_64/PKGBUILD   2016-01-28 16:27:28 UTC (rev 159322)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# C

[arch-commits] Commit in smtube/repos (8 files)

2015-11-26 Thread speps
Date: Thursday, November 26, 2015 @ 14:39:58
  Author: speps
Revision: 147850

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   34 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-26 13:39:45 UTC (rev 147849)
+++ community-i686/PKGBUILD 2015-11-26 13:39:58 UTC (rev 147850)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.9.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('9717ae650d1bbb47d4cd94b942306695')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 147849, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-26 13:39:58 UTC (rev 147850)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=15.11.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('c749cc93176d051f01e4c412d84196c5')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-11-26 13:39:45 UTC (rev 147849)
+++ community-i686/smtube.install   2015-11-26 13:39:58 UTC (rev 147850)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 147849, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-11-26 13

[arch-commits] Commit in smtube/trunk (PKGBUILD)

2015-11-26 Thread speps
Date: Thursday, November 26, 2015 @ 14:39:45
  Author: speps
Revision: 147849

upgpkg: smtube 15.11.0-1

Modified:
  smtube/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-26 13:03:59 UTC (rev 147848)
+++ PKGBUILD2015-11-26 13:39:45 UTC (rev 147849)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.9.0
+pkgver=15.11.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('9717ae650d1bbb47d4cd94b942306695')
+md5sums=('c749cc93176d051f01e4c412d84196c5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

2015-11-25 Thread speps
Date: Wednesday, November 25, 2015 @ 13:24:20
  Author: speps
Revision: 147770

upgpkg: qupzilla 1.8.9-1

Modified:
  qupzilla/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-25 12:06:04 UTC (rev 147769)
+++ PKGBUILD2015-11-25 12:24:20 UTC (rev 147770)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install="$pkgbase.install"
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
 noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('8a4e6dded5a259510665f5930c916a52')
+md5sums=('a39767aa92b482863ea4851935e26dd2')
 
 prepare() {
   # extract


[arch-commits] Commit in qupzilla/repos (8 files)

2015-11-25 Thread speps
Date: Wednesday, November 25, 2015 @ 13:24:35
  Author: speps
Revision: 147771

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-25 12:24:20 UTC (rev 147770)
+++ community-i686/PKGBUILD 2015-11-25 12:24:35 UTC (rev 147771)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.8
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('8a4e6dded5a259510665f5930c916a52')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 147770, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 12:24:35 UTC (rev 147771)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.9
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install="$pkgbase.install"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('a39767aa92b482863ea4851935e26dd2')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -

[arch-commits] Commit in wxsqlite3/trunk (PKGBUILD)

2015-10-28 Thread speps
Date: Wednesday, October 28, 2015 @ 15:27:57
  Author: speps
Revision: 145198

upgpkg: wxsqlite3 3.2.1-1

Modified:
  wxsqlite3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 13:06:49 UTC (rev 145197)
+++ PKGBUILD2015-10-28 14:27:57 UTC (rev 145198)
@@ -3,7 +3,7 @@
 # Contributor: napa3um 
 
 pkgname=wxsqlite3
-pkgver=3.1.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk' 'sqlite3')
 source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz";)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in wxsqlite3/repos (4 files)

2015-10-28 Thread speps
Date: Wednesday, October 28, 2015 @ 15:28:12
  Author: speps
Revision: 145199

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

Added:
  wxsqlite3/repos/community-i686/PKGBUILD
(from rev 145198, wxsqlite3/trunk/PKGBUILD)
  wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 145198, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-i686/PKGBUILD
  wxsqlite3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-28 14:27:57 UTC (rev 145198)
+++ community-i686/PKGBUILD 2015-10-28 14:28:12 UTC (rev 145199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/";
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz";)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 145198, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-28 14:28:12 UTC (rev 145199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://wxcode.sourceforge.net/components/wxsqlite3/";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz";)
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2015-10-28 14:27:57 UTC (rev 145198)
+++ community-x86_64/PKGBUILD   2015-10-28 14:28:12 UTC (rev 145199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: napa3um 
-
-pkgname=wxsqlite3
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/";
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz";)
-md5sums=('2f5bb363d5398e3c2ff4d7f497edd25e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENCE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 145198, 
wxsqlite3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-28 14:28:12 UTC (rev 145199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: napa3um 
+
+pkgname=wxsqlite3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://wxcode.sourceforge.net/components/wxsqlite3/";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz";)
+md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENCE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in sonic-visualiser/repos (8 files)

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:32
  Author: speps
Revision: 145132

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

Added:
  sonic-visualiser/repos/community-i686/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 145131, sonic-visualiser/trunk/PKGBUILD)
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install
(from rev 145131, sonic-visualiser/trunk/sonic-visualiser.install)
Deleted:
  sonic-visualiser/repos/community-i686/PKGBUILD
  sonic-visualiser/repos/community-i686/sonic-visualiser.install
  sonic-visualiser/repos/community-x86_64/PKGBUILD
  sonic-visualiser/repos/community-x86_64/sonic-visualiser.install

---+
 /PKGBUILD |  102 
 /sonic-visualiser.install |   24 ++
 community-i686/PKGBUILD   |   57 ---
 community-i686/sonic-visualiser.install   |   12 ---
 community-x86_64/PKGBUILD |   57 ---
 community-x86_64/sonic-visualiser.install |   12 ---
 6 files changed, 126 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 16:59:16 UTC (rev 145131)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Orivej Desh 
-
-pkgname=sonic-visualiser
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A viewer and analyser of music audio files."
-arch=('i686' 'x86_64')
-url="http://www.sonicvisualiser.org/";
-license=('GPL')
-depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
- 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
-install="$pkgname.install"
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz";)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  sh bootstrap.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # bin
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # desktop file
-  install -d "$pkgdir/usr/share/applications"
-  install -Dm644 *.desktop "$pkgdir/usr/share/applications"
-
-  # icons
-  for _s in 16 22 24 32 48 64 128; do
-install -Dm644 icons/sv-${_s}x${_s}.png \
-"$pkgdir/usr/share/icons/hicolor/${_s}x${_s}/apps/sv-icon.png"
-  done
-  install -Dm644 icons/sv-icon.svg \
-  "$pkgdir/usr/share/icons/hicolor/scalable/apps/sv-icon.svg"
-
-  # samples
-  install -d "$pkgdir/usr/share/$pkgname/samples"
-  install -Dm644 samples/* "$pkgdir/usr/share/$pkgname/samples"
-
-  # templates
-  install -d "$pkgdir/usr/share/$pkgname/templates"
-  install -Dm644 templates/* "$pkgdir/usr/share/$pkgname/templates"
-}

Copied: sonic-visualiser/repos/community-i686/PKGBUILD (from rev 145131, 
sonic-visualiser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 16:59:32 UTC (rev 145132)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Orivej Desh 
+
+pkgname=sonic-visualiser
+pkgver=2.5
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('i686' 'x86_64')
+url="http://www.sonicvisualiser.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libfishsound' 'libid3tag' 'liblo' 'liblrdf' 
'libmad'
+ 'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
+install="$pkgname.install"
+options=('!makeflags')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
+
+build() {
+  cd $pkgname-$pkgver
+  sh bootstrap.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # bin
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # desktop file
+  install -d "$pkgdir/usr/share/applications"
+  install -Dm644 *.d

[arch-commits] Commit in sonic-visualiser/trunk (PKGBUILD)

2015-10-27 Thread speps
Date: Tuesday, October 27, 2015 @ 17:59:16
  Author: speps
Revision: 145131

upgpkg: sonic-visualiser 2.5-1

Modified:
  sonic-visualiser/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 16:51:44 UTC (rev 145130)
+++ PKGBUILD2015-10-27 16:59:16 UTC (rev 145131)
@@ -3,7 +3,7 @@
 # Contributor: Orivej Desh 
 
 pkgname=sonic-visualiser
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('i686' 'x86_64')
@@ -13,16 +13,9 @@
  'liboggz' 'libpulse' 'portaudio' 'qt5-base' 'rubberband' 'sord' 
'hicolor-icon-theme')
 install="$pkgname.install"
 options=('!makeflags')
-source=("http://code.soundsoftware.ac.uk/attachments/download/1185/$pkgname-$pkgver.tar.gz";)
-md5sums=('24c8fa91a333c7776e39a30fda9a7783')
+source=("http://code.soundsoftware.ac.uk/attachments/download/1675/$pkgname-$pkgver.tar.gz";)
+md5sums=('bb79007d4c57391b361cbc51304e1ce2')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # wrong version in tarball
-  sed -i 's/2.4/2.4.1/' configure.ac
-}
-
 build() {
   cd $pkgname-$pkgver
   sh bootstrap.sh


[arch-commits] Commit in qupzilla/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 22:12:27
  Author: speps
Revision: 145051

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 21:12:14 UTC (rev 145050)
+++ community-i686/PKGBUILD 2015-10-26 21:12:27 UTC (rev 145051)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.7
-pkgrel=2
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('de14183a4630bdaad3a1bdb672e59039')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 145050, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 21:12:27 UTC (rev 145051)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install="$pkgbase.install"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('8a4e6dded5a259510665f5930c916a52')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsd

[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 22:12:14
  Author: speps
Revision: 145050

upgpkg: qupzilla 1.8.8-1

Modified:
  qupzilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 21:07:40 UTC (rev 145049)
+++ PKGBUILD2015-10-26 21:12:14 UTC (rev 145050)
@@ -3,8 +3,8 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.7
-pkgrel=2
+pkgver=1.8.8
+pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/";
@@ -14,7 +14,7 @@
 install="$pkgbase.install"
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
 noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('de14183a4630bdaad3a1bdb672e59039')
+md5sums=('8a4e6dded5a259510665f5930c916a52')
 
 prepare() {
   # extract


[arch-commits] Commit in vmpk/trunk (PKGBUILD)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:17:36
  Author: speps
Revision: 145042

upgpkg: vmpk 0.6.1-1

Modified:
  vmpk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 20:17:16 UTC (rev 145041)
+++ PKGBUILD2015-10-26 20:17:36 UTC (rev 145042)
@@ -2,7 +2,7 @@
 # Maintainer : speps 
 
 pkgname=vmpk
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Virtual MIDI Piano Keyboard"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('7d1fa749181d58ab4e8335ccb7abc4ce')
+md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in vmpk/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:17:42
  Author: speps
Revision: 145043

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

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

---+
 /PKGBUILD |   64 
 /vmpk.install |   24 +++
 community-i686/PKGBUILD   |   32 
 community-i686/vmpk.install   |   12 ---
 community-x86_64/PKGBUILD |   32 
 community-x86_64/vmpk.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 20:17:36 UTC (rev 145042)
+++ community-i686/PKGBUILD 2015-10-26 20:17:42 UTC (rev 145043)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=vmpk
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/";
-license=('GPL3')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('7d1fa749181d58ab4e8335ccb7abc4ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: vmpk/repos/community-i686/PKGBUILD (from rev 145042, 
vmpk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 20:17:42 UTC (rev 145043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=vmpk
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/";
+license=('GPL3')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/vmpk.install
===
--- community-i686/vmpk.install 2015-10-26 20:17:36 UTC (rev 145042)
+++ community-i686/vmpk.install 2015-10-26 20:17:42 UTC (rev 145043)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: vmpk/repos/community-i686/vmpk.install (from rev 145042, 
vmpk/trunk/vmpk.install)
===
--- community-i686/vmpk.install (rev 0)
+++ community-i686/vmpk.install 2015-10-26 20:17:42 UTC (rev 145043)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-26 20:17:36 UTC (rev 145042)
+++ community-x86_64/PKGBUILD   2015-10-26 20:17:42 UTC (rev 145043)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-
-pkgname=vmpk
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/";
-license=('GPL3')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
-install="$

[arch-commits] Commit in drumstick/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:16:51
  Author: speps
Revision: 145040

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

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

+
 /PKGBUILD  |   68 +++
 /drumstick.install |   26 +
 community-i686/PKGBUILD|   34 -
 community-i686/drumstick.install   |   13 --
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/drumstick.install |   13 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 20:16:43 UTC (rev 145039)
+++ community-i686/PKGBUILD 2015-10-26 20:16:51 UTC (rev 145040)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('c984243a47aba26dc274c47447d01006')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 145039, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 20:16:51 UTC (rev 145040)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/drumstick.install
===
--- community-i686/drumstick.install2015-10-26 20:16:43 UTC (rev 145039)
+++ community-i686/drumstick.install2015-10-26 20:16:51 UTC (rev 145040)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: drumstick/repos/community-i686/drumstick.install (from rev 145039, 
drumstick/trunk/drumstick.install)
===
--- community-i686/drumstick.install(rev 0)
+++ community-i686/drumstick.install2015-10-26 20:16:51 UTC (rev 145040)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===

[arch-commits] Commit in drumstick/trunk (PKGBUILD)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 21:16:34
  Author: speps
Revision: 145038

upgpkg: drumstick 1.0.1-1

Modified:
  drumstick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 20:15:15 UTC (rev 145037)
+++ PKGBUILD2015-10-26 20:16:34 UTC (rev 145038)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('c984243a47aba26dc274c47447d01006')
+md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in amsynth/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 20:53:19
  Author: speps
Revision: 145033

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

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

--+
 /PKGBUILD|   64 +
 /amsynth.install |   22 
 community-i686/PKGBUILD  |   28 
 community-i686/amsynth.install   |   11 --
 community-x86_64/PKGBUILD|   28 
 community-x86_64/amsynth.install |   11 --
 6 files changed, 86 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 19:53:06 UTC (rev 145032)
+++ community-i686/PKGBUILD 2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/$pkgname/";
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
-md5sums=('6953aad660d3d5649310baf050423f64')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 145032, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 19:53:19 UTC (rev 145033)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/";
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
+md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2015-10-26 19:53:06 UTC (rev 145032)
+++ community-i686/amsynth.install  2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 145032, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2015-10-26 19:53:19 UTC (rev 145033)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-26 19:53:06 UTC (rev 145032)
+++ community-x86_64/PKGBUILD   2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/$pkgname/";
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=(

[arch-commits] Commit in amsynth/trunk (PKGBUILD)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 20:53:06
  Author: speps
Revision: 145032

upgpkg: amsynth 1.6.2-1

Modified:
  amsynth/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-26 17:47:13 UTC (rev 145031)
+++ PKGBUILD2015-10-26 19:53:06 UTC (rev 145032)
@@ -3,21 +3,25 @@
 # Contributor: Alessio Biancalana 
 
 pkgname=amsynth
-pkgver=1.5.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/$pkgname/";
+url="http://amsynth.github.io/";
 license=('GPL')
 groups=('dssi-plugins' 'lv2-plugins')
 depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
 makedepends=('dssi' 'ladspa')
 install="$pkgname.install"
-source=("https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
-md5sums=('6953aad660d3d5649310baf050423f64')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz";)
+md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
 
 build() {
   cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in qupzilla/repos (8 files)

2015-10-13 Thread speps
Date: Tuesday, October 13, 2015 @ 23:33:28
  Author: speps
Revision: 143941

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-13 21:33:05 UTC (rev 143940)
+++ community-i686/PKGBUILD 2015-10-13 21:33:28 UTC (rev 143941)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('de14183a4630bdaad3a1bdb672e59039')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 143940, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 21:33:28 UTC (rev 143941)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.7
+pkgrel=2
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install="$pkgbase.install"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('de14183a4630bdaad3a1bdb672e59039')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1

[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

2015-10-13 Thread speps
Date: Tuesday, October 13, 2015 @ 23:33:05
  Author: speps
Revision: 143940

upgpkg: qupzilla 1.8.7-2

Modified:
  qupzilla/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 19:33:52 UTC (rev 143939)
+++ PKGBUILD2015-10-13 21:33:05 UTC (rev 143940)
@@ -4,7 +4,7 @@
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
 pkgver=1.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/";
@@ -41,7 +41,7 @@
 
 package_qupzilla() {
   pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  depends=('qt5-webkit' 'qt5-script' 'qt5-x11extras' 'hunspell' 
'desktop-file-utils' 'hicolor-icon-theme')
   optdepends=('kwallet: kf5 kwallet integration'
   'libgnome-keyring: gnome keyring integration')
   provides=('qupzilla-qt5')


[arch-commits] Commit in qupzilla/repos (8 files)

2015-10-11 Thread speps
Date: Monday, October 12, 2015 @ 02:28:00
  Author: speps
Revision: 143712

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-12 00:27:38 UTC (rev 143711)
+++ community-i686/PKGBUILD 2015-10-12 00:28:00 UTC (rev 143712)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.6
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
-noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('24c4033cbf20223eb73a33af9c037862')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+=" (Qt5)"
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+=" (Qt4)"
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 143711, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 00:28:00 UTC (rev 143712)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps 
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.7
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install="$pkgbase.install"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
+noextract=("$pkgbase-$pkgver.tar.gz")
+md5sums=('de14183a4630bdaad3a1bdb672e59039')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 

[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

2015-10-11 Thread speps
Date: Monday, October 12, 2015 @ 02:27:38
  Author: speps
Revision: 143711

upgpkg: qupzilla 1.8.7-1

Modified:
  qupzilla/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-11 19:49:49 UTC (rev 143710)
+++ PKGBUILD2015-10-12 00:27:38 UTC (rev 143711)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install="$pkgbase.install"
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz";)
 noextract=("$pkgbase-$pkgver.tar.gz")
-md5sums=('24c4033cbf20223eb73a33af9c037862')
+md5sums=('de14183a4630bdaad3a1bdb672e59039')
 
 prepare() {
   # extract


[arch-commits] Commit in smtube/trunk (PKGBUILD)

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:13:54
  Author: speps
Revision: 143608

upgpkg: smtube 15.9.0-1

Modified:
  smtube/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 17:16:26 UTC (rev 143607)
+++ PKGBUILD2015-10-10 19:13:54 UTC (rev 143608)
@@ -3,15 +3,14 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.8.0
+pkgver=15.9.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/";
 license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
@@ -22,11 +21,11 @@
 'youtube-dl: download videos')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('e826605b099774a1a779933deab7dfbe')
+md5sums=('9717ae650d1bbb47d4cd94b942306695')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+  make PREFIX=/usr
 }
 
 package() {


[arch-commits] Commit in smtube/repos (8 files)

2015-10-10 Thread speps
Date: Saturday, October 10, 2015 @ 21:14:08
  Author: speps
Revision: 143609

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

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

-+
 /PKGBUILD   |   68 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   35 ---
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   35 ---
 community-x86_64/smtube.install |   12 --
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/PKGBUILD 2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.8.0
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-#makedepends=('qt5-tools') # qt5 build does not work
-depends=('qtwebkit')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('e826605b099774a1a779933deab7dfbe')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 143608, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 19:14:08 UTC (rev 143609)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('9717ae650d1bbb47d4cd94b942306695')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-10-10 19:13:54 UTC (rev 143608)
+++ community-i686/smtube.install   2015-10-10 19:14:08 UTC (rev 143609)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 143608, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.i

[arch-commits] Commit in smtube/repos (8 files)

2015-09-15 Thread speps
Date: Wednesday, September 16, 2015 @ 01:55:12
  Author: speps
Revision: 140340

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

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

-+
 /PKGBUILD   |   70 ++
 /smtube.install |   24 +
 community-i686/PKGBUILD |   32 -
 community-i686/smtube.install   |   12 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/smtube.install |   12 --
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 23:54:36 UTC (rev 140339)
+++ community-i686/PKGBUILD 2015-09-15 23:55:12 UTC (rev 140340)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=15.5.17
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smtube/$pkgname-$pkgver.tar.bz2";)
-md5sums=('577ebdf5fbcd3d17959294e688c124b4')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 140339, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 23:55:12 UTC (rev 140340)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=15.8.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+#makedepends=('qt5-tools') # qt5 build does not work
+depends=('qtwebkit')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('e826605b099774a1a779933deab7dfbe')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-09-15 23:54:36 UTC (rev 140339)
+++ community-i686/smtube.install   2015-09-15 23:55:12 UTC (rev 140340)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 140339, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-09-15 23:55:12 UTC (rev 140340

[arch-commits] Commit in smtube/trunk (PKGBUILD)

2015-09-15 Thread speps
Date: Wednesday, September 16, 2015 @ 01:54:36
  Author: speps
Revision: 140339

upgpkg: smtube 15.8.0-1

Modified:
  smtube/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 21:37:57 UTC (rev 140338)
+++ PKGBUILD2015-09-15 23:54:36 UTC (rev 140339)
@@ -3,27 +3,30 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=15.5.17
+pkgver=15.8.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net";
+url="http://www.smtube.org/";
 license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
+#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+#makedepends=('qt5-tools') # qt5 build does not work
+depends=('qtwebkit')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
 'kdemultimedia-dragonplayer: play videos with Dragon Player'
 'totem: play videos with Totem'
-'vlc: play videos with VLC')
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
 install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smtube/$pkgname-$pkgver.tar.bz2";)
-md5sums=('577ebdf5fbcd3d17959294e688c124b4')
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('e826605b099774a1a779933deab7dfbe')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
 }
 
 package() {


[arch-commits] Commit in pd/repos (4 files)

2015-09-15 Thread speps
Date: Tuesday, September 15, 2015 @ 10:28:05
  Author: speps
Revision: 140312

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

Added:
  pd/repos/community-i686/PKGBUILD
(from rev 140311, pd/trunk/PKGBUILD)
  pd/repos/community-x86_64/PKGBUILD
(from rev 140311, pd/trunk/PKGBUILD)
Deleted:
  pd/repos/community-i686/PKGBUILD
  pd/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-15 08:27:50 UTC (rev 140311)
+++ community-i686/PKGBUILD 2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-pkgname=pd
-pkgver=0.46.6
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html";
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz";)
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --disable-portaudio \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 140311, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2015-09-15 08:28:05 UTC (rev 140312)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.46.7
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html";
+license=('custom:BSD')
+depends=('jack' 'tk' 'fftw')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz";)
+md5sums=('064868e29e15408c1613410a763e6c31')
+
+build() {
+  cd pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --disable-portaudio \
+  --enable-fftw=no \
+  --enable-debug
+  make
+}
+
+package() {
+  cd pd-$_ver
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/pd/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-15 08:27:50 UTC (rev 140311)
+++ community-x86_64/PKGBUILD   2015-09-15 08:28:05 UTC (rev 140312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-pkgname=pd
-pkgver=0.46.6
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://msp.ucsd.edu/software.html";
-license=('custom:BSD')
-depends=('jack' 'tk' 'fftw')
-provides=('puredata')
-source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz";)
-md5sums=('341649683c1ff3902e1578f7eae99272')
-
-build() {
-  cd pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --disable-portaudio \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd pd-$_ver
-  make DESTDIR="$pkgdir" install
-
-  # license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/pd/LICENSE"
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 140311, pd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-15 08:28:05 UTC (rev 140312)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.46.7
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment&q

[arch-commits] Commit in pd/trunk (PKGBUILD)

2015-09-15 Thread speps
Date: Tuesday, September 15, 2015 @ 10:27:50
  Author: speps
Revision: 140311

upgpkg: pd 0.46.7-1

Modified:
  pd/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 08:24:58 UTC (rev 140310)
+++ PKGBUILD2015-09-15 08:27:50 UTC (rev 140311)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=pd
-pkgver=0.46.6
+pkgver=0.46.7
 _ver=${pkgver%.*}-${pkgver##*.}
 pkgrel=1
 pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -13,8 +13,9 @@
 license=('custom:BSD')
 depends=('jack' 'tk' 'fftw')
 provides=('puredata')
+options=('!strip')
 source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz";)
-md5sums=('341649683c1ff3902e1578f7eae99272')
+md5sums=('064868e29e15408c1613410a763e6c31')
 
 build() {
   cd pd-$_ver
@@ -23,7 +24,8 @@
   --enable-alsa \
   --enable-jack \
   --disable-portaudio \
-  --enable-fftw
+  --enable-fftw=no \
+  --enable-debug
   make
 }
 


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2015-09-13 Thread speps
Date: Sunday, September 13, 2015 @ 19:18:02
  Author: speps
Revision: 140058

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 140057, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-13 17:17:50 UTC (rev 140057)
+++ PKGBUILD2015-09-13 17:18:02 UTC (rev 140058)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
-arch=('any')
-url="https://github.com/mcrapet/plowshare";
-license=('GPL3')
-depends=('curl' 'recode' 'js185' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'libcaca: ascii display for no X server'
-'tiv: ascii display for no X server'
-'aview: ascii display for no X server')
-source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('b49f838b5fecfac06f83eb45998faca2')
-
-package() {
-  cd $pkgname-*
-
-  # force release version
-  export PLOWSHARE_FORCE_VERSION=$pkgver
-
-  DESTDIR="$pkgdir/" PREFIX=/usr make
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plowshare/repos/community-any/PKGBUILD (from rev 140057, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-13 17:18:02 UTC (rev 140058)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare";
+license=('GPL3')
+depends=('curl' 'recode' 'js185' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'libcaca: ascii display for no X server'
+'tiv: ascii display for no X server'
+'aview: ascii display for no X server')
+source=("$url/archive/v$pkgver.tar.gz")
+md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
+
+package() {
+  cd $pkgname-*
+
+  # force release version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in plowshare/trunk (PKGBUILD)

2015-09-13 Thread speps
Date: Sunday, September 13, 2015 @ 19:17:50
  Author: speps
Revision: 140057

upgpkg: plowshare 2.1.2-1

Modified:
  plowshare/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-13 17:12:46 UTC (rev 140056)
+++ PKGBUILD2015-09-13 17:17:50 UTC (rev 140057)
@@ -3,7 +3,7 @@
 # Contributor: breakdown 
 
 pkgname=plowshare
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
@@ -15,7 +15,7 @@
 'tiv: ascii display for no X server'
 'aview: ascii display for no X server')
 source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('b49f838b5fecfac06f83eb45998faca2')
+md5sums=('83af5ec30745c33bfe5983fdb3b6e536')
 
 package() {
   cd $pkgname-*


[arch-commits] Commit in gpa/repos (8 files)

2015-09-13 Thread speps
Date: Sunday, September 13, 2015 @ 18:52:32
  Author: speps
Revision: 140050

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

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

--+
 /PKGBUILD|   56 +
 /gpa.install |   22 
 community-i686/PKGBUILD  |   28 
 community-i686/gpa.install   |   11 
 community-x86_64/PKGBUILD|   28 
 community-x86_64/gpa.install |   11 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-13 16:52:12 UTC (rev 140049)
+++ community-i686/PKGBUILD 2015-09-13 16:52:32 UTC (rev 140050)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Mateusz Herych 
-# Contributor: Roman Kyrylych 
-# Contributor: Ravi Desai 
-
-pkgname=gpa
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="A graphical user interface for the GnuPG"
-arch=('i686' 'x86_64')
-url="https://www.gnupg.org/related_software/gpa/";
-license=('GPL3')
-depends=('gpgme' 'gtk2' 'desktop-file-utils')
-install="$pkgname.install"
-source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2";)
-md5sums=('76dd4e694d34ef8294eee67d253cc1f2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: gpa/repos/community-i686/PKGBUILD (from rev 140049, gpa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2015-09-13 16:52:32 UTC (rev 140050)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Mateusz Herych 
+# Contributor: Roman Kyrylych 
+# Contributor: Ravi Desai 
+
+pkgname=gpa
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="A graphical user interface for the GnuPG"
+arch=('i686' 'x86_64')
+url="https://www.gnupg.org/related_software/gpa/";
+license=('GPL3')
+depends=('gpgme' 'gtk2' 'desktop-file-utils')
+install="$pkgname.install"
+source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2";)
+md5sums=('017b585d64f865cf31680e40fbf02cc0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/gpa.install
===
--- community-i686/gpa.install  2015-09-13 16:52:12 UTC (rev 140049)
+++ community-i686/gpa.install  2015-09-13 16:52:32 UTC (rev 140050)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpa/repos/community-i686/gpa.install (from rev 140049, 
gpa/trunk/gpa.install)
===
--- community-i686/gpa.install  (rev 0)
+++ community-i686/gpa.install  2015-09-13 16:52:32 UTC (rev 140050)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2015-09-13 16:52:12 UTC (rev 140049)
+++ community-x86_64/PKGBUILD   2015-09-13 16:52:32 UTC (rev 140050)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Mateusz Herych 
-# Contributor: Roman Kyrylych 
-# Contributor: Ravi Desai 
-
-pkgname=gpa
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="A graphical user interface for the GnuPG"
-arch=('i686' 'x86_64')
-url="https://www.gnupg.org/related_software/gpa/";
-license=('GPL3')
-depends=('gpgme' 'gtk2' 'desktop-file-utils')
-install="$pkgname.install"
-source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2";)
-md5sums=('76dd4e694d34ef8294eee67d253cc1f2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install

[arch-commits] Commit in gpa/trunk (PKGBUILD)

2015-09-13 Thread speps
Date: Sunday, September 13, 2015 @ 18:52:12
  Author: speps
Revision: 140049

upgpkg: gpa 0.9.9-1

Modified:
  gpa/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-13 16:14:34 UTC (rev 140048)
+++ PKGBUILD2015-09-13 16:52:12 UTC (rev 140049)
@@ -5,7 +5,7 @@
 # Contributor: Ravi Desai 
 
 pkgname=gpa
-pkgver=0.9.7
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="A graphical user interface for the GnuPG"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gpgme' 'gtk2' 'desktop-file-utils')
 install="$pkgname.install"
 source=("ftp://ftp.gnupg.org/gcrypt/gpa/gpa-$pkgver.tar.bz2";)
-md5sums=('76dd4e694d34ef8294eee67d253cc1f2')
+md5sums=('017b585d64f865cf31680e40fbf02cc0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in samplv1/trunk (PKGBUILD)

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:25
  Author: speps
Revision: 139110

upgpkg: samplv1 0.7.1-1

Modified:
  samplv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:24:05 UTC (rev 139109)
+++ PKGBUILD2015-09-02 11:24:25 UTC (rev 139110)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('efd340ab3cba44b91197088780d023d7')
+md5sums=('72dbdb433447e7351f3285815daefc67')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:05
  Author: speps
Revision: 139109

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

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 139108, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 139108, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 139108, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 139108, synthv1/trunk/synthv1.install)
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|   80 +
 /synthv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/synthv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:23:50 UTC (rev 139108)
+++ community-i686/PKGBUILD 2015-09-02 11:24:05 UTC (rev 139109)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.6.3
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
-
-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-i686/PKGBUILD (from rev 139108, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:05 UTC (rev 139109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.7.1
+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' '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:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2015-09-02 11:23:50 UTC (rev 139108)
+++ community-i686/synthv1.install  2015-09-02 11:24:05 UTC (rev 139109)
@@ -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
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 139108, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2015-09-02 11:24:05 UTC (rev 139109)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
==

[arch-commits] Commit in drumkv1/repos (8 files)

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:53
  Author: speps
Revision: 139113

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.3
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
-
-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: drumkv1/repos/community-i686/PKGBUILD (from rev 139112, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.1
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e037552988d30a0010c318e55f0d41f0')
+
+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:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -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
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 139112, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:24:47 UTC (rev 139112)
+++ community-x86_64/PKG

[arch-commits] Commit in drumkv1/trunk (PKGBUILD)

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:47
  Author: speps
Revision: 139112

upgpkg: drumkv1 0.7.1-1

Modified:
  drumkv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:24:31 UTC (rev 139111)
+++ PKGBUILD2015-09-02 11:24:47 UTC (rev 139112)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
+md5sums=('e037552988d30a0010c318e55f0d41f0')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in samplv1/repos (8 files)

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:31
  Author: speps
Revision: 139111

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

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

--+
 /PKGBUILD|   80 +
 /samplv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/samplv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:24:25 UTC (rev 139110)
+++ community-i686/PKGBUILD 2015-09-02 11:24:31 UTC (rev 139111)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.6.3
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('efd340ab3cba44b91197088780d023d7')
-
-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: samplv1/repos/community-i686/PKGBUILD (from rev 139110, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:31 UTC (rev 139111)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.7.1
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('72dbdb433447e7351f3285815daefc67')
+
+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:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2015-09-02 11:24:25 UTC (rev 139110)
+++ community-i686/samplv1.install  2015-09-02 11:24:31 UTC (rev 139111)
@@ -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
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 139110, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2015-09-02 11:24:31 UTC (rev 139111)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:24:25 UTC 

[arch-commits] Commit in synthv1/trunk (PKGBUILD)

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:23:50
  Author: speps
Revision: 139108

upgpkg: synthv1 0.7.1-1

Modified:
  synthv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 11:06:59 UTC (rev 139107)
+++ PKGBUILD2015-09-02 11:23:50 UTC (rev 139108)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.6.3
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
+md5sums=('acaf984396e8198c109d7bf5f16e412d')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in nomacs/trunk (PKGBUILD)

2015-08-19 Thread speps
Date: Wednesday, August 19, 2015 @ 16:40:20
  Author: speps
Revision: 138509

upgpkg: nomacs 2.4.6-1

Modified:
  nomacs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 12:07:28 UTC (rev 138508)
+++ PKGBUILD2015-08-19 14:40:20 UTC (rev 138509)
@@ -2,8 +2,8 @@
 # Maintainer: speps 
 
 pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
+pkgver=2.4.6
+pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/";
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+md5sums=('a154966dc5c1fed71279bc70d8078935')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in nomacs/repos (8 files)

2015-08-19 Thread speps
Date: Wednesday, August 19, 2015 @ 16:40:33
  Author: speps
Revision: 138510

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

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

-+
 /PKGBUILD   |   66 ++
 /nomacs.install |   22 
 community-i686/PKGBUILD |   33 ---
 community-i686/nomacs.install   |   11 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/nomacs.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 14:40:20 UTC (rev 138509)
+++ community-i686/PKGBUILD 2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 138509, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2015-08-19 14:40:33 UTC (rev 138510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=2.4.6
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
+md5sums=('a154966dc5c1fed71279bc70d8078935')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nomacs.install
===
--- community-i686/nomacs.install   2015-08-19 14:40:20 UTC (rev 138509)
+++ community-i686/nomacs.install   2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 138509, 
nomacs/trunk/nomacs.install)
===
--- community-i686/nomacs.install   (rev 0)
+++ community-i686/nomacs.install   2015-08-19 14:40:33 UTC (rev 138510)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-19 14:40:20 UTC (rev 138509)
+++ community-x86_64/PKGBUILD   2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/";
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37

[arch-commits] Commit in guitarix2/repos (8 files)

2015-08-02 Thread speps
Date: Monday, August 3, 2015 @ 00:10:29
  Author: speps
Revision: 137750

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

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

+
 /PKGBUILD  |   72 +++
 /guitarix2.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/guitarix2.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/guitarix2.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 22:10:01 UTC (rev 137749)
+++ community-i686/PKGBUILD 2015-08-02 22:10:29 UTC (rev 137750)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.32.3
-pkgrel=2
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/";
-license=('GPL')
-depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
-
-build() {
-  cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 137749, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 22:10:29 UTC (rev 137750)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.33.0
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/";
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir="$pkgdir"
+}

Deleted: community-i686/guitarix2.install
===
--- community-i686/guitarix2.install2015-08-02 22:10:01 UTC (rev 137749)
+++ community-i686/guitarix2.install2015-08-02 22:10:29 UTC (rev 137750)
@@ -1,11 +0,0 @@
-post_install() {
-  update

[arch-commits] Commit in guitarix2/trunk (PKGBUILD)

2015-08-02 Thread speps
Date: Monday, August 3, 2015 @ 00:10:01
  Author: speps
Revision: 137749

upgpkg: guitarix2 0.33.0-1

Modified:
  guitarix2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 20:10:05 UTC (rev 137748)
+++ PKGBUILD2015-08-02 22:10:01 UTC (rev 137749)
@@ -2,13 +2,13 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.32.3
-pkgrel=2
+pkgver=0.33.0
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/";
 license=('GPL')
-depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
  'zita-convolver' 'zita-resampler' 'desktop-file-utils')
 makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
@@ -17,7 +17,7 @@
 replaces=('guitarix' 'gx_head')
 install="$pkgname.install"
 
source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
 
 build() {
   cd guitarix-$pkgver


[arch-commits] Commit in sylpheed/trunk (PKGBUILD)

2015-07-06 Thread speps
Date: Monday, July 6, 2015 @ 15:42:53
  Author: speps
Revision: 136462

upgpkg: sylpheed 3.4.3-1

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-06 10:28:23 UTC (rev 136461)
+++ PKGBUILD2015-07-06 13:42:53 UTC (rev 136462)
@@ -4,7 +4,7 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install="$pkgname.install"
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
-md5sums=('d4e53489763ff2cb575ab02890d91dc9')
+md5sums=('3a7d10b68017988b48e5c2a27e559e98')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in sylpheed/repos (8 files)

2015-07-06 Thread speps
Date: Monday, July 6, 2015 @ 15:43:04
  Author: speps
Revision: 136463

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

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

---+
 /PKGBUILD |   72 
 /sylpheed.install |   22 +++
 community-i686/PKGBUILD   |   36 --
 community-i686/sylpheed.install   |   11 -
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/sylpheed.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-06 13:42:53 UTC (rev 136462)
+++ community-i686/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Contributor: Alexander Fehr 
-# Contributor: dorphell 
-
-pkgname=sylpheed
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Lightweight and user-friendly e-mail client"
-arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/";
-license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
-makedepends=('openssl')
-install="$pkgname.install"
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
-md5sums=('d4e53489763ff2cb575ab02890d91dc9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ldap
-  make
-
-  # Build Attachment-Tool Plug-in
-  cd plugin/attachment_tool && make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Install Attachment-Tool Plug-in
-  cd plugin/attachment_tool
-  make DESTDIR="$pkgdir/" install-plugin
-}

Copied: sylpheed/repos/community-i686/PKGBUILD (from rev 136462, 
sylpheed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' 'x86_64')
+url="http://sylpheed.sraoss.jp/en/";
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
+makedepends=('openssl')
+install="$pkgname.install"
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2";)
+md5sums=('3a7d10b68017988b48e5c2a27e559e98')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}

Deleted: community-i686/sylpheed.install
===
--- community-i686/sylpheed.install 2015-07-06 13:42:53 UTC (rev 136462)
+++ community-i686/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sylpheed/repos/community-i686/sylpheed.install (from rev 136462, 
sylpheed/trunk/sylpheed.install)
===
--- community-i686/sylpheed.install (rev 0)
+++ community-i686/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-06 13:42:53 UTC (rev 136462)
+++ community-x86_64/PKGBUILD   2015-07-06 13:43:04 UTC (rev 136463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Contributor:

[arch-commits] Commit in drumkv1/repos (8 files)

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:44
  Author: speps
Revision: 136369

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.1
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4b6245792f9d02658a42fd206fbb031a')
-
-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: drumkv1/repos/community-i686/PKGBUILD (from rev 136368, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.6.3
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
+
+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:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -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
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 136368, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:55:38 UTC (rev 136368)
+++ community-x86_64/PKGBUILD  

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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:22
  Author: speps
Revision: 136367

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

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 136366, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 136366, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 136366, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 136366, synthv1/trunk/synthv1.install)
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|   80 +
 /synthv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/synthv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:55:17 UTC (rev 136366)
+++ community-i686/PKGBUILD 2015-07-04 03:55:22 UTC (rev 136367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=synthv1
-pkgver=0.6.1
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('ccd2fb8c9742fe0946ce6c52ed748943')
-
-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-i686/PKGBUILD (from rev 136366, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:55:22 UTC (rev 136367)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=synthv1
+pkgver=0.6.3
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
+
+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:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2015-07-04 03:55:17 UTC (rev 136366)
+++ community-i686/synthv1.install  2015-07-04 03:55:22 UTC (rev 136367)
@@ -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
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 136366, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2015-07-04 03:55:22 UTC (rev 136367)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
==

[arch-commits] Commit in drumkv1/trunk (PKGBUILD)

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:38
  Author: speps
Revision: 136368

upgpkg: drumkv1 0.6.3-1

Modified:
  drumkv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:55:22 UTC (rev 136367)
+++ PKGBUILD2015-07-04 03:55:38 UTC (rev 136368)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=drumkv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4b6245792f9d02658a42fd206fbb031a')
+md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in synthv1/trunk (PKGBUILD)

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:17
  Author: speps
Revision: 136366

upgpkg: synthv1 0.6.3-1

Modified:
  synthv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:54:59 UTC (rev 136365)
+++ PKGBUILD2015-07-04 03:55:17 UTC (rev 136366)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=synthv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('ccd2fb8c9742fe0946ce6c52ed748943')
+md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in samplv1/trunk (PKGBUILD)

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:54:40
  Author: speps
Revision: 136364

upgpkg: samplv1 0.6.3-1

Modified:
  samplv1/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:08:40 UTC (rev 136363)
+++ PKGBUILD2015-07-04 03:54:40 UTC (rev 136364)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=samplv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4bee1f76a88862e45aacf1ca977128c6')
+md5sums=('efd340ab3cba44b91197088780d023d7')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in samplv1/repos (8 files)

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:54:59
  Author: speps
Revision: 136365

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

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

--+
 /PKGBUILD|   80 +
 /samplv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/samplv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:54:40 UTC (rev 136364)
+++ community-i686/PKGBUILD 2015-07-04 03:54:59 UTC (rev 136365)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=samplv1
-pkgver=0.6.1
-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' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4bee1f76a88862e45aacf1ca977128c6')
-
-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: samplv1/repos/community-i686/PKGBUILD (from rev 136364, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:54:59 UTC (rev 136365)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=samplv1
+pkgver=0.6.3
+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' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('efd340ab3cba44b91197088780d023d7')
+
+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:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2015-07-04 03:54:40 UTC (rev 136364)
+++ community-i686/samplv1.install  2015-07-04 03:54:59 UTC (rev 136365)
@@ -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
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 136364, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2015-07-04 03:54:59 UTC (rev 136365)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:54:40 UTC (rev 136364

[arch-commits] Commit in nomacs/trunk (PKGBUILD)

2015-07-03 Thread speps
Date: Friday, July 3, 2015 @ 16:45:28
  Author: speps
Revision: 136327

upgpkg: nomacs 2.4.4-2
exiv2 0.25 rebuild

Modified:
  nomacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 13:56:16 UTC (rev 136326)
+++ PKGBUILD2015-07-03 14:45:28 UTC (rev 136327)
@@ -3,7 +3,7 @@
 
 pkgname=nomacs
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/";


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

2015-07-03 Thread speps
Date: Friday, July 3, 2015 @ 16:45:42
  Author: speps
Revision: 136328

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

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

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/nomacs.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/nomacs.install |   11 ++
 4 files changed, 88 insertions(+)

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 136327, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 14:45:42 UTC (rev 136328)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=2.4.4
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
+md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-i686/nomacs.install (from rev 136327, 
nomacs/trunk/nomacs.install)
===
--- community-staging-i686/nomacs.install   (rev 0)
+++ community-staging-i686/nomacs.install   2015-07-03 14:45:42 UTC (rev 
136328)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 136327, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 14:45:42 UTC (rev 136328)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=2.4.4
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/";
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2";)
+md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-x86_64/nomacs.install (from rev 136327, 
nomacs/trunk/nomacs.install)
===
--- community-staging-x86_64/nomacs.install (rev 0)
+++ community-staging-x86_64/nomacs.install 2015-07-03 14:45:42 UTC (rev 
136328)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


  1   2   3   4   5   6   >