summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/clementine/README9
-rw-r--r--libraries/libimobiledevice/README2
-rw-r--r--system/ifuse/README2
3 files changed, 4 insertions, 9 deletions
diff --git a/audio/clementine/README b/audio/clementine/README
index c217a310d1..81b251c4d6 100644
--- a/audio/clementine/README
+++ b/audio/clementine/README
@@ -8,10 +8,5 @@ Features:
* Cross-platform - works on Windows, Mac OS X and Linux
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
-There are some optional dependencies:
-
-libvlc from vlc. Not on slackbuilds.org
-libgpod-1.0 >= 0.7.92 stock but a newer version is needed
-libimobiledevice on slackbuilds.org
-libplist on slackbuilds.org
-usbmuxd on slackbuilds.org (usbmuxd)
+libimobiledevice and usbmuxd are optional dependencies, as is libvlc,
+but vlc is not available on SlackBuilds.org.
diff --git a/libraries/libimobiledevice/README b/libraries/libimobiledevice/README
index 5ecdcebb2b..4b609e8bd3 100644
--- a/libraries/libimobiledevice/README
+++ b/libraries/libimobiledevice/README
@@ -1,4 +1,4 @@
libimobiledevice is a library for connecting to Apple's iPhone
or iPod touch devices.
-Requires: usbmuxd libtasn1 and libplist
+This requires usbmuxd and libtasn1.
diff --git a/system/ifuse/README b/system/ifuse/README
index 23b24cebd8..9f996471b7 100644
--- a/system/ifuse/README
+++ b/system/ifuse/README
@@ -1,3 +1,3 @@
A fuse filesystem for mounting iPhone and iPod touch devices.
-Requires: libtasn1 libplist usbmuxd and libimobiledevice.
+This requires libtasn1, usbmuxd, and libimobiledevice.