From: Michael Lauer Date: Mon, 18 Jun 2007 10:05:08 +0000 (+0000) Subject: add synaesthesia, a psychedelic audio player (from openmoko) X-Git-Tag: Release-2010-05/1~8868^2~328^2~1^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364315c4886e9b89dbf2458104d5aeac249e9c9e;p=openembedded.git add synaesthesia, a psychedelic audio player (from openmoko) --- diff --git a/packages/synaesthesia/.mtn2git_empty b/packages/synaesthesia/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/synaesthesia/synaesthesia_2.4.bb b/packages/synaesthesia/synaesthesia_2.4.bb new file mode 100644 index 0000000000..14b96ea860 --- /dev/null +++ b/packages/synaesthesia/synaesthesia_2.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Synaesthesia is a program that gives a graphical accompanyment to music." +SECTION = "x11/multimedia" +HOMEPAGE = "http://www.logarithmic.net/pfh/synaesthesia" +LICENSE = "GPL" +DEPENDS = "libx11" +# optional +# DEPENDS += "libsdl-x11 directfb" + +SRC_URI = "http://www.logarithmic.net/pfh-files/synaesthesia/synaesthesia-${PV}.tar.gz" + +inherit autotools + +