]> git.pld-linux.org Git - packages/clementine.git/commitdiff
fix build with libimobiledevice-1.1.5; patch from fedora
authorElan Ruusamäe <glen@delfi.ee>
Sat, 7 Sep 2013 17:58:17 +0000 (20:58 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 7 Sep 2013 17:58:17 +0000 (20:58 +0300)
clementine-1.1.1-libimobiledevice-fix.patch [new file with mode: 0644]
clementine.spec

diff --git a/clementine-1.1.1-libimobiledevice-fix.patch b/clementine-1.1.1-libimobiledevice-fix.patch
new file mode 100644 (file)
index 0000000..da7722f
--- /dev/null
@@ -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
index bdf4dc4801a58fa98d165695bc19a4834e9f92b0..17376ce4762a6b684a9d8b7fceb8477d84122e17 100644 (file)
@@ -19,7 +19,7 @@ Summary:      A music player and library organiser
 Summary(hu.UTF-8):     Egy zenelejátszó és gyűjtemény-kezelő
 Name:          clementine
 Version:       1.1.1
-Release:       5
+Release:       6
 License:       GPL v3 and GPL v2+
 Group:         Applications/Multimedia
 URL:           http://www.clementine-player.org/
@@ -27,6 +27,7 @@ Source0:      http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: 28e4afb822388bd337a761db8f86febf
 Patch0:                desktop-install.patch
 Patch1:                unbundle-po.patch
+Patch2:                %{name}-1.1.1-libimobiledevice-fix.patch
 BuildRequires: QtCore-devel >= %{qtver}
 BuildRequires: QtDBus-devel >= %{qtver}
 BuildRequires: QtGui-devel >= %{qtver}
@@ -98,6 +99,7 @@ a Qt4 előnyeit.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # We already don't use these but just to make sure
 rm -rf 3rdparty/gmock
This page took 0.099261 seconds and 4 git commands to generate.