Date: Sunday, December 6, 2015 @ 17:28:12
  Author: foutrelis
Revision: 148877

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

Added:
  marsyas/repos/community-staging-i686/
  marsyas/repos/community-staging-i686/PKGBUILD
    (from rev 148876, marsyas/trunk/PKGBUILD)
  marsyas/repos/community-staging-x86_64/
  marsyas/repos/community-staging-x86_64/PKGBUILD
    (from rev 148876, marsyas/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: marsyas/repos/community-staging-i686/PKGBUILD (from rev 148876, 
marsyas/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 16:28:12 UTC (rev 148877)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: MeMi69 <[email protected]>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info";
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)
+md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_SKIP_RPATH=1 \
+        -DWITH_MAD=1 \
+        -DWITH_LAME=1 \
+        -DWITH_VORBIS=1 \
+        ../$pkgname-version-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install 
+}

Copied: marsyas/repos/community-staging-x86_64/PKGBUILD (from rev 148876, 
marsyas/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:28:12 UTC (rev 148877)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: MeMi69 <[email protected]>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info";
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)
+md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_SKIP_RPATH=1 \
+        -DWITH_MAD=1 \
+        -DWITH_LAME=1 \
+        -DWITH_VORBIS=1 \
+        ../$pkgname-version-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install 
+}

Reply via email to