gmu: Add recipe for gmu-0.7.1, a music player based on SDL.
authorAlex Ferguson <thoughtmonster@gmail.com>
Sat, 30 Oct 2010 18:42:28 +0000 (21:42 +0300)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Wed, 3 Nov 2010 15:51:16 +0000 (16:51 +0100)
commit6c8af6f29e173a62e881be442b8dc4f2b1efde17
treeec799dfedf6bbfc27b6f3e54f65caa6dc827e92c
parent20a3853a49d2fdba7421841b5f22b8800fdb37ca
gmu: Add recipe for gmu-0.7.1, a music player based on SDL.

* Added Makefile, which adds an install hook and adds the INCS and
  LIBS variables, due to the way OE handles CFLAGS and LDFLAGS.

* Added unknown.mk, the generic mk file, which replaces the version
  shipped with gmu and fixes compilation in OE.

* Added gmu.desktop, which uses the generic audio-player icon.

* Added two additional files, nanonote.keymap and nanonote.mk which
  are specific to ben-nanonote.

* Added nanonote-lcd-blank.patch which fixes LCD blanking under the
  2.6.36 kernel version for the ben-nanonote target.

* Added set-base-dir.patch which sets proper systemwide directories
  for configuration files and libraries (decoders and frontends).
  gmu normally looks under pwd to find such files, which is extremely
  error-prone.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/gmu/files/Makefile [new file with mode: 0644]
recipes/gmu/files/ben-nanonote/nanonote.keymap [new file with mode: 0644]
recipes/gmu/files/ben-nanonote/nanonote.mk [new file with mode: 0644]
recipes/gmu/files/gmu.desktop [new file with mode: 0644]
recipes/gmu/files/unknown.mk [new file with mode: 0644]
recipes/gmu/gmu-0.7.1/nanonote-lcd-blank.patch [new file with mode: 0644]
recipes/gmu/gmu-0.7.1/set-base-dir.patch [new file with mode: 0644]
recipes/gmu/gmu_0.7.1.bb [new file with mode: 0644]