From cb84b138269ed9f3426f4e79f4bb9911e5066387 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 14 Mar 2010 14:23:12 +0100 Subject: schroedinger: upgraded to 1.0.9 Signed-off-by: Frans Meulenbroeks --- recipes/schroedinger/files/Makefile.patch | 15 +++++++++++++++ recipes/schroedinger/files/configure.ac.patch | 13 +++++++++++++ recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb | 14 -------------- recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb | 15 +++++++++++++++ recipes/schroedinger/schroedinger.inc | 11 ++++++++--- recipes/schroedinger/schroedinger_1.0.5.bb | 12 ------------ recipes/schroedinger/schroedinger_1.0.9.bb | 15 +++++++++++++++ 7 files changed, 66 insertions(+), 29 deletions(-) create mode 100644 recipes/schroedinger/files/Makefile.patch create mode 100644 recipes/schroedinger/files/configure.ac.patch delete mode 100644 recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb create mode 100644 recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb delete mode 100644 recipes/schroedinger/schroedinger_1.0.5.bb create mode 100644 recipes/schroedinger/schroedinger_1.0.9.bb (limited to 'recipes/schroedinger') diff --git a/recipes/schroedinger/files/Makefile.patch b/recipes/schroedinger/files/Makefile.patch new file mode 100644 index 0000000000..d749c884e1 --- /dev/null +++ b/recipes/schroedinger/files/Makefile.patch @@ -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 index 0000000000..ac5e7eebec --- /dev/null +++ b/recipes/schroedinger/files/configure.ac.patch @@ -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], diff --git a/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb b/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb deleted file mode 100644 index 64660bb7f2..0000000000 --- a/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -require schroedinger.inc -PR = "r2" - -DEPENDS += "gstreamer gst-plugins-base" - -SRC_URI = "http://www.diracvideo.org/download/schroedinger/schroedinger-${PV}.tar.gz" - -S = "${WORKDIR}/schroedinger-${PV}" - -PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg" -FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so" -FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*" -FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so" - diff --git a/recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb b/recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb new file mode 100644 index 0000000000..0a95646a61 --- /dev/null +++ b/recipes/schroedinger/gst-plugin-schroedinger_1.0.9.bb @@ -0,0 +1,15 @@ +require schroedinger.inc +PR = "r0" + +DEPENDS += "gstreamer gst-plugins-base" + +SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60" +SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723" + +S = "${WORKDIR}/schroedinger-${PV}" + +PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg" +FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so" +FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*" +FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so" + diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc index f907613fd1..90f7ca658b 100644 --- a/recipes/schroedinger/schroedinger.inc +++ b/recipes/schroedinger/schroedinger.inc @@ -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 diff --git a/recipes/schroedinger/schroedinger_1.0.5.bb b/recipes/schroedinger/schroedinger_1.0.5.bb deleted file mode 100644 index 476c2965e6..0000000000 --- a/recipes/schroedinger/schroedinger_1.0.5.bb +++ /dev/null @@ -1,12 +0,0 @@ -require schroedinger.inc - -PR = "r3" - -inherit autotools_stage - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger" -FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so" -FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug" -FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a" diff --git a/recipes/schroedinger/schroedinger_1.0.9.bb b/recipes/schroedinger/schroedinger_1.0.9.bb new file mode 100644 index 0000000000..d9b919169b --- /dev/null +++ b/recipes/schroedinger/schroedinger_1.0.9.bb @@ -0,0 +1,15 @@ +require schroedinger.inc + +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" +FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so" +FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug" +FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a" -- cgit v1.2.3