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

Felix Yan fyan at archlinux.org
Mon Oct 5 16:51:30 UTC 2015


    Date: Monday, October 5, 2015 @ 18:51:30
  Author: fyan
Revision: 143019

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

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

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

Copied: marsyas/repos/community-i686/PKGBUILD (from rev 143018, marsyas/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-05 16:51:30 UTC (rev 143019)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: MeMi69 <MetalMilitia at gmx.net>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=1
+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-x86_64/PKGBUILD (from rev 143018, marsyas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-05 16:51:30 UTC (rev 143019)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: MeMi69 <MetalMilitia at gmx.net>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=1
+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 
+}



More information about the arch-commits mailing list