multimedia/cowbell: Fixed dep information

This commit is contained in:
ponce 2012-08-27 09:37:01 +02:00
parent 569e5a5df5
commit 9126b26204
2 changed files with 4 additions and 6 deletions

View file

@ -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.

View file

@ -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"