summaryrefslogtreecommitdiff
path: root/gmu
diff options
context:
space:
mode:
Diffstat (limited to 'gmu')
-rw-r--r--gmu/Makefile3
-rw-r--r--gmu/patches/100-mpg123-decoder.patch11
2 files changed, 13 insertions, 1 deletions
diff --git a/gmu/Makefile b/gmu/Makefile
index 1818a58..6d781f5 100644
--- a/gmu/Makefile
+++ b/gmu/Makefile
@@ -23,7 +23,8 @@ define Package/gmu
TITLE:=Gmu Music Player
URL:=http://wejp.k.vu/projects/gmu/
MENU:=1
- DEPENDS:=+libsdl +libsdl-image +libsdl-gfx +libmpcdec +libmikmod +libvorbisidec
+ DEPENDS:=+libsdl +libsdl-image +libsdl-gfx \
+ +libmpcdec +libmikmod +libvorbisidec +libmpg123
endef
define Package/gmu/description
diff --git a/gmu/patches/100-mpg123-decoder.patch b/gmu/patches/100-mpg123-decoder.patch
new file mode 100644
index 0000000..7007c72
--- /dev/null
+++ b/gmu/patches/100-mpg123-decoder.patch
@@ -0,0 +1,11 @@
+--- a/nanonote.mk 2010-10-09 05:05:59.979060243 +0200
++++ b/nanonote.mk 2010-10-09 05:06:53.027891866 +0200
+@@ -15,7 +15,7 @@
+ #
+
+ #DECODERS_TO_BUILD=decoders/vorbis.so decoders/musepack.so decoders/flac.so decoders/wavpack.so decoders/mpg123.so decoders/mikmod.so
+-DECODERS_TO_BUILD=decoders/vorbis.so decoders/musepack.so decoders/wavpack.so decoders/mikmod.so
++DECODERS_TO_BUILD=decoders/vorbis.so decoders/musepack.so decoders/wavpack.so decoders/mpg123.so decoders/mikmod.so
+ FRONTENDS_TO_BUILD=frontends/sdl.so frontends/log.so
+ DEVICE=NANONOTE
+ CONFIG=-D_$(DEVICE)