diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-14 14:23:12 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-15 08:45:26 +0100 |
commit | cb84b138269ed9f3426f4e79f4bb9911e5066387 (patch) | |
tree | 5fbe78da4adfe1f67787622dc393b814d709c134 /recipes/schroedinger/files | |
parent | b3cab2498b0217b8792942b7b9091581478781e7 (diff) |
schroedinger: upgraded to 1.0.9
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/schroedinger/files')
-rw-r--r-- | recipes/schroedinger/files/Makefile.patch | 15 | ||||
-rw-r--r-- | recipes/schroedinger/files/configure.ac.patch | 13 |
2 files changed, 28 insertions, 0 deletions
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], |