diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-18 10:05:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-18 10:05:08 +0000 |
commit | 364315c4886e9b89dbf2458104d5aeac249e9c9e (patch) | |
tree | dd6f768a5d03118f693c7713bed540bdcd439987 /packages/synaesthesia | |
parent | 66c8aaf4d00fee08c2a58213c690bd12e5b34427 (diff) |
add synaesthesia, a psychedelic audio player (from openmoko)
Diffstat (limited to 'packages/synaesthesia')
-rw-r--r-- | packages/synaesthesia/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/synaesthesia/synaesthesia_2.4.bb | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/synaesthesia/.mtn2git_empty b/packages/synaesthesia/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/synaesthesia/.mtn2git_empty 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 + + |