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

speps speps at archlinux.org
Fri Mar 25 01:37:39 UTC 2016


    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 <speps at aur dot archlinux dot org>
-
-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 <speps at aur dot archlinux dot org>
+
+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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-25 01:37:32 UTC (rev 168268)
+++ community-x86_64/PKGBUILD	2016-03-25 01:37:38 UTC (rev 168269)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-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-x86_64/PKGBUILD (from rev 168268, samplv1/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-25 01:37:38 UTC (rev 168269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+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-x86_64/samplv1.install
===================================================================
--- community-x86_64/samplv1.install	2016-03-25 01:37:32 UTC (rev 168268)
+++ community-x86_64/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-x86_64/samplv1.install (from rev 168268, samplv1/trunk/samplv1.install)
===================================================================
--- community-x86_64/samplv1.install	                        (rev 0)
+++ community-x86_64/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
+}



More information about the arch-commits mailing list