[oe-commits] Michael 'Mickey' Lauer : timidity: new nonworking recipe; needs host tool

GIT User account git at amethyst.openembedded.net
Wed Jan 21 19:17:32 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 20:15:59 2009 +0100

timidity: new nonworking recipe; needs host tool

---

 packages/nonworking/timidity/timidity_2.13.2.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/packages/nonworking/timidity/timidity_2.13.2.bb b/packages/nonworking/timidity/timidity_2.13.2.bb
new file mode 100644
index 0000000..f2cb087
--- /dev/null
+++ b/packages/nonworking/timidity/timidity_2.13.2.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "TiMidity++ -- MIDI-to-WAVE converter and player"
+HOMEPAGE = "http://timidity.sourceforge.net"
+SECTION = "libs/multimedia"
+DEPENDS = "libao libogg libvorbis"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/timidity/TiMidity++-${PV}.tar.bz2"
+S = "${WORKDIR}/TiMidity++-${PV}"
+
+inherit autotools
+
+do_configure() {
+	gnu-configize
+	oe_runconf
+}
+
+# FIXME patch Makefile to create calcnewt as host tool
+do_compile_prepend() {
+	${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} -lm -o timidity/calcnewt timidity/calcnewt.c
+}
+
+	





More information about the Openembedded-commits mailing list