| Submitter | Paul Menzel |
|---|---|
| Date | April 17, 2011, 5:14 p.m. |
| Message ID | <1303060462.23572.26.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2435/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc index 1e9877d..6dca5a2 100644 --- a/recipes/schroedinger/schroedinger.inc +++ b/recipes/schroedinger/schroedinger.inc @@ -1,6 +1,6 @@ HOMEPAGE = "http://schrodinger.sourceforge.net/" LICENSE = "MPL GPL LGPL MIT" -DEPENDS = "liboil orc-native orc" +DEPENDS = "orc-native orc" INC_PR = "r1"
Date: Sun, 17 Apr 2011 19:08:59 +0200 Excerpt from the 1.0.9 release notes [1]. Second, we’ve switched over to using Orc instead of liboil for signal processing code. [1] http://diracvideo.org/2010/03/schroedinger-1-0-9-released/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- Is a bump of `INC_PR` needed? --- recipes/schroedinger/schroedinger.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)