[oe-commits] Henning Heinold : performous: introduce a new cool game for sining caraoke or playing instruments

git version control git at git.openembedded.org
Wed Dec 2 22:19:50 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 87ac5e762a9daa18f7c2eeb42b76e9944c3322a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=87ac5e762a9daa18f7c2eeb42b76e9944c3322a7

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Dec  2 23:01:18 2009 +0100

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

---

 conf/checksums.ini                     |    4 ++++
 recipes/performous/performous_0.4.0.bb |   29 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 740f50c..ef7d82b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -858,6 +858,10 @@ sha256=7bae2d456ede67312e1b34e4bfc277af7331e0eee55b95226de392e2d4fee340
 md5=5e47d51daf090c25635cf2c3597150bc
 sha256=5194ae0f07aaf274e46712cd3f2be553ca75970d2124ac388ce444adee5e2878
 
+[http://downloads.sourceforge.net/project/performous/performous/0.4.0/Performous-0.4.0-Source.tar.bz2]
+md5=d7eafad29a94e3099c849d3c7208bfac
+sha256=4688546a70b09837311e428c233bac091ce5301c7dd4efe21137ca8867af8be0
+
 [http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Perl6-Junction-1.10.tar.gz]
 md5=b014170483cf85a93d08ee59196c53f9
 sha256=1428a61246a98411c2f16fcaf051c7acb53fb1507b1982da52d5b6aa70f78c2b
diff --git a/recipes/performous/performous_0.4.0.bb b/recipes/performous/performous_0.4.0.bb
new file mode 100644
index 0000000..246c71d
--- /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/* \
+               "
+





More information about the Openembedded-commits mailing list