Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some GxPlugs cross compile #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove this line? does your repo contain the custom ttl and modgui now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. This is the updated version with min/max control for the wah, Allow a smother experience by set the reacting range. Thus it requires a new ttl and modgui.

endef

$(eval $(generic-package))