[arch-commits] Commit in clementine/repos (12 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Sat May 11 16:17:23 UTC 2013


    Date: Saturday, May 11, 2013 @ 18:17:23
  Author: tomegun
Revision: 90341

db-move: moved clementine from [community-staging] to [community] (i686, x86_64)

Added:
  clementine/repos/community-i686/PKGBUILD
    (from rev 90340, clementine/repos/community-staging-i686/PKGBUILD)
  clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch
    (from rev 90340, clementine/repos/community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-i686/clementine.install
    (from rev 90340, clementine/repos/community-staging-i686/clementine.install)
  clementine/repos/community-x86_64/PKGBUILD
    (from rev 90340, clementine/repos/community-staging-x86_64/PKGBUILD)
  clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
    (from rev 90340, clementine/repos/community-staging-x86_64/clementine-1.1.1-libimobiledevice-fix.patch)
  clementine/repos/community-x86_64/clementine.install
    (from rev 90340, clementine/repos/community-staging-x86_64/clementine.install)
Deleted:
  clementine/repos/community-i686/PKGBUILD
  clementine/repos/community-i686/clementine.install
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-x86_64/PKGBUILD
  clementine/repos/community-x86_64/clementine.install

--------------------------------------------------------------+
 /PKGBUILD                                                    |   78 ++++++++++
 /clementine.install                                          |   26 +++
 community-i686/PKGBUILD                                      |   35 ----
 community-i686/clementine-1.1.1-libimobiledevice-fix.patch   |   12 +
 community-i686/clementine.install                            |   13 -
 community-x86_64/PKGBUILD                                    |   35 ----
 community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch |   12 +
 community-x86_64/clementine.install                          |   13 -
 8 files changed, 128 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-11 16:04:31 UTC (rev 90340)
+++ community-i686/PKGBUILD	2013-05-11 16:17:23 UTC (rev 90341)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-#Contributor: BlackEagle <ike.devolder at gmail.com>
-#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=7
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
-         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
-         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
-makedepends=('cmake' 'boost' 'mesa-libgl' )
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
-            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
-            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: clementine/repos/community-i686/PKGBUILD (from rev 90340, clementine/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,39 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+#Contributor: BlackEagle <ike.devolder at gmail.com>
+#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=8
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 'chromaprint'
+         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+        'clementine-1.1.1-libimobiledevice-fix.patch')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   patch -Np1 < "$srcdir"/clementine-1.1.1-libimobiledevice-fix.patch
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('28e4afb822388bd337a761db8f86febf'
+         '736df6cd828a3172701f63c8dc978cb9')

Copied: clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch (from rev 90340, clementine/repos/community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch)
===================================================================
--- community-i686/clementine-1.1.1-libimobiledevice-fix.patch	                        (rev 0)
+++ community-i686/clementine-1.1.1-libimobiledevice-fix.patch	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,12 @@
+diff -up clementine-1.1.1/src/devices/imobiledeviceconnection.h.fix clementine-1.1.1/src/devices/imobiledeviceconnection.h
+--- clementine-1.1.1/src/devices/imobiledeviceconnection.h.fix	2013-04-23 14:44:56.932661018 -0400
++++ clementine-1.1.1/src/devices/imobiledeviceconnection.h	2013-04-23 14:46:44.033657190 -0400
+@@ -51,7 +51,7 @@ private:
+   idevice_t device_;
+   afc_client_t afc_;
+ 
+-  uint16_t afc_port_;
++  lockdownd_service_descriptor_t afc_port_;
+ };
+ 
+ #endif // IMOBILEDEVICECONNECTION_H

Deleted: community-i686/clementine.install
===================================================================
--- community-i686/clementine.install	2013-05-11 16:04:31 UTC (rev 90340)
+++ community-i686/clementine.install	2013-05-11 16:17:23 UTC (rev 90341)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}

Copied: clementine/repos/community-i686/clementine.install (from rev 90340, clementine/repos/community-staging-i686/clementine.install)
===================================================================
--- community-i686/clementine.install	                        (rev 0)
+++ community-i686/clementine.install	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-11 16:04:31 UTC (rev 90340)
+++ community-x86_64/PKGBUILD	2013-05-11 16:17:23 UTC (rev 90341)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-#Contributor: BlackEagle <ike.devolder at gmail.com>
-#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=7
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
-         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
-         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
-makedepends=('cmake' 'boost' 'mesa-libgl' )
-optdepends=('gstreamer0.10-base-plugins: for more open formats'
-            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
-            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
-            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 90340, clementine/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,39 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+#Contributor: BlackEagle <ike.devolder at gmail.com>
+#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=8
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice' 'chromaprint'
+         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+        'clementine-1.1.1-libimobiledevice-fix.patch')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   patch -Np1 < "$srcdir"/clementine-1.1.1-libimobiledevice-fix.patch
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('28e4afb822388bd337a761db8f86febf'
+         '736df6cd828a3172701f63c8dc978cb9')

Copied: clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch (from rev 90340, clementine/repos/community-staging-x86_64/clementine-1.1.1-libimobiledevice-fix.patch)
===================================================================
--- community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch	                        (rev 0)
+++ community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,12 @@
+diff -up clementine-1.1.1/src/devices/imobiledeviceconnection.h.fix clementine-1.1.1/src/devices/imobiledeviceconnection.h
+--- clementine-1.1.1/src/devices/imobiledeviceconnection.h.fix	2013-04-23 14:44:56.932661018 -0400
++++ clementine-1.1.1/src/devices/imobiledeviceconnection.h	2013-04-23 14:46:44.033657190 -0400
+@@ -51,7 +51,7 @@ private:
+   idevice_t device_;
+   afc_client_t afc_;
+ 
+-  uint16_t afc_port_;
++  lockdownd_service_descriptor_t afc_port_;
+ };
+ 
+ #endif // IMOBILEDEVICECONNECTION_H

Deleted: community-x86_64/clementine.install
===================================================================
--- community-x86_64/clementine.install	2013-05-11 16:04:31 UTC (rev 90340)
+++ community-x86_64/clementine.install	2013-05-11 16:17:23 UTC (rev 90341)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}

Copied: clementine/repos/community-x86_64/clementine.install (from rev 90340, clementine/repos/community-staging-x86_64/clementine.install)
===================================================================
--- community-x86_64/clementine.install	                        (rev 0)
+++ community-x86_64/clementine.install	2013-05-11 16:17:23 UTC (rev 90341)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list