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

Update gxswitchlesswah #131

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
1 change: 0 additions & 1 deletion plugins/package/gxswitchlesswah/GxSwitchlessWah.lv2

This file was deleted.

9 changes: 5 additions & 4 deletions plugins/package/gxswitchlesswah/gxswitchlesswah.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
#
######################################

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

ifdef BR2_cortex_a7
GXSWITCHLESSWAH_SSE_CFLAGS = -mfpu=vfpv3
else
GXSWITCHLESSWAH_SSE_CFLAGS = ""
endif

GXSWITCHLESSWAH_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) SSE_CFLAGS="$(GXSWITCHLESSWAH_SSE_CFLAGS)" -C $(@D)

define GXSWITCHLESSWAH_BUILD_CMDS
$(GXSWITCHLESSWAH_TARGET_MAKE)
$(GXSWITCHLESSWAH_TARGET_MAKE) mod
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))