Date: Saturday, July 15, 2017 @ 08:52:03
  Author: arojas
Revision: 245190

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-07-15 08:51:59 UTC (rev 245189)
+++ community-i686/PKGBUILD     2017-07-15 08:52:03 UTC (rev 245190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: MeMi69 <[email protected]>
-
-pkgname=marsyas
-pkgver=0.5.0
-pkgrel=3
-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-i686/PKGBUILD (from rev 245188, 
marsyas/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-07-15 08:52:03 UTC (rev 245190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: MeMi69 <[email protected]>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=4
+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 
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-07-15 08:51:59 UTC (rev 245189)
+++ community-x86_64/PKGBUILD   2017-07-15 08:52:03 UTC (rev 245190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: MeMi69 <[email protected]>
-
-pkgname=marsyas
-pkgver=0.5.0
-pkgrel=3
-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 245189, 
marsyas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-15 08:52:03 UTC (rev 245190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: MeMi69 <[email protected]>
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=4
+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