use public repositories for packages

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-11-16 13:58:36 +01:00
parent d9329c5673
commit e50c564966
14 changed files with 32 additions and 106 deletions

View File

@@ -4,12 +4,9 @@
#
################################################################################
#MEDNAFEN_VERSION = 0.9.48
#MEDNAFEN_SOURCE = mednafen-$(MEDNAFEN_VERSION).tar.xz
#MEDNAFEN_SITE = http://downloads.sourceforge.net/sourceforge/mednafen
MEDNAFEN_VERSION = e7ee7d0fb9438c2f3e132583b2d79eb0db7ebb91
MEDNAFEN_VERSION = d60fb0da3e9fd1afb8ed43c4ef8cae6b3678d1a4
MEDNAFEN_SITE_METHOD = git
MEDNAFEN_SITE = ssh://git@fk/FunKey-Project/FunKey-Emulator-mednafen-0.9.48
MEDNAFEN_SITE = https://github.com/FunKey-Project/mednafen-git.git
MEDNAFEN_LICENSE = GPL-2.0+
MEDNAFEN_LICENSE_FILES = COPYING
@@ -35,9 +32,14 @@ ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
MEDNAFEN_CFLAGS += -D__ARM_NEON__ -mfpu=neon -mvectorize-with-neon-quad
endif
#MEDNAFEN_AUTORECONF = YES
MEDNAFEN_CFLAGS += -ggdb -O3
#MEDNAFEN_LDFLAGS += -lSDL_ttf -lSDL_image
MEDNAFEN_CONF_OPTS += CFLAGS="$(MEDNAFEN_CFLAGS)"
#MEDNAFEN_CONF_OPTS += LDFLAGS="$(MEDNAFEN_LDFLAGS)"
MEDNAFEN_CONF_OPTS += --prefix=/usr/local --bindir=/usr/games --without-libsndfile
MEDNAFEN_CONF_ENV += SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config"