schroedinger: upgraded to 1.0.9
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 14 Mar 2010 13:23:12 +0000 (14:23 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 15 Mar 2010 07:45:26 +0000 (08:45 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/schroedinger/files/Makefile.patch [new file with mode: 0644]
recipes/schroedinger/files/configure.ac.patch [new file with mode: 0644]
recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb [moved from recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb with 70% similarity]
recipes/schroedinger/schroedinger.inc
recipes/schroedinger/schroedinger_1.0.9.bb [moved from recipes/schroedinger/schroedinger_1.0.5.bb with 66% similarity]

diff --git a/recipes/schroedinger/files/Makefile.patch b/recipes/schroedinger/files/Makefile.patch
new file mode 100644 (file)
index 0000000..d749c88
--- /dev/null
@@ -0,0 +1,15 @@
+Index: schroedinger-1.0.5/schroedinger/Makefile.am
+===================================================================
+--- schroedinger-1.0.5.orig/schroedinger/Makefile.am
++++ schroedinger-1.0.5/schroedinger/Makefile.am
+@@ -53,9 +53,7 @@ pkginclude_HEADERS = \
+       schroutils.h \
+       schrovideoformat.h \
+       schrovirtframe.h \
+-      schrowavelet.h \
+-      schrobitstream.h \
+-      schromotion.h
++      schrowavelet.h
+ noinst_HEADERS = \
+       schrooil.h \
diff --git a/recipes/schroedinger/files/configure.ac.patch b/recipes/schroedinger/files/configure.ac.patch
new file mode 100644 (file)
index 0000000..ac5e7ee
--- /dev/null
@@ -0,0 +1,13 @@
+Index: schroedinger-1.0.9/configure.ac
+===================================================================
+--- schroedinger-1.0.9.orig/configure.ac
++++ schroedinger-1.0.9/configure.ac
+@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
+   AC_ERROR([orc-0.4 >= $ORC_VER is required])
+ fi
+ SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
+-ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
++ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
+ AC_SUBST(ORCC)
+ AC_ARG_WITH([thread],
@@ -1,9 +1,10 @@
 require schroedinger.inc
-PR = "r2"
+PR = "r0"
 
 DEPENDS += "gstreamer gst-plugins-base"
 
-SRC_URI = "http://www.diracvideo.org/download/schroedinger/schroedinger-${PV}.tar.gz"
+SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
+SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
 
 S = "${WORKDIR}/schroedinger-${PV}"
 
index f907613..90f7ca6 100644 (file)
@@ -1,10 +1,15 @@
 HOMEPAGE = "http://schrodinger.sourceforge.net/"
 LICENSE = "MPL GPL LGPL MIT"
-DEPENDS = "liboil"
+DEPENDS = "liboil orc-native orc"
 
-PR = "r2"
+PR = "r0"
 
-SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz"
+SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz;name=schroedingertargz"
+SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
+SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
+SRC_URI += "file://configure.ac.patch;patch=1"
+
+EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}"
 
 inherit autotools
 
similarity index 66%
rename from recipes/schroedinger/schroedinger_1.0.5.bb
rename to recipes/schroedinger/schroedinger_1.0.9.bb
index 476c296..d9b9191 100644 (file)
@@ -1,9 +1,12 @@
 require schroedinger.inc
 
-PR = "r3"
+PR = "r0"
 
 inherit autotools_stage
 
+SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
+SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
+
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"