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

2015-01-30 Thread Maxime Gauduin
Date: Friday, January 30, 2015 @ 10:35:58
  Author: alucryd
Revision: 126776

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

Added:
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-i686/PKGBUILD
(from rev 126775, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-i686/clementine.install
(from rev 126775, clementine/trunk/clementine.install)
  clementine/repos/community-staging-i686/udisks-namespace.patch
(from rev 126775, clementine/trunk/udisks-namespace.patch)
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 126775, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-x86_64/clementine.install
(from rev 126775, clementine/trunk/clementine.install)
  clementine/repos/community-staging-x86_64/udisks-namespace.patch
(from rev 126775, clementine/trunk/udisks-namespace.patch)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/clementine.install   |   15 ++
 community-staging-i686/udisks-namespace.patch   |   38 +++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/clementine.install |   15 ++
 community-staging-x86_64/udisks-namespace.patch |   38 +++
 6 files changed, 214 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 126775, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-30 09:35:58 UTC (rev 126776)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.3
+pkgrel=5
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
+ 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install='clementine.install'
+source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+'udisks-namespace.patch')
+sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
+'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../udisks-namespace.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
126775, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2015-01-30 09:35:58 UTC (rev 
126776)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/udisks-namespace.patch (from 
rev 126775, clementine/trunk/udisks-namespace.patch)
===
--- community-staging-i686/udisks-namespace.patch   
(rev 0)
+++ community-staging-i686/udisks-namespace.patch   2015-01-30 09:35:58 UTC 
(rev 126776)
@@ -0,0 +1,38 @@
+From ec580cb815c16ec1ab43a469d5af7d51d8d03082 Mon Sep 17 00:00:00 2001
+From: Chocobozzz florian.choc...@gmail.com
+Date: Wed, 16 Jul 2014 15:57:25 +0200
+Subject: [PATCH] No namespaces for DBus interfaces. Fixes #4401
+
+---
+ src/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 650fa74..775b0a5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -892,11 +892,6 @@ optional_source(LINUX SOURCES widgets/osd_x11.cpp)
+ 

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

2014-11-11 Thread Evangelos Foutras
Date: Wednesday, November 12, 2014 @ 07:07:35
  Author: foutrelis
Revision: 122424

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

Added:
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-i686/PKGBUILD
(from rev 122423, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-i686/clementine.install
(from rev 122423, clementine/trunk/clementine.install)
  clementine/repos/community-staging-i686/udisks-namespace.patch
(from rev 122423, clementine/trunk/udisks-namespace.patch)
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 122423, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-x86_64/clementine.install
(from rev 122423, clementine/trunk/clementine.install)
  clementine/repos/community-staging-x86_64/udisks-namespace.patch
(from rev 122423, clementine/trunk/udisks-namespace.patch)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/clementine.install   |   15 ++
 community-staging-i686/udisks-namespace.patch   |   38 
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/clementine.install |   15 ++
 community-staging-x86_64/udisks-namespace.patch |   38 
 6 files changed, 208 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 122423, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-12 06:07:35 UTC (rev 122424)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.3
+pkgrel=4
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install='clementine.install'
+source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+'udisks-namespace.patch')
+sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
+'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../udisks-namespace.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
122423, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2014-11-12 06:07:35 UTC (rev 
122424)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/udisks-namespace.patch (from 
rev 122423, clementine/trunk/udisks-namespace.patch)
===
--- community-staging-i686/udisks-namespace.patch   
(rev 0)
+++ community-staging-i686/udisks-namespace.patch   2014-11-12 06:07:35 UTC 
(rev 122424)
@@ -0,0 +1,38 @@
+From ec580cb815c16ec1ab43a469d5af7d51d8d03082 Mon Sep 17 00:00:00 2001
+From: Chocobozzz florian.choc...@gmail.com
+Date: Wed, 16 Jul 2014 15:57:25 +0200
+Subject: [PATCH] No namespaces for DBus interfaces. Fixes #4401
+
+---
+ src/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 650fa74..775b0a5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -892,11 +892,6 @@ optional_source(LINUX SOURCES widgets/osd_x11.cpp)
+ if(HAVE_DBUS)
+   

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

2014-10-05 Thread Maxime Gauduin
Date: Sunday, October 5, 2014 @ 11:36:43
  Author: alucryd
Revision: 120148

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

Added:
  clementine/repos/community-staging-i686/
  clementine/repos/community-staging-i686/PKGBUILD
(from rev 120147, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-i686/clementine.install
(from rev 120147, clementine/trunk/clementine.install)
  clementine/repos/community-staging-i686/udisks-namespace.patch
(from rev 120147, clementine/trunk/udisks-namespace.patch)
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 120147, clementine/trunk/PKGBUILD)
  clementine/repos/community-staging-x86_64/clementine.install
(from rev 120147, clementine/trunk/clementine.install)
  clementine/repos/community-staging-x86_64/udisks-namespace.patch
(from rev 120147, clementine/trunk/udisks-namespace.patch)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/clementine.install   |   15 ++
 community-staging-i686/udisks-namespace.patch   |   38 
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/clementine.install |   15 ++
 community-staging-x86_64/udisks-namespace.patch |   38 
 6 files changed, 208 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 120147, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-05 09:36:43 UTC (rev 120148)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.3
+pkgrel=3
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install='clementine.install'
+source=(clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+'udisks-namespace.patch')
+sha256sums=('7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf'
+'a7c2764576cee303a57e4efe6a5dbd583a66de8a15aee738bd92d4bb21786008')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  patch -Np1 -i ../udisks-namespace.patch
+}
+
+build() {
+  cd Clementine-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
120147, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2014-10-05 09:36:43 UTC (rev 
120148)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-staging-i686/udisks-namespace.patch (from 
rev 120147, clementine/trunk/udisks-namespace.patch)
===
--- community-staging-i686/udisks-namespace.patch   
(rev 0)
+++ community-staging-i686/udisks-namespace.patch   2014-10-05 09:36:43 UTC 
(rev 120148)
@@ -0,0 +1,38 @@
+From ec580cb815c16ec1ab43a469d5af7d51d8d03082 Mon Sep 17 00:00:00 2001
+From: Chocobozzz florian.choc...@gmail.com
+Date: Wed, 16 Jul 2014 15:57:25 +0200
+Subject: [PATCH] No namespaces for DBus interfaces. Fixes #4401
+
+---
+ src/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 650fa74..775b0a5 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -892,11 +892,6 @@ optional_source(LINUX SOURCES widgets/osd_x11.cpp)
+ if(HAVE_DBUS)
+   

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

2013-11-26 Thread Maxime Gauduin
Date: Wednesday, November 27, 2013 @ 00:05:14
  Author: alucryd
Revision: 101522

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

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

-+
 /PKGBUILD   |   86 ++
 /clementine.install |   30 +++
 community-i686/PKGBUILD |   43 -
 community-i686/clementine.install   |   15 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/clementine.install |   15 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 23:05:03 UTC (rev 101521)
+++ community-i686/PKGBUILD 2013-11-26 23:05:14 UTC (rev 101522)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: BlackEagle ike.devol...@gmail.com
-# Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A music player and library organizer
-url=http://www.clementine-player.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
-'gvfs: Various devices support')
-install=${pkgname}.install
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('563d00da4e893f7b1966ed137bcab28042151e31ea561cb7076047d3cad96f72')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/PKGBUILD (from rev 101521, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 23:05:14 UTC (rev 101522)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=${pkgname}.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/clementine.install
===
--- community-i686/clementine.install   2013-11-26 23:05:03 UTC (rev 101521)
+++ community-i686/clementine.install   2013-11-26 23:05:14 UTC (rev 101522)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-

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

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:09
  Author: tomegun
Revision: 90336

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

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

--+
 community-staging-i686/PKGBUILD  |   39 
++
 community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch   |   12 +++
 community-staging-i686/clementine.install|   13 +++
 community-staging-x86_64/PKGBUILD|   39 
++
 community-staging-x86_64/clementine-1.1.1-libimobiledevice-fix.patch |   12 +++
 community-staging-x86_64/clementine.install  |   13 +++
 6 files changed, 128 insertions(+)

Copied: clementine/repos/community-staging-i686/PKGBUILD (from rev 90335, 
clementine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 16:04:09 UTC (rev 90336)
@@ -0,0 +1,39 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault steph...@archlinux.org
+#Contributor: BlackEagle ike.devol...@gmail.com
+#Contributor: Dany Martineau dany.luc.martin...@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-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch
 (from rev 90335, clementine/trunk/clementine-1.1.1-libimobiledevice-fix.patch)
===
--- community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch  
(rev 0)
+++ community-staging-i686/clementine-1.1.1-libimobiledevice-fix.patch  
2013-05-11 16:04:09 UTC (rev 90336)
@@ -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

Copied: clementine/repos/community-staging-i686/clementine.install (from rev 
90335, clementine/trunk/clementine.install)
===
--- community-staging-i686/clementine.install   (rev 0)
+++ community-staging-i686/clementine.install   2013-05-11 16:04:09 UTC (rev 
90336)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

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

2013-03-01 Thread Sven-Hendrik Haase
Date: Friday, March 1, 2013 @ 19:09:21
  Author: svenstaro
Revision: 85443

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

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

-+
 community-i686/PKGBUILD |   70 +-
 community-i686/clementine.install   |   26 ++--
 community-x86_64/PKGBUILD   |   70 +-
 community-x86_64/clementine.install |   26 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-01 18:09:09 UTC (rev 85442)
+++ community-i686/PKGBUILD 2013-03-01 18:09:21 UTC (rev 85443)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=5
-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'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
- '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)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: clementine/repos/community-i686/PKGBUILD (from rev 85442, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-01 18:09:21 UTC (rev 85443)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault steph...@archlinux.org
+#Contributor: BlackEagle ike.devol...@gmail.com
+#Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=6
+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'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+ '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)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/clementine.install
===
--- community-i686/clementine.install   2013-03-01 18:09:09 UTC (rev 85442)
+++ community-i686/clementine.install   2013-03-01 18:09:21 UTC (rev 85443)
@@ -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 85442, 
clementine/trunk/clementine.install)
===
--- community-i686/clementine.install

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

2013-01-25 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 19:38:53
  Author: svenstaro
Revision: 82917

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

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

-+
 community-i686/PKGBUILD |   70 +-
 community-i686/clementine.install   |   26 ++--
 community-x86_64/PKGBUILD   |   70 +-
 community-x86_64/clementine.install |   26 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 18:38:32 UTC (rev 82916)
+++ community-i686/PKGBUILD 2013-01-25 18:38:53 UTC (rev 82917)
@@ -1,35 +0,0 @@
-# $Id$
-#Maintainer: Stéphane Gaudreault steph...@archlinux.org
-#Contributor: BlackEagle ike.devol...@gmail.com
-#Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.1.1
-pkgrel=3
-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'
- 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
- '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)
-sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
-install=clementine.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: clementine/repos/community-i686/PKGBUILD (from rev 82916, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 18:38:53 UTC (rev 82917)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault steph...@archlinux.org
+#Contributor: BlackEagle ike.devol...@gmail.com
+#Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=4
+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'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
+ '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)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/clementine.install
===
--- community-i686/clementine.install   2013-01-25 18:38:32 UTC (rev 82916)
+++ community-i686/clementine.install   2013-01-25 18:38:53 UTC (rev 82917)
@@ -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 82916, 
clementine/trunk/clementine.install)
===
--- community-i686/clementine.install