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

Antonio Rojas arojas at archlinux.org
Sun Jul 3 19:36:35 UTC 2016


    Date: Sunday, July 3, 2016 @ 19:36:35
  Author: arojas
Revision: 181911

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

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

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

Copied: cantata/repos/community-staging-i686/PKGBUILD (from rev 181910, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-07-03 19:36:35 UTC (rev 181911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
+# Contributor: MisterFred <mister.fred[at]free[dot]fr>
+
+pkgname=cantata
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(i686 x86_64)
+url='https://github.com/CDrummond/cantata'
+license=(GPL)
+depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras cdparanoia media-player-info 
+         udisks2 hicolor-icon-theme)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support')
+makedepends=(cmake qt5-tools ffmpeg)
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('dacab1b6bf7639e3d46876db8883fbb2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_TOUCH_SUPPORT=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantata/repos/community-staging-x86_64/PKGBUILD (from rev 181910, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-07-03 19:36:35 UTC (rev 181911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
+# Contributor: MisterFred <mister.fred[at]free[dot]fr>
+
+pkgname=cantata
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=(i686 x86_64)
+url='https://github.com/CDrummond/cantata'
+license=(GPL)
+depends=(qt5-svg libmtp libcddb libmusicbrainz5 mpg123 vlc taglib-extras cdparanoia media-player-info 
+         udisks2 hicolor-icon-theme)
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support')
+makedepends=(cmake qt5-tools ffmpeg)
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('dacab1b6bf7639e3d46876db8883fbb2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_TOUCH_SUPPORT=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list