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

Ray Rashif schiv at nymeria.archlinux.org
Tue Feb 4 18:23:11 UTC 2014


    Date: Tuesday, February 4, 2014 @ 19:23:11
  Author: schiv
Revision: 105292

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

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

-------------------------------------------+
 community-testing-i686/PKGBUILD           |   33 ++++++++++++++++++++++++++++
 community-testing-i686/qtractor.install   |   13 +++++++++++
 community-testing-x86_64/PKGBUILD         |   33 ++++++++++++++++++++++++++++
 community-testing-x86_64/qtractor.install |   13 +++++++++++
 4 files changed, 92 insertions(+)

Copied: qtractor/repos/community-testing-i686/PKGBUILD (from rev 105291, qtractor/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-02-04 18:23:11 UTC (rev 105292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+
+pkgname=qtractor
+pkgver=0.5.12
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+         'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
+install=qtractor.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f26691f70c4cd4b89bc4369a579f291f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-testing-i686/qtractor.install (from rev 105291, qtractor/trunk/qtractor.install)
===================================================================
--- community-testing-i686/qtractor.install	                        (rev 0)
+++ community-testing-i686/qtractor.install	2014-02-04 18:23:11 UTC (rev 105292)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: qtractor/repos/community-testing-x86_64/PKGBUILD (from rev 105291, qtractor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-02-04 18:23:11 UTC (rev 105292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+
+pkgname=qtractor
+pkgver=0.5.12
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+         'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
+install=qtractor.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f26691f70c4cd4b89bc4369a579f291f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-testing-x86_64/qtractor.install (from rev 105291, qtractor/trunk/qtractor.install)
===================================================================
--- community-testing-x86_64/qtractor.install	                        (rev 0)
+++ community-testing-x86_64/qtractor.install	2014-02-04 18:23:11 UTC (rev 105292)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list