clementine: 1.2.0

This commit is contained in:
Michael 2013-10-15 15:34:25 +00:00
parent 70864a3255
commit 62f46d4bcc
2 changed files with 6 additions and 27 deletions

View File

@ -2,14 +2,14 @@
# contributor Giuseppe Calà <jiveaxe@gmail.com>
pkgname=clementine
pkgver=1.1.1
pkgrel=6
pkgver=1.2.0
pkgrel=1
pkgdesc="A modern music player and library organiser and a port of Amarok 1.4, with some features rewritten to take advantage of Qt4."
url="http://www.clementine-player.org/"
screenshot="http://images.clementine-player.org/screenshots/clementine-1.0-3.png"
license="GPL"
arch=('x86_64')
install="${pkgname}.install"
install=${pkgname}.install
depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'libmtp' 'libplist'
'hicolor-icon-theme' 'qtwebkit' 'libimobiledevice' 'qjson' 'glew' 'protobuf'
'libcdio' 'qca' 'qca-ossl' 'chromaprint')
@ -19,24 +19,15 @@ optdepends=('gstreamer0.10-base-plugins: for more open formats'
'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
categories=('multimedia')
source=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
"clementine-1.1.1-libimobiledevice-fix.patch")
sha256sums=('a94dfbd4732155ff1d4f24bb792d9e4def5bf4a42dd6678638c0400217a6fda9'
'688bdd15c898cb198dc85d58e2dedcca33771e374b4c6b621be723bafc167590')
prepare() {
cd ${pkgname}-${pkgver}
patch -Np1 -i ../clementine-1.1.1-libimobiledevice-fix.patch
}
source=("http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('563d00da4e893f7b1966ed137bcab28042151e31ea561cb7076047d3cad96f72')
build() {
cd ${pkgname}-${pkgver}
mkdir -p build && cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DSTATIC_SQLITE=OFF
-DSTATIC_SQLITE=ON
make
}

View File

@ -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