Skip to content

Commit

Permalink
Update for first hvcc packaging tests
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 7, 2024
1 parent e4a70e4 commit a6a4e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins-dep/package/dpf/dpf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

DPF_VERSION = e045225a6c08d437d0bcf8400da9b0783291b4a9
DPF_VERSION = 6b042628933f220a05571bde6a02fe0198a96b5d
DPF_SITE = $(call github,DISTRHO,DPF,$(DPF_VERSION))
DPF_INSTALL_STAGING = YES

Expand Down
4 changes: 2 additions & 2 deletions plugins-dep/package/hvcc/hvcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

# taken from https://github.com/Wasted-Audio/hvcc/actions/runs/11177587501/artifacts/2015031571
HVCC_SITE = https://falktx.berlin/data/mod
HVCC_VERSION = 0.12.1+git20240710
HVCC_VERSION = 0.12.1
HVCC_SOURCE = hvcc-$(HVCC_VERSION).tar.gz
HVCC_INSTALL_STAGING = YES

define HVCC_INSTALL_STAGING_CMDS
$(INSTALL) -d $(STAGING_DIR)/usr/bin
install -m 755 $(@D)/hvcc $(STAGING_DIR)/usr/bin/
$(INSTALL) -m 755 $(@D)/hvcc $(STAGING_DIR)/usr/bin/
endef

$(eval $(generic-package))
2 changes: 1 addition & 1 deletion plugins/package/sensorium-plugins/sensorium-plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

SENSORIUM_PLUGINS_VERSION = ad290b19dc7df06400e5fe07cfc870f0af7efc56
SENSORIUM_PLUGINS_VERSION = 232e95a478937efcab02f5dc51e55045796134df
SENSORIUM_PLUGINS_SITE = https://github.com/sensorium/sensorium-plugins.git
SENSORIUM_PLUGINS_SITE_METHOD = git
SENSORIUM_PLUGINS_DEPENDENCIES = dpf hvcc
Expand Down

0 comments on commit a6a4e2f

Please sign in to comment.