mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 11:56:45 +01:00
Merge branch 'master' of https://code.google.com/p/clementine-player into grooveshark
This commit is contained in:
commit
b8d5068624
4
dist/clementine.spec.in
vendored
4
dist/clementine.spec.in
vendored
@ -13,9 +13,9 @@ BuildRequires: desktop-file-utils liblastfm-devel taglib-devel gettext
|
||||
BuildRequires: qt4-devel boost-devel gcc-c++ glew-devel libgpod-devel
|
||||
BuildRequires: cmake gstreamer-devel gstreamer-plugins-base-devel
|
||||
BuildRequires: libimobiledevice-devel libplist-devel usbmuxd-devel
|
||||
BuildRequires: libmtp-devel
|
||||
BuildRequires: libmtp-devel protobuf-devel protobuf-compiler libcdio-devel
|
||||
|
||||
Requires: libgpod
|
||||
Requires: libgpod protobuf-lite libcdio
|
||||
|
||||
# GStreamer codec dependencies
|
||||
Requires: gstreamer-plugins-ugly
|
||||
|
@ -472,8 +472,9 @@ void MacDeviceLister::USBDeviceAddedCallback(void* refcon, io_iterator_t it) {
|
||||
device.bus = -1;
|
||||
device.address = -1;
|
||||
|
||||
if (device.vendor_id == 0x5ac) {
|
||||
// I think we can safely skip Apple products.
|
||||
if (device.vendor_id == 0x5ac || // I think we can safely skip Apple products.
|
||||
// Blacklist ilok2 as this probe may be breaking it.
|
||||
(device.vendor_id == 0x088e && device.product_id == 0x5036)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user