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

2015-05-04 Thread Antonio Rojas
Date: Monday, May 4, 2015 @ 22:31:55
  Author: arojas
Revision: 132753

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 132752, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 132752, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 132752, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 132752, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   80 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 20:30:37 UTC (rev 132752)
+++ community-i686/PKGBUILD 2015-05-04 20:31:55 UTC (rev 132753)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.5.2
-pkgrel=1
-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')
-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=downloadid=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
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 132752, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 20:31:55 UTC (rev 132753)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.2
+pkgrel=2
+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=downloadid=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
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2015-05-04 20:30:37 UTC (rev 132752)
+++ community-i686/cantata.install  2015-05-04 20:31:55 UTC (rev 132753)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 132752, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2015-05-04 20:31:55 UTC (rev 132753)
@@ -0,0 

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

2015-03-24 Thread Antonio Rojas
Date: Tuesday, March 24, 2015 @ 07:56:04
  Author: arojas
Revision: 129826

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 129825, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 129825, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 129825, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 129825, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   80 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   41 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-24 06:55:43 UTC (rev 129825)
+++ community-i686/PKGBUILD 2015-03-24 06:56:04 UTC (rev 129826)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.5.1
-pkgrel=2
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60UktwaTRMTjRIUW8;)
-md5sums=('367dab0b94503d1c1d0f4cfb775effca')
-
-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
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 129825, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-24 06:56:04 UTC (rev 129826)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.2
+pkgrel=1
+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')
+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=downloadid=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
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2015-03-24 06:55:43 UTC (rev 129825)
+++ community-i686/cantata.install  2015-03-24 06:56:04 UTC (rev 129826)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 129825, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2015-03-24 06:56:04 UTC (rev 129826)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2014-12-10 Thread Andrea Scarpino
Date: Wednesday, December 10, 2014 @ 22:32:40
  Author: andrea
Revision: 123744

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 123743, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 123743, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 123743, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 123743, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   82 +
 /cantata.install |   24 ++
 community-i686/PKGBUILD  |   41 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-10 21:09:32 UTC (rev 123743)
+++ community-i686/PKGBUILD 2014-12-10 21:32:40 UTC (rev 123744)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.5.1
-pkgrel=1
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
-md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-1.5.0 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 123743, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-10 21:32:40 UTC (rev 123744)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.1
+pkgrel=2
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60UktwaTRMTjRIUW8;)
+md5sums=('367dab0b94503d1c1d0f4cfb775effca')
+
+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
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-12-10 21:09:32 UTC (rev 123743)
+++ community-i686/cantata.install  2014-12-10 21:32:40 UTC (rev 123744)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 123743, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-12-10 21:32:40 UTC (rev 123744)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource 

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

2014-12-08 Thread Andrea Scarpino
Date: Monday, December 8, 2014 @ 11:15:57
  Author: andrea
Revision: 123630

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 123629, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 123629, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 123629, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 123629, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   82 +
 /cantata.install |   24 ++
 community-i686/PKGBUILD  |   41 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-08 10:15:43 UTC (rev 123629)
+++ community-i686/PKGBUILD 2014-12-08 10:15:57 UTC (rev 123630)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.5.0
-pkgrel=2
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
-md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
-
-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
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 123629, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-08 10:15:57 UTC (rev 123630)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.1
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-1.5.0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-12-08 10:15:43 UTC (rev 123629)
+++ community-i686/cantata.install  2014-12-08 10:15:57 UTC (rev 123630)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 123629, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-12-08 10:15:57 UTC (rev 123630)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate 

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

2014-10-28 Thread Andrea Scarpino
Date: Tuesday, October 28, 2014 @ 18:58:41
  Author: andrea
Revision: 121528

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 121527, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 121527, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 121527, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 121527, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   82 +
 /cantata.install |   24 ++
 community-i686/PKGBUILD  |   39 -
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   39 -
 community-x86_64/cantata.install |   12 -
 6 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-28 17:58:34 UTC (rev 121527)
+++ community-i686/PKGBUILD 2014-10-28 17:58:41 UTC (rev 121528)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.4.2
-pkgrel=1
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 121527, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-28 17:58:41 UTC (rev 121528)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.5.0
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=(${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=downloadid=0Bzghs6gQWi60c0pFbEtldEk1UnM;)
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+
+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
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-10-28 17:58:34 UTC (rev 121527)
+++ community-i686/cantata.install  2014-10-28 17:58:41 UTC (rev 121528)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 121527, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-10-28 17:58:41 UTC (rev 121528)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+

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

2014-09-30 Thread Andrea Scarpino
Date: Tuesday, September 30, 2014 @ 13:51:43
  Author: andrea
Revision: 119875

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 119874, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 119874, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 119874, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 119874, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   78 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-30 11:51:36 UTC (rev 119874)
+++ community-i686/PKGBUILD 2014-09-30 11:51:43 UTC (rev 119875)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.4.1
-pkgrel=1
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 119874, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-30 11:51:43 UTC (rev 119875)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.4.2
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-09-30 11:51:36 UTC (rev 119874)
+++ community-i686/cantata.install  2014-09-30 11:51:43 UTC (rev 119875)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 119874, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-09-30 11:51:43 UTC (rev 119875)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD

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

2014-08-27 Thread Bartłomiej Piotrowski
Date: Wednesday, August 27, 2014 @ 18:53:53
  Author: bpiotrowski
Revision: 117973

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 117972, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 117972, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 117972, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 117972, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   78 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 102 insertions(+), 103 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-27 16:49:00 UTC (rev 117972)
+++ community-i686/PKGBUILD 2014-08-27 16:53:53 UTC (rev 117973)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.4.0
-pkgrel=1
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}
-md5sums=('ebe189390bf3ef54c8ac7e8a8ebb98ec')

Copied: cantata/repos/community-i686/PKGBUILD (from rev 117972, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-27 16:53:53 UTC (rev 117973)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.4.1
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-08-27 16:49:00 UTC (rev 117972)
+++ community-i686/cantata.install  2014-08-27 16:53:53 UTC (rev 117973)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 117972, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-08-27 16:53:53 UTC (rev 117973)
@@ -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
+}

Deleted: 

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

2014-08-02 Thread Jelle van der Waa
Date: Saturday, August 2, 2014 @ 21:47:49
  Author: jelle
Revision: 116760

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 116759, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 116759, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 116759, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 116759, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   80 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   41 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-02 19:47:40 UTC (rev 116759)
+++ community-i686/PKGBUILD 2014-08-02 19:47:49 UTC (rev 116760)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.3.4
-pkgrel=1
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('67053cfde9eb5c821483acc9c4961e36')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}
-md5sums=('5b21329a4b00716f7feb827805f215b5')

Copied: cantata/repos/community-i686/PKGBUILD (from rev 116759, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-02 19:47:49 UTC (rev 116760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.4.0
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}
+md5sums=('ebe189390bf3ef54c8ac7e8a8ebb98ec')

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-08-02 19:47:40 UTC (rev 116759)
+++ community-i686/cantata.install  2014-08-02 19:47:49 UTC (rev 116760)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 116759, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-08-02 19:47:49 UTC (rev 116760)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

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

2014-05-20 Thread Jelle van der Waa
Date: Tuesday, May 20, 2014 @ 20:23:55
  Author: jelle
Revision: 111588

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 111587, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 111587, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 111587, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 111587, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   82 +
 /cantata.install |   24 ++
 community-i686/PKGBUILD  |   40 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-20 18:23:40 UTC (rev 111587)
+++ community-i686/PKGBUILD 2014-05-20 18:23:55 UTC (rev 111588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.3.3
-pkgrel=2
-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')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('67053cfde9eb5c821483acc9c4961e36')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 111587, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-20 18:23:55 UTC (rev 111588)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.3.4
+pkgrel=1
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('67053cfde9eb5c821483acc9c4961e36')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}
+md5sums=('5b21329a4b00716f7feb827805f215b5')

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-05-20 18:23:40 UTC (rev 111587)
+++ community-i686/cantata.install  2014-05-20 18:23:55 UTC (rev 111588)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 111587, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-05-20 18:23:55 UTC (rev 111588)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

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

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 08:13:51
  Author: bpiotrowski
Revision: 108765

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

Added:
  cantata/repos/community-testing-i686/PKGBUILD
(from rev 108764, cantata/trunk/PKGBUILD)
  cantata/repos/community-testing-i686/cantata.install
(from rev 108764, cantata/trunk/cantata.install)
  cantata/repos/community-testing-x86_64/PKGBUILD
(from rev 108764, cantata/trunk/PKGBUILD)
  cantata/repos/community-testing-x86_64/cantata.install
(from rev 108764, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-testing-i686/PKGBUILD
  cantata/repos/community-testing-i686/cantata.install
  cantata/repos/community-testing-x86_64/PKGBUILD
  cantata/repos/community-testing-x86_64/cantata.install

--+
 /PKGBUILD|   80 +
 /cantata.install |   24 
 community-testing-i686/PKGBUILD  |   40 --
 community-testing-i686/cantata.install   |   12 
 community-testing-x86_64/PKGBUILD|   40 --
 community-testing-x86_64/cantata.install |   12 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-04-03 06:13:09 UTC (rev 108764)
+++ community-testing-i686/PKGBUILD 2014-04-03 06:13:51 UTC (rev 108765)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.3.3
-pkgrel=1
-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' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
- 'taglib-extras' 'hicolor-icon-theme')
-optdepends=('perl-uri: dynamic playlist'
-'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('67053cfde9eb5c821483acc9c4961e36')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-testing-i686/PKGBUILD (from rev 108764, 
cantata/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-04-03 06:13:51 UTC (rev 108765)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.3.3
+pkgrel=2
+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')
+optdepends=('perl-uri: dynamic playlist'
+'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('67053cfde9eb5c821483acc9c4961e36')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-testing-i686/cantata.install
===
--- community-testing-i686/cantata.install  2014-04-03 06:13:09 UTC (rev 
108764)
+++ community-testing-i686/cantata.install  2014-04-03 06:13:51 UTC (rev 
108765)
@@ -1,12 +0,0 @@
-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-testing-i686/cantata.install (from rev 108764, 
cantata/trunk/cantata.install)
===
--- community-testing-i686/cantata.install  (rev 0)
+++ community-testing-i686/cantata.install  2014-04-03 06:13:51 UTC (rev 
108765)
@@ -0,0 

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

2014-01-08 Thread Balló György
Date: Wednesday, January 8, 2014 @ 17:42:15
  Author: bgyorgy
Revision: 103640

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 103639, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 103639, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 103639, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 103639, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   76 +
 /cantata.install |   24 +++
 community-i686/PKGBUILD  |   37 --
 community-i686/cantata.install   |   12 -
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/cantata.install |   12 -
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-08 16:42:07 UTC (rev 103639)
+++ community-i686/PKGBUILD 2014-01-08 16:42:15 UTC (rev 103640)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.1.3
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 
'taglib-extras')
-optdepends=('perl-uri: dynamic playlist'
-   'mpd: playback')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('22691c1ba9e0f94200f6cdb849be726a')
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 103639, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-08 16:42:15 UTC (rev 103640)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.2.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 
'qjson' 'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+   'mpd: playback')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('89d84736ba4a43be7dc892af6fcbad5957075e19')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2014-01-08 16:42:07 UTC (rev 103639)
+++ community-i686/cantata.install  2014-01-08 16:42:15 UTC (rev 103640)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 103639, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2014-01-08 16:42:15 UTC (rev 103640)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-08 

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

2013-11-24 Thread Federico Cinelli
Date: Monday, November 25, 2013 @ 00:10:10
  Author: cinelli
Revision: 101406

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 101405, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 101405, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 101405, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 101405, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   74 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/PKGBUILD 2013-11-24 23:10:10 UTC (rev 101406)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.1.3
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('22691c1ba9e0f94200f6cdb849be726a')
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 101405, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-24 23:10:10 UTC (rev 101406)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.1.3
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 
'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+   'mpd: playback')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/cantata.install  2013-11-24 23:10:10 UTC (rev 101406)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 101405, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-24 23:10:10 UTC (rev 101406)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-24 23:08:03 UTC (rev 101405)
+++ community-x86_64/PKGBUILD   

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

2013-11-15 Thread Federico Cinelli
Date: Saturday, November 16, 2013 @ 07:27:48
  Author: cinelli
Revision: 101079

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 101078, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 101078, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 101078, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 101078, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   37 ---
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-16 06:25:31 UTC (rev 101078)
+++ community-i686/PKGBUILD 2013-11-16 06:27:48 UTC (rev 101079)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.1.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 101078, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-16 06:27:48 UTC (rev 101079)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.1.3
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+optdepends=('perl-uri: dynamic playlist')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-16 06:25:31 UTC (rev 101078)
+++ community-i686/cantata.install  2013-11-16 06:27:48 UTC (rev 101079)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 101078, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-16 06:27:48 UTC (rev 101079)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-16 06:25:31 UTC (rev 101078)
+++ community-x86_64/PKGBUILD   2013-11-16 06:27:48 UTC (rev 

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

2013-11-13 Thread Federico Cinelli
Date: Thursday, November 14, 2013 @ 04:02:37
  Author: cinelli
Revision: 100971

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 100970, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 100970, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 100970, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 100970, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   74 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-14 03:01:31 UTC (rev 100970)
+++ community-i686/PKGBUILD 2013-11-14 03:02:37 UTC (rev 100971)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.1.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 100970, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-14 03:02:37 UTC (rev 100971)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.1.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+optdepends=('perl-uri: dynamic playlist')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('628991865a505284a7ce56e117cd36cc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-14 03:01:31 UTC (rev 100970)
+++ community-i686/cantata.install  2013-11-14 03:02:37 UTC (rev 100971)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 100970, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-14 03:02:37 UTC (rev 100971)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-14 03:01:31 UTC (rev 100970)
+++ community-x86_64/PKGBUILD   2013-11-14 03:02:37 UTC (rev 100971)
@@ -1,36 +0,0 @@
-# $Id$
-# 

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

2013-09-17 Thread Bartłomiej Piotrowski
Date: Tuesday, September 17, 2013 @ 11:33:55
  Author: bpiotrowski
Revision: 97316

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 97315, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 97315, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 97315, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 97315, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   41 -
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-17 09:33:44 UTC (rev 97315)
+++ community-i686/PKGBUILD 2013-09-17 09:33:55 UTC (rev 97316)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.0.3
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('fd942d25127a7936efaf1fe887d66189')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' replaygain/ffmpeginput.cpp
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 97315, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-17 09:33:55 UTC (rev 97316)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.1.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('628991865a505284a7ce56e117cd36cc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-09-17 09:33:44 UTC (rev 97315)
+++ community-i686/cantata.install  2013-09-17 09:33:55 UTC (rev 97316)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 97315, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-09-17 09:33:55 UTC (rev 97316)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-17 09:33:44 UTC (rev 97315)
+++ 

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

2013-06-02 Thread Bartłomiej Piotrowski
Date: Sunday, June 2, 2013 @ 17:36:24
  Author: bpiotrowski
Revision: 92187

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 92186, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 92186, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 92186, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 92186, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-02 15:36:03 UTC (rev 92186)
+++ community-i686/PKGBUILD 2013-06-02 15:36:24 UTC (rev 92187)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=1.0.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('b69c568be6a2738d5ce640e759ae0253')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 92186, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-02 15:36:24 UTC (rev 92187)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.0.3
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('fd942d25127a7936efaf1fe887d66189')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-06-02 15:36:03 UTC (rev 92186)
+++ community-i686/cantata.install  2013-06-02 15:36:24 UTC (rev 92187)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 92186, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-06-02 15:36:24 UTC (rev 92187)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-02 15:36:03 UTC (rev 92186)
+++ community-x86_64/PKGBUILD   2013-06-02 15:36:24 UTC (rev 92187)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino 

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 14:01:52
  Author: bpiotrowski
Revision: 91619

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 91618, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 91618, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 91618, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 91618, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 12:01:30 UTC (rev 91618)
+++ community-i686/PKGBUILD 2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 91618, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 12:01:52 UTC (rev 91619)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=1.0.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b69c568be6a2738d5ce640e759ae0253')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-05-25 12:01:30 UTC (rev 91618)
+++ community-i686/cantata.install  2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 91618, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-05-25 12:01:52 UTC (rev 91619)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 12:01:30 UTC (rev 91618)
+++ community-x86_64/PKGBUILD   2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: 

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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:07:56
  Author: cinelli
Revision: 86462

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 86461, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 86461, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 86461, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 86461, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 community-i686/PKGBUILD  |   72 ++---
 community-i686/cantata.install   |   24 ++--
 community-x86_64/PKGBUILD|   72 ++---
 community-x86_64/cantata.install |   24 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 86461, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 86461, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 19:56:37 UTC (rev 86461)
+++ community-x86_64/PKGBUILD   2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 00:14:54
  Author: cinelli
Revision: 86085

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 86084, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 86084, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 86084, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 86084, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 community-i686/PKGBUILD  |   72 ++---
 community-i686/cantata.install   |   24 ++--
 community-x86_64/PKGBUILD|   72 ++---
 community-x86_64/cantata.install |   24 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 23:13:30 UTC (rev 86084)
+++ community-i686/PKGBUILD 2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 86084, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 23:14:54 UTC (rev 86085)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-11 23:13:30 UTC (rev 86084)
+++ community-i686/cantata.install  2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 86084, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-11 23:14:54 UTC (rev 86085)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-11 23:13:30 UTC (rev 86084)
+++ community-x86_64/PKGBUILD   2013-03-11 23:14:54 UTC (rev 86085)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-

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

2013-03-02 Thread Federico Cinelli
Date: Sunday, March 3, 2013 @ 00:09:58
  Author: cinelli
Revision: 85533

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 85532, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 85532, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 85532, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 85532, cantata/trunk/cantata.install)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

--+
 community-i686/PKGBUILD  |   68 +++--
 community-i686/cantata.install   |   24 ++---
 community-x86_64/PKGBUILD|   68 +++--
 community-x86_64/cantata.install |   24 ++---
 4 files changed, 96 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-02 23:08:46 UTC (rev 85532)
+++ community-i686/PKGBUILD 2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 85532, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-02 23:09:58 UTC (rev 85533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-02 23:08:46 UTC (rev 85532)
+++ community-i686/cantata.install  2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 85532, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-02 23:09:58 UTC (rev 85533)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-02 23:08:46 UTC (rev 85532)
+++ community-x86_64/PKGBUILD   2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('i686' 'x86_64')