diff options
author | woglinde <woglinde@rhein.zuhause.netz> | 2009-04-18 22:03:16 +0200 |
---|---|---|
committer | woglinde <woglinde@rhein.zuhause.netz> | 2009-06-25 23:22:02 +0200 |
commit | 65b9a5b9d38aba409fc218ef11fb57c0e1f17239 (patch) | |
tree | 1912237182cda629e952bcdda70944e9070f6ba2 /recipes/schroedinger/schroedinger.inc | |
parent | 4b8fe99bfac4f890990a4a1186a7ba1107d70ca0 (diff) |
schroedinger: extra recipe for the gst-plguins * no need for compiling half of gnome when we want libschroe * bump PR
Diffstat (limited to 'recipes/schroedinger/schroedinger.inc')
-rw-r--r-- | recipes/schroedinger/schroedinger.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc new file mode 100644 index 0000000000..f907613fd1 --- /dev/null +++ b/recipes/schroedinger/schroedinger.inc @@ -0,0 +1,10 @@ +HOMEPAGE = "http://schrodinger.sourceforge.net/" +LICENSE = "MPL GPL LGPL MIT" +DEPENDS = "liboil" + +PR = "r2" + +SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz" + +inherit autotools + |