From 26d3a8b2d137756dfca2f27a3dedb7acb38a0cf6 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 4 Feb 2017 11:11:16 +0100 Subject: [PATCH] Small fixes. --- src/Dexed.ttl | 4 ++-- src/dexed.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Dexed.ttl b/src/Dexed.ttl index f36c872..4bad5e9 100644 --- a/src/Dexed.ttl +++ b/src/Dexed.ttl @@ -14,7 +14,7 @@ a foaf:Person ; - foaf:name "Holger Wirtz" ; + foaf:name "dcoredump" ; foaf:homepage ; foaf:mbox . @@ -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 [ diff --git a/src/dexed.mk b/src/dexed.mk index 1bed203..4bce986 100644 --- a/src/dexed.mk +++ b/src/dexed.mk @@ -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