File clementine-libimobiledevice-fix.patch of Package clementine
Index: clementine-1.1.1/src/devices/imobiledeviceconnection.h
===================================================================
--- clementine-1.1.1.orig/src/devices/imobiledeviceconnection.h
+++ clementine-1.1.1/src/devices/imobiledeviceconnection.h
@@ -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: clementine-1.1.1/gst/afcsrc/gstafcsrc.h
===================================================================
--- clementine-1.1.1.orig/gst/afcsrc/gstafcsrc.h
+++ clementine-1.1.1/gst/afcsrc/gstafcsrc.h
@@ -60,7 +60,7 @@ struct _GstAfcSrc {
idevice_t device_;
afc_client_t afc_;
- uint16_t afc_port_;
+ lockdownd_service_descriptor_t afc_port_;
uint64_t file_handle_;