[arch-commits] Commit in clementine/repos (10 files)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Tue Oct 15 14:50:23 UTC 2013
Date: Tuesday, October 15, 2013 @ 16:50:22
Author: alucryd
Revision: 98609
archrelease: copy trunk to community-i686, community-x86_64
Added:
clementine/repos/community-i686/PKGBUILD
(from rev 98608, clementine/trunk/PKGBUILD)
clementine/repos/community-i686/clementine.install
(from rev 98608, clementine/trunk/clementine.install)
clementine/repos/community-x86_64/PKGBUILD
(from rev 98608, clementine/trunk/PKGBUILD)
clementine/repos/community-x86_64/clementine.install
(from rev 98608, clementine/trunk/clementine.install)
Deleted:
clementine/repos/community-i686/PKGBUILD
clementine/repos/community-i686/clementine-1.1.1-libimobiledevice-fix.patch
clementine/repos/community-i686/clementine.install
clementine/repos/community-x86_64/PKGBUILD
clementine/repos/community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
clementine/repos/community-x86_64/clementine.install
--------------------------------------------------------------+
/PKGBUILD | 86 ++++++++++
/clementine.install | 30 +++
community-i686/PKGBUILD | 51 -----
community-i686/clementine-1.1.1-libimobiledevice-fix.patch | 12 -
community-i686/clementine.install | 15 -
community-x86_64/PKGBUILD | 51 -----
community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch | 12 -
community-x86_64/clementine.install | 15 -
8 files changed, 116 insertions(+), 156 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-15 14:50:08 UTC (rev 98608)
+++ community-i686/PKGBUILD 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: 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=9
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'projectm' 'protobuf' 'qca-ossl' 'qjson' '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=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
- 'clementine-1.1.1-libimobiledevice-fix.patch')
-md5sums=('28e4afb822388bd337a761db8f86febf'
- '736df6cd828a3172701f63c8dc978cb9')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- patch -Np1 -i ../clementine-1.1.1-libimobiledevice-fix.patch
-}
-
-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 -DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}/build
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: clementine/repos/community-i686/PKGBUILD (from rev 98608, clementine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-15 14:50:22 UTC (rev 98609)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: 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.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:
Deleted: community-i686/clementine-1.1.1-libimobiledevice-fix.patch
===================================================================
--- community-i686/clementine-1.1.1-libimobiledevice-fix.patch 2013-10-15 14:50:08 UTC (rev 98608)
+++ community-i686/clementine-1.1.1-libimobiledevice-fix.patch 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,12 +0,0 @@
-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-10-15 14:50:08 UTC (rev 98608)
+++ community-i686/clementine.install 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,15 +0,0 @@
-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-i686/clementine.install (from rev 98608, clementine/trunk/clementine.install)
===================================================================
--- community-i686/clementine.install (rev 0)
+++ community-i686/clementine.install 2013-10-15 14:50:22 UTC (rev 98609)
@@ -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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-15 14:50:08 UTC (rev 98608)
+++ community-x86_64/PKGBUILD 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: 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=9
-pkgdesc="A music player and library organizer"
-url="http://www.clementine-player.org/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'projectm' 'protobuf' 'qca-ossl' 'qjson' '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=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
- 'clementine-1.1.1-libimobiledevice-fix.patch')
-md5sums=('28e4afb822388bd337a761db8f86febf'
- '736df6cd828a3172701f63c8dc978cb9')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- patch -Np1 -i ../clementine-1.1.1-libimobiledevice-fix.patch
-}
-
-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 -DUSE_SYSTEM_PROJECTM=1 -DBUILD_WERROR=0
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}/build
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: clementine/repos/community-x86_64/PKGBUILD (from rev 98608, clementine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-15 14:50:22 UTC (rev 98609)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: 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.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:
Deleted: community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch
===================================================================
--- community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch 2013-10-15 14:50:08 UTC (rev 98608)
+++ community-x86_64/clementine-1.1.1-libimobiledevice-fix.patch 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,12 +0,0 @@
-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-10-15 14:50:08 UTC (rev 98608)
+++ community-x86_64/clementine.install 2013-10-15 14:50:22 UTC (rev 98609)
@@ -1,15 +0,0 @@
-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-x86_64/clementine.install (from rev 98608, clementine/trunk/clementine.install)
===================================================================
--- community-x86_64/clementine.install (rev 0)
+++ community-x86_64/clementine.install 2013-10-15 14:50:22 UTC (rev 98609)
@@ -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:
More information about the arch-commits
mailing list