* Request for inclusion of euphony_0.1.1.bb to the tree @ 2009-01-13 16:24 thomasg 2009-01-13 16:29 ` Phil Blundell 2009-01-13 16:40 ` Koen Kooi 0 siblings, 2 replies; 8+ messages in thread From: thomasg @ 2009-01-13 16:24 UTC (permalink / raw) To: openembedded-devel Hi, I've written a small application I'd like to have added to OE. It has no influence on other packages, so there shouldn't be any problems. Because I don't know if the OE mailman delivers attached files properly I'll just add a link to the .bb. You can find it on: http://projects.gstaedtner.net/euphony/euphony_0.1.1.bb As you can see the name of the application is "Euphony" :) If there are any further questions, feel free to reply. I'm not really sure if this is the right place to ask for this, but I was told in #oe that oe-devel is the right place to go. Thanks in advance, Thomas Gstaedtner ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:24 Request for inclusion of euphony_0.1.1.bb to the tree thomasg @ 2009-01-13 16:29 ` Phil Blundell 2009-01-13 16:39 ` Koen Kooi 2009-01-13 16:45 ` thomasg 2009-01-13 16:40 ` Koen Kooi 1 sibling, 2 replies; 8+ messages in thread From: Phil Blundell @ 2009-01-13 16:29 UTC (permalink / raw) To: openembedded-devel On Tue, 2009-01-13 at 17:24 +0100, thomasg wrote: > I've written a small application I'd like to have added to OE. > It has no influence on other packages, so there shouldn't be any problems. Can you explain a bit more about the background to this program and why it would be a useful thing to have in OE? Our general policy, although this is no means official, is that we will only add software to the tree if someone other than the author has requested it. p. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:29 ` Phil Blundell @ 2009-01-13 16:39 ` Koen Kooi 2009-01-13 16:45 ` thomasg 1 sibling, 0 replies; 8+ messages in thread From: Koen Kooi @ 2009-01-13 16:39 UTC (permalink / raw) To: openembedded-devel On 13-01-09 17:29, Phil Blundell wrote: > Our general policy, although > this is no means official, is that we will only add software to the tree > if someone other than the author has requested it. I would go as far as saying that it is so unoffical that it doesn't even exist. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:29 ` Phil Blundell 2009-01-13 16:39 ` Koen Kooi @ 2009-01-13 16:45 ` thomasg 1 sibling, 0 replies; 8+ messages in thread From: thomasg @ 2009-01-13 16:45 UTC (permalink / raw) To: openembedded-devel On Tue, Jan 13, 2009 at 5:29 PM, Phil Blundell <pb@reciva.com> wrote: > On Tue, 2009-01-13 at 17:24 +0100, thomasg wrote: >> I've written a small application I'd like to have added to OE. >> It has no influence on other packages, so there shouldn't be any problems. > > Can you explain a bit more about the background to this program and why > it would be a useful thing to have in OE? Our general policy, although > this is no means official, is that we will only add software to the tree > if someone other than the author has requested it. Ok, I didn't know that, there's really little information about adding .bbs without own git access. So, ok. Euphony is a application that can load interfaces and soundfonts to create virtual music-instruments. It's desinged for mobile touchscreendevices (although it of course runs on every linux system) such as openmoko phones. You can see it as a kind of game or creative tool to have fun. :) It's basically the sucessor of "epiano" which already lies in OE in openmoko-3rdparty (it's not really openmoko specific, so euphony does not have to be in there), only it is far more advanced and supports multiple instruments. I'd like to have it added to OE to give others the chance to build it without messing around with 3rd-party .bbs, specifically the OM community, but also all others with (even more suitable) embedded platforms that use openembedded (beagleboard, gumstix, ...). Btw. - if you like you can replace the epiano.bb (which was written by me and included by mickeyl) with this. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:24 Request for inclusion of euphony_0.1.1.bb to the tree thomasg 2009-01-13 16:29 ` Phil Blundell @ 2009-01-13 16:40 ` Koen Kooi 2009-01-13 16:50 ` thomasg 2009-01-13 18:12 ` thomasg 1 sibling, 2 replies; 8+ messages in thread From: Koen Kooi @ 2009-01-13 16:40 UTC (permalink / raw) To: openembedded-devel On 13-01-09 17:24, thomasg wrote: > Hi, > > I've written a small application I'd like to have added to OE. > It has no influence on other packages, so there shouldn't be any problems. > Because I don't know if the OE mailman delivers attached files > properly I'll just add a link to the .bb. > You can find it on: http://projects.gstaedtner.net/euphony/euphony_0.1.1.bb > As you can see the name of the application is "Euphony" :) > If there are any further questions, feel free to reply. > I'm not really sure if this is the right place to ask for this, but I > was told in #oe that oe-devel is the right place to go. You don't need to inherit pkgconfig if you don't stage anything. And even if you did, setting AUTOTOOLS_STAGE_PKGCONFIG = "1" would be preferable over pkgconfig.bbclass regards, Koen ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:40 ` Koen Kooi @ 2009-01-13 16:50 ` thomasg 2009-01-13 18:12 ` thomasg 1 sibling, 0 replies; 8+ messages in thread From: thomasg @ 2009-01-13 16:50 UTC (permalink / raw) To: openembedded-devel On Tue, Jan 13, 2009 at 5:40 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote: > You don't need to inherit pkgconfig if you don't stage anything. And even if > you did, setting AUTOTOOLS_STAGE_PKGCONFIG = "1" > would be preferable over pkgconfig.bbclass > Ok, I removed that, link stays the same: http://projects.gstaedtner.net/euphony/euphony_0.1.1.bb ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 16:40 ` Koen Kooi 2009-01-13 16:50 ` thomasg @ 2009-01-13 18:12 ` thomasg 2009-01-13 20:32 ` thomasg 1 sibling, 1 reply; 8+ messages in thread From: thomasg @ 2009-01-13 18:12 UTC (permalink / raw) To: openembedded-devel On Tue, Jan 13, 2009 at 5:40 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote: > You don't need to inherit pkgconfig if you don't stage anything. And even if > you did, setting AUTOTOOLS_STAGE_PKGCONFIG = "1" > would be preferable over pkgconfig.bbclass > > regards, > > Koen Thank you very much for adding, koen! ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Request for inclusion of euphony_0.1.1.bb to the tree 2009-01-13 18:12 ` thomasg @ 2009-01-13 20:32 ` thomasg 0 siblings, 0 replies; 8+ messages in thread From: thomasg @ 2009-01-13 20:32 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 198 bytes --] Sorry that I have to mail again, but I accidentally forgot to add something in the tarball, so I created a new one and bumped the version. At least I can provide a (hopefully proper) patch now. [-- Attachment #2: 0001-euphony-bump-0.1.1-0.1.2.patch --] [-- Type: application/octet-stream, Size: 2441 bytes --] From ceef0334b03fca18f9f00e95254784c4cdcfc7df Mon Sep 17 00:00:00 2001 From: Thomas Gstaedtner <thomas@gstaedtner.net> Date: Tue, 13 Jan 2009 21:26:59 +0100 Subject: [PATCH] euphony: bump 0.1.1 -> 0.1.2 --- conf/checksums.ini | 6 +++--- packages/euphony/euphony_0.1.1.bb | 11 ----------- packages/euphony/euphony_0.1.2.bb | 11 +++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 packages/euphony/euphony_0.1.1.bb create mode 100644 packages/euphony/euphony_0.1.2.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 90d62ea..1c216d5 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -4682,9 +4682,9 @@ sha256=2b6b0d1af5b8af63eb5edf7052fdc9f46c55b6f7b607c8772b18927cb481ecf9 md5=28fb15cd024162c55249888fe1b97820 sha256=c74239052d62565c13a82f9bbf217a4fdcce4b34949e361b53bb3f28e3168543 -[http://projects.gstaedtner.net/euphony/euphony-0.1.1.tar.gz] -md5=0263344899dfcda7d26183f63d716b00 -sha256=34a398c1c27b22652ceacf29b1b3f33feff33f612802ed0c9b57afc1dce9b27e +[http://projects.gstaedtner.net/euphony/euphony-0.1.2.tar.gz] +md5=f939fb9a2c7aab5877f7e420827af027 +sha256=fedcf1b669873de67d69d3e81ad88a47414ccfede4a6a73ffa15ab82b1378460 [http://enlightenment.freedesktop.org/files/evas-0.9.9.037.tar.gz] md5=21cb713b01be39992a7c48d0ea23429b diff --git a/packages/euphony/euphony_0.1.1.bb b/packages/euphony/euphony_0.1.1.bb deleted file mode 100644 index 134a39d..0000000 --- a/packages/euphony/euphony_0.1.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Euphony is a instrument loader that gives simple edje-guis a platform with soundsupport to let you play music" -DEPENDS = "ecore evas edje eet fluidsynth" -LICENSE = "BSD 3-clause" -SECTION = "x11/multimedia" - -inherit autotools - -SRC_URI = "http://projects.gstaedtner.net/euphony/${PN}-${PV}.tar.gz" - -FILES_${PN} += "${datadir}" - diff --git a/packages/euphony/euphony_0.1.2.bb b/packages/euphony/euphony_0.1.2.bb new file mode 100644 index 0000000..134a39d --- /dev/null +++ b/packages/euphony/euphony_0.1.2.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Euphony is a instrument loader that gives simple edje-guis a platform with soundsupport to let you play music" +DEPENDS = "ecore evas edje eet fluidsynth" +LICENSE = "BSD 3-clause" +SECTION = "x11/multimedia" + +inherit autotools + +SRC_URI = "http://projects.gstaedtner.net/euphony/${PN}-${PV}.tar.gz" + +FILES_${PN} += "${datadir}" + -- 1.6.0.6 ^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-01-13 20:38 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-01-13 16:24 Request for inclusion of euphony_0.1.1.bb to the tree thomasg 2009-01-13 16:29 ` Phil Blundell 2009-01-13 16:39 ` Koen Kooi 2009-01-13 16:45 ` thomasg 2009-01-13 16:40 ` Koen Kooi 2009-01-13 16:50 ` thomasg 2009-01-13 18:12 ` thomasg 2009-01-13 20:32 ` thomasg
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.