HivelyTracker: requires DejaVu

* The app has the DejaVu font hardcoded. Declare as required.
* Re-wrap description.
This commit is contained in:
Humdinger
2018-12-04 16:45:15 +01:00
parent 0f3c82b604
commit ab9c175897

View File

@@ -1,16 +1,16 @@
SUMMARY="A tracker program based upon the AHX format"
DESCRIPTION="
Hively Tracker is a tracker program based upon the AHX format created in the \
mid '90s by Dexter and Pink of Abyss. The format was relatively popular, and \
many songs were created and used in scene productions and games. AHX was \
designed to create a very SID-like sound on the Amiga.
DESCRIPTION="HivelyTracker is a tracker program based upon the AHX format \
created in the mid '90s by Dexter and Pink of Abyss. The format was relatively \
popular, and many songs were created and used in scene productions and games. \
AHX was designed to create a very SID-like sound on the Amiga.
HivelyTracker can import and export modules and instruments in the AHX format, \
but it also improves on AHX in several ways and therefore has its own \
instrument and module formats."
HOMEPAGE="http://www.hivelytracker.co.uk/"
COPYRIGHT="2010-2013 IRIS & Up Rough"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/pete-gordon/hivelytracker/archive/V1_8.zip"
CHECKSUM_SHA256="92ded85779c1d7b388cc09df6d02cd7aa07692092cf337ef87cd71fd8aa6d11a"
SOURCE_DIR="hivelytracker-1_8"
@@ -23,6 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku
dejavu
lib:libfreetype
lib:libsdl
"