multimedia/gaupol: Fixed dep information

This commit is contained in:
ponce 2012-08-27 10:25:07 +02:00
parent c5de0f9ec6
commit d9b352b612
2 changed files with 4 additions and 9 deletions

View file

@ -8,13 +8,9 @@ and on Windows. Technically, it should run on Mac as well, but that has not
been tested nor made convenient. Gaupol's user interface is based on the
GTK+ toolkit and has been designed to best fit the GNOME desktop environment.
Dependencies
Optional dependencies are:
- Gaupol requires Python 2.5.1 or greater and PyGTK 2.12 or greater.
Other dependencies (not required)
- PyEnchant 1.1.3 or greater is required for spell-checking.
- pyenchant 1.1.3 or greater is required for spell-checking.
Additionally, spell-checking requires a dictionary, any of Aspell/Pspell,
Ispell, MySpell, Uspell, Hspell or AppleSpell.
@ -22,7 +18,6 @@ Other dependencies (not required)
country names.
- Universal Encoding Detector is required for character encoding
auto-detection. (chardet)
auto-detection. (python2-chardet)
- MPlayer or VLC is recommended for preview.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://download.gna.org/gaupol/0.19/gaupol-0.19.1.tar.gz"
MD5SUM="291c8f3e1b28567b72bb31545a625ec8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyenchant"
REQUIRES=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"