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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 08:12:28 UTC 2015


    Date: Monday, December 7, 2015 @ 09:12:27
  Author: bpiotrowski
Revision: 149751

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 149750, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-i686/cantata.install
    (from rev 149750, cantata/trunk/cantata.install)
  cantata/repos/community-staging-x86_64/
  cantata/repos/community-staging-x86_64/PKGBUILD
    (from rev 149750, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-x86_64/cantata.install
    (from rev 149750, cantata/trunk/cantata.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   40 +++++++++++++++++++++++++++++
 community-staging-i686/cantata.install   |   12 ++++++++
 community-staging-x86_64/PKGBUILD        |   40 +++++++++++++++++++++++++++++
 community-staging-x86_64/cantata.install |   12 ++++++++
 4 files changed, 104 insertions(+)

Copied: cantata/repos/community-staging-i686/PKGBUILD (from rev 149750, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 08:12:27 UTC (rev 149751)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  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=1.5.2
+pkgrel=3
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
+         'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 'media-player-info' 'udisks2')
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
+install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60LV9rM3RMQk85Z1E")
+md5sums=('0b29d30f1b03ecac23eb608309fbeaa1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
+    -DENABLE_KDE=OFF -DENABLE_QT5=ON \
+    -DENABLE_UDISKS2=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantata/repos/community-staging-i686/cantata.install (from rev 149750, cantata/trunk/cantata.install)
===================================================================
--- community-staging-i686/cantata.install	                        (rev 0)
+++ community-staging-i686/cantata.install	2015-12-07 08:12:27 UTC (rev 149751)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: cantata/repos/community-staging-x86_64/PKGBUILD (from rev 149750, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 08:12:27 UTC (rev 149751)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  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=1.5.2
+pkgrel=3
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
+         'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 'media-player-info' 'udisks2')
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
+install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60LV9rM3RMQk85Z1E")
+md5sums=('0b29d30f1b03ecac23eb608309fbeaa1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
+    -DENABLE_KDE=OFF -DENABLE_QT5=ON \
+    -DENABLE_UDISKS2=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantata/repos/community-staging-x86_64/cantata.install (from rev 149750, cantata/trunk/cantata.install)
===================================================================
--- community-staging-x86_64/cantata.install	                        (rev 0)
+++ community-staging-x86_64/cantata.install	2015-12-07 08:12:27 UTC (rev 149751)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list