mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
audio/clementine: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
43c620688f
commit
43ab38d672
2 changed files with 10 additions and 17 deletions
|
@ -8,19 +8,12 @@ Features:
|
|||
* Cross-platform - works on Windows, Mac OS X and Linux
|
||||
* Native desktop notifications on Linux (libnotify) and Mac OS X (Growl)
|
||||
|
||||
Dependencies:
|
||||
|
||||
qjson (required) (on sbo)
|
||||
|
||||
gst-plugins-bad (optional, for http support) (on sbo)
|
||||
gst-plugins-ugly (optional, for mp3 support) (on sbo)
|
||||
libgpod (optional, for iPod support) (not on sbo)
|
||||
libimobiledevice (optional, for iPod support) (on sbo)
|
||||
libplist (optional, for iPod support) (not on sbo)
|
||||
libusbmuxd (optional, for iPod support) (on sbo)
|
||||
libgio (optional, for various device support) (not on sbo)
|
||||
libprotobuf and protobuf-compiler (optional, for Spotify support) (on sbo)
|
||||
libspotify (optional, for Spotify support) (not on sbo)
|
||||
libqca (optional, for Spotify support) (not on sbo)
|
||||
libvlc (optional, not available on slackbuilds.org but AlienBob has vlc packages &
|
||||
slackbuilds here: http://connie.slackware.com/~alien/slackbuilds/vlc/ )
|
||||
Optional dependencies:
|
||||
gst-plugins-bad (for http support)
|
||||
gst-plugins-ugly (for mp3 support)
|
||||
libimobiledevice (for iPod support)
|
||||
libusbmuxd (for iPod support)
|
||||
protobuf (for Spotify support)
|
||||
libspotify and libqca (for Spotify support) (not on SBo)
|
||||
libvlc (not available on slackbuilds.org but AlienBob has vlc packages
|
||||
and slackbuilds at http://connie.slackware.com/~alien/slackbuilds/vlc/ )
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-1.0.1.tar.gz"
|
|||
MD5SUM="54dc47eb2de5960cd1654e1249a59bc6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gst-plugins-bad gst-plugins-ugly libimobiledevice qjson vlc"
|
||||
REQUIRES="qjson"
|
||||
MAINTAINER="David Woodfall"
|
||||
EMAIL="dave@dawoodfall.net"
|
||||
|
|
Loading…
Reference in a new issue