diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 09:37:01 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-27 16:04:48 +0200 |
commit | 9126b2620494ad927663b1f0a6dad6d0159d35b1 (patch) | |
tree | dbd920fd9e0bddd70435276af0d4c76700ff7ae9 | |
parent | 569e5a5df5be9da3800d4cd438f9670b0b817836 (diff) | |
download | slackbuilds-9126b2620494ad927663b1f0a6dad6d0159d35b1.tar.gz |
multimedia/cowbell: Fixed dep information
-rw-r--r-- | multimedia/cowbell/README | 8 | ||||
-rw-r--r-- | multimedia/cowbell/cowbell.info | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/cowbell/README b/multimedia/cowbell/README index 887a6ba666..fba31005c8 100644 --- a/multimedia/cowbell/README +++ b/multimedia/cowbell/README @@ -1,9 +1,9 @@ Cowbell is an elegant, album-based, music organizer written by Brad Taylor in C# for Gtk+. Using TagLib, it supports many audio formats including: -- Ogg/FLAC -- MP3 -- MusePack +- Ogg/FLAC +- MP3 +- MusePack Cowbell is tightly integrated with Amazon.com using its free SOAP service. Cowbell employs this service not only to fetch album cover @@ -15,5 +15,3 @@ album resides. For you console junkies, Cowbell also offers a command-line based batch tagger which can tag and "guess" a whole collection of music with just a few keystrokes. - -Cowbell requires mono and gtk-sharp to be installed. diff --git a/multimedia/cowbell/cowbell.info b/multimedia/cowbell/cowbell.info index ab9d5a4f9f..98170ed812 100644 --- a/multimedia/cowbell/cowbell.info +++ b/multimedia/cowbell/cowbell.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.more-cowbell.org/releases/cowbell-0.2.7.1.tar.gz" MD5SUM="fcf32bcf60be2ca204519192eb26bacc" DOWNLOAD_x86_64="http://www.more-cowbell.org/releases/cowbell-0.2.7.1.tar.gz" MD5SUM_x86_64="fcf32bcf60be2ca204519192eb26bacc" -REQUIRES="gtk-sharp mono" +REQUIRES="gtk-sharp" MAINTAINER="Vliegendehuiskat" EMAIL="vliegendehuiskat [at] gmail [dot] com" |