Date:2013-02-20 12:15:12 (11 years 1 month ago)
Author:kyak
Commit:b731d34ce1450e3c152ba4a7bddc8757dcd3fe36
Message:gmu: update to 0.9.1

Files: gmu/Makefile (4 diffs)
gmu/patches/000-do-not-override.patch (2 diffs)
gmu/patches/001-mpg123.patch (1 diff)

Change Details

gmu/Makefile
88include $(TOPDIR)/rules.mk
99
1010PKG_NAME:=gmu
11PKG_VERSION:=0.8.0BETA1
11PKG_VERSION:=0.9.1
1212PKG_RELEASE:=1
1313
1414PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515PKG_SOURCE_URL:=http://wejp.k.vu/files/
16PKG_MD5SUM:=a1a3d346802f3877b4c739b3c65225d6
16PKG_MD5SUM:=b9beb8ae21828c637821fcc98b989603
1717
1818include $(INCLUDE_DIR)/package.mk
1919
...... 
2424  URL:=http://wejp.k.vu/projects/gmu/
2525  MENU:=1
2626  DEPENDS:=+libsdl +libsdl-image +libsdl-gfx +libmpcdec +libmikmod \
27      +libvorbisidec +libspeex +libflac +libogg +BUILD_PATENTED:libmpg123
27      +libvorbisidec +libspeex +libflac +libogg +BUILD_PATENTED:libmpg123 \
28      +libncursesw
2829endef
2930
3031define Package/gmu/description
...... 
3435endef
3536
3637MAKE_VARS += TARGET=nanonote $(if $(CONFIG_BUILD_PATENTED),MORE_DECODERS="decoders/mpg123.so")
37TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
38TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL -I$(STAGING_DIR)/usr/include/ncursesw
3839TARGET_LDFLAGS+= \
3940    -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
4041    -L$(STAGING_DIR)/usr/lib/SDL \
...... 
4950        $(1)/usr/share/gmu/themes/default-modern
5051
5152    $(INSTALL_BIN) \
52        $(PKG_BUILD_DIR)/gmu \
53        $(1)/usr/bin/gmu.bin
53        $(PKG_BUILD_DIR)/{gmu.bin,gmuc} \
54        $(1)/usr/bin/
5455
5556    $(INSTALL_BIN) \
5657        ./files/gmu \
gmu/patches/000-do-not-override.patch
11--- a/nanonote.mk
22+++ b/nanonote.mk
3@@ -19,11 +19,7 @@ DECODERS_TO_BUILD=decoders/vorbis.so dec
3@@ -18,11 +18,7 @@ DECODERS_TO_BUILD=decoders/vorbis.so dec
44 FRONTENDS_TO_BUILD=frontends/sdl.so frontends/log.so
55 SDL_LIB=-lSDL -lpthread -ldirectfb -ldirect -lfusion -lz
66 SDL_CFLAGS=-D_GNU_SOURCE=1 -D_REENTRANT
...... 
1313-LFLAGS=-s -L$(TOOLCHAIN_ROOT_PATH)/target-mipsel_uClibc-0.9.30.1/usr/lib -L$(TOOLCHAIN_ROOT_PATH)/target-mipsel_uClibc-0.9.30.1/root-xburst/usr/lib -lpthread -lm -ldl -lgcc -Wl,-export-dynamic
1414+CFLAGS+=-msoft-float -ffast-math -fomit-frame-pointer $(SDL_CFLAGS) -DFILE_HW_H="\"hw_$(TARGET).h\""
1515+LFLAGS=$(LDFLAGS) -s $(SDL_LIB) -lpthread -lm -ldl -lgcc -Wl,-export-dynamic
16 DISTFILES=$(BINARY) frontends decoders themes gmu.png README.txt libs.nanonote gmu.nn COPYING gmuinput.nanonote.conf gmu.bmp
16 DISTFILES=$(COMMON_DISTBIN_FILES) gmu-nanonote.sh gmuinput.nanonote.conf
gmu/patches/001-mpg123.patch
11--- a/nanonote.mk
22+++ b/nanonote.mk
3@@ -16,6 +16,9 @@
3@@ -15,6 +15,9 @@
4 #
45
5 #DECODERS_TO_BUILD=decoders/vorbis.so decoders/musepack.so decoders/flac.so decoders/wavpack.so decoders/mpg123.so decoders/mikmod.so
66 DECODERS_TO_BUILD=decoders/vorbis.so decoders/musepack.so decoders/wavpack.so decoders/mikmod.so decoders/flac.so decoders/speex.so
77+ifdef MORE_DECODERS
88+ DECODERS_TO_BUILD+=$(MORE_DECODERS)

Archive Download the corresponding diff file



interactive