diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 14:22:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:31:14 -0500 |
commit | c7e87d0780141841a2a0ebd1887b25172c5c0f57 (patch) | |
tree | 4dcfe56732772794e8091ffa6471d6af2b583376 | |
parent | 99795e331600a8a2ad9878c1e4b0801ea5ecc3d5 (diff) | |
download | slackbuilds-c7e87d0780141841a2a0ebd1887b25172c5c0f57.tar.gz |
libplist is no longer mentioned as a dep in README files.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/clementine/README | 9 | ||||
-rw-r--r-- | libraries/libimobiledevice/README | 2 | ||||
-rw-r--r-- | system/ifuse/README | 2 |
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. |