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

Balló György bgyorgy at nymeria.archlinux.org
Wed Jan 8 16:42:15 UTC 2014


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




More information about the arch-commits mailing list