diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-02 23:01:18 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-02 23:10:54 +0100 |
commit | 87ac5e762a9daa18f7c2eeb42b76e9944c3322a7 (patch) | |
tree | 84a518e7e7a9bdc87a3619c76ef606db8899156b /recipes/performous | |
parent | fe72eba9e72dd16dcb83aba98716765ea052b028 (diff) |
performous: introduce a new cool game for sining caraoke or playing instruments
* unfornatly to a bug in oe you have to copy libstdc++ from cross to staging
otherwise it will compile because libGLU cannot find it
Diffstat (limited to 'recipes/performous')
-rw-r--r-- | recipes/performous/performous_0.4.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/performous/performous_0.4.0.bb b/recipes/performous/performous_0.4.0.bb new file mode 100644 index 0000000000..246c71d4e8 --- /dev/null +++ b/recipes/performous/performous_0.4.0.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "A game where you can sing caraoke or play instruments" +HOMEPAGE = "http://performous.org/" +SECTION = "apps" +LICENSE = "GPL" + +DEPENDS = "boost glib-2.0 gstreamer pulseaudio pango freetype \ + ffmpeg cairo gtk+ librsvg libxml++ imagemagick jack \ + libglew virtual/libsdl \ + " + +PR = "r1" + +inherit cmake + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/performous/performous/${PV}/Performous-${PV}-Source.tar.bz2" + +S = "${WORKDIR}/Performous-${PV}-Source" + +OECMAKE_BUILDPATH = "build" + +OECMAKE_SOURCEPATH = "../" + +FILES_${PN} += " ${datadir}/games/performous/themes/default/* \ + ${datadir}/games/performous/config/* \ + ${datadir}/games/performous/xsl/* \ + ${datadir}/games/performous/sounds/* \ + ${datadir}/games/performous/backgrounds/* \ + " + |