Small fixes.

pull/1/head
Holger Wirtz 7 years ago
parent dcbbb1ee7a
commit 26d3a8b2d1
  1. 4
      src/Dexed.ttl
  2. 2
      src/dexed.mk

@ -14,7 +14,7 @@
<https://github.com/dcoredump/dexed.lv2#me>
a foaf:Person ;
foaf:name "Holger Wirtz" ;
foaf:name "dcoredump" ;
foaf:homepage <https://github.com/dcoredump/dexed.lv2> ;
foaf:mbox <mailto:dcoredump@googlemail.com> .
@ -39,7 +39,7 @@
rdfs:comment """
Dexed.lv2 is a native LV2 port of the famous DX-7 emulator Dexed. It is based on the FM-synthesis and tries to emulate the original as good as possible. With external scripts you can convert original SYSEX files to use them within Dexed.
The original engine comes from MSFA (music synthesizer for android) which is based on the Apache 2.0 license. Additional sources for Dexed were done by Pascal Gauthier (asb2m10). The port to LV2 and some smaller modification were done by Holger Wirtz and reside also under GPL license.
The original engine comes from MSFA (music synthesizer for android) which is based on the Apache 2.0 license. Additional sources for Dexed were done by Pascal Gauthier (asb2m10). The port to LV2 and some smaller modification were done by Holger Wirtz and also reside under GPL license.
""";
lv2:port [

@ -5,7 +5,7 @@
######################################
DEXED_DEPENDENCIES = lvtk
DEXED_VERSION = 9700333fbe2b1388963b32672c6966cf21fd6232
DEXED_VERSION = dcbbb1ee7aa196b45efc8d1bd6c3fc3855a182f6
DEXED_BUNDLES = dexed.lv2
DEXED_SITE = $(call github,dcoredump,dexed,$(DEXED_VERSION))
DEXED_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) MOD=1

Loading…
Cancel
Save