Skip to content

Commit

Permalink
Make some GxPlugs cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 authored and falkTX committed Sep 27, 2024
1 parent 3f83ae8 commit 6c6bf1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/package/collisiondrive/collisiondrive.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

COLLISIONDRIVE_VERSION = eaaee3833dca45b135d35061632bd398f4b39c6d
COLLISIONDRIVE_VERSION = 42e5a74f0aa230960b5773dcc4b073b049426704
COLLISIONDRIVE_SITE = $(call github,brummer10,CollisionDrive,$(COLLISIONDRIVE_VERSION))
COLLISIONDRIVE_BUNDLES = CollisionDrive.lv2

Expand Down
2 changes: 1 addition & 1 deletion plugins/package/gxbajatubedriver/gxbajatubedriver.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

GXBAJATUBEDRIVER_VERSION = c219ce528864d79496a8c2a047c4a4e12dfc0ff9
GXBAJATUBEDRIVER_VERSION = 640c90254c6a162bcceebfd0234d5c11767311b9
GXBAJATUBEDRIVER_SITE = $(call github,brummer10,GxBaJaTubeDriver.lv2,$(GXBAJATUBEDRIVER_VERSION))
GXBAJATUBEDRIVER_BUNDLES = gx_bajatubedriver.lv2

Expand Down
2 changes: 1 addition & 1 deletion plugins/package/gxknightfuzz/gxknightfuzz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

GXKNIGHTFUZZ_VERSION = f7198434a47b9a02a75e6aea5e1329ef5a7ab649
GXKNIGHTFUZZ_VERSION = 5b0ed24c4e7c3eb601815703af31f0f658ce3e1b
GXKNIGHTFUZZ_SITE = $(call github,brummer10,GxKnightFuzz.lv2,$(GXKNIGHTFUZZ_VERSION))
GXKNIGHTFUZZ_BUNDLES = gx_KnightFuzz.lv2

Expand Down
2 changes: 1 addition & 1 deletion plugins/package/gxslowgear/gxslowgear.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

GXSLOWGEAR_VERSION = 5471bd46d16c015563858b96e36f69ffaa223c83
GXSLOWGEAR_VERSION = e9cb4f0c4d25fecd1f15f84ece19e92766d51b07
GXSLOWGEAR_SITE = $(call github,brummer10,GxSlowGear.lv2,$(GXSLOWGEAR_VERSION))
GXSLOWGEAR_BUNDLES = gx_slowgear.lv2

Expand Down
3 changes: 1 addition & 2 deletions plugins/package/gxswitchlesswah/gxswitchlesswah.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
######################################

GXSWITCHLESSWAH_VERSION = 5d2fc315c85ac38e90ebe079968d45b805000fd2
GXSWITCHLESSWAH_VERSION = f712b18346faa678d551fb1f949ff752590ed114
GXSWITCHLESSWAH_SITE = $(call github,moddevices,GxSwitchlessWah.lv2,$(GXSWITCHLESSWAH_VERSION))
GXSWITCHLESSWAH_BUNDLES = GxSwitchlessWah.lv2

Expand All @@ -20,7 +20,6 @@ endef

define GXSWITCHLESSWAH_INSTALL_TARGET_CMDS
$(GXSWITCHLESSWAH_TARGET_MAKE) install DESTDIR=$(TARGET_DIR) INSTALL_DIR=/usr/lib/lv2
cp -rL $($(PKG)_PKGDIR)/GxSwitchlessWah.lv2/* $(TARGET_DIR)/usr/lib/lv2/GxSwitchlessWah.lv2/
endef

$(eval $(generic-package))

0 comments on commit 6c6bf1a

Please sign in to comment.