[oe-commits] Alex Ferguson : gmu: Add recipe for gmu-0.7.1, a music player based on SDL.

git version control git at git.openembedded.org
Wed Nov 3 15:59:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c8af6f29e173a62e881be442b8dc4f2b1efde17
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c8af6f29e173a62e881be442b8dc4f2b1efde17

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Sat Oct 30 21:42:28 2010 +0300

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 at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/gmu/files/Makefile                     |  134 ++++++++++++++++++++++++
 recipes/gmu/files/ben-nanonote/nanonote.keymap |   68 ++++++++++++
 recipes/gmu/files/ben-nanonote/nanonote.mk     |   12 ++
 recipes/gmu/files/gmu.desktop                  |   10 ++
 recipes/gmu/files/unknown.mk                   |   12 ++
 recipes/gmu/gmu-0.7.1/nanonote-lcd-blank.patch |   21 ++++
 recipes/gmu/gmu-0.7.1/set-base-dir.patch       |   16 +++
 recipes/gmu/gmu_0.7.1.bb                       |   50 +++++++++
 8 files changed, 323 insertions(+), 0 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=6c8af6f29e173a62e881be442b8dc4f2b1efde17




More information about the Openembedded-commits mailing list