summaryrefslogtreecommitdiff
path: root/packages/python/python-gst/python-path.patch
blob: 6cbad8cc5f4e3532aa154b31ff6eace48d52d2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Index: gst-python-0.10.10/acinclude.m4
===================================================================
--- gst-python-0.10.10.orig/acinclude.m4
+++ gst-python-0.10.10/acinclude.m4
@@ -43,16 +43,20 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS],
 [AC_REQUIRE([AM_PATH_PYTHON])
 AC_MSG_CHECKING(for headers required to compile python extensions)
 dnl deduce PYTHON_INCLUDES
-py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
-py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
-if $PYTHON-config --help 2>/dev/null; then
-  PYTHON_INCLUDES=`$PYTHON-config --includes 2>/dev/null`
+
+AC_ARG_WITH(python-includes,
+       [  --with-python-includes=DIR  path to Python includes], py_exec_prefix=$withval)
+if test x$py_exec_prefix != x; then
+ PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}"
 else
-  PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
-  if test "$py_prefix" != "$py_exec_prefix"; then
-    PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
-  fi
+ py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
+ py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
+ PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
+if test "$py_prefix" != "$py_exec_prefix"; then
+   PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
+ fi
 fi
+
 AC_SUBST(PYTHON_INCLUDES)
 dnl check if the headers exist:
 save_CPPFLAGS="$CPPFLAGS"
t'>18
-rw-r--r--recipes/ace/ace_5.6.8.bb1
-rw-r--r--recipes/aceofpenguins/aceofpenguins-launcher_0.4.bb21
-rw-r--r--recipes/aceofpenguins/aceofpenguins_1.2.bb18
-rw-r--r--recipes/aceofpenguins/files/gcc4.patch23
-rw-r--r--recipes/acpid/acpid-1.0.10/event.c.diff43
-rw-r--r--recipes/acpid/acpid-1.0.10/gcc44.diff71
-rw-r--r--recipes/acpid/acpid-1.0.10/netlink.diff2964
-rw-r--r--recipes/acpid/acpid/event.c.diff43
-rw-r--r--recipes/acpid/acpid/fixfd.diff12
-rw-r--r--recipes/acpid/acpid/netlink.diff2797
-rw-r--r--recipes/acpid/acpid_1.0.10.bb7
-rw-r--r--recipes/acpid/acpid_1.0.8.bb6
-rw-r--r--recipes/addons/devshell.bb3
-rw-r--r--recipes/agg/agg_2.5.bb6
-rw-r--r--recipes/aircrack/aircrack-ng-0.9.3/makefile-ldflags.patch12
-rw-r--r--recipes/aircrack/aircrack-ng_0.9.3.bb5
-rw-r--r--recipes/aircrack/aircrack-ng_1.0-svn.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.11.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.13.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.14.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.15.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.17.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.18.bb2
-rw-r--r--recipes/alsa/alsa-lib_1.0.19.bb48
-rw-r--r--recipes/alsa/alsa-lib_1.0.20.bb49
-rw-r--r--recipes/alsa/alsa-plugins_1.0.19.bb20
-rw-r--r--recipes/alsa/alsa-plugins_1.0.20.bb22
-rw-r--r--recipes/alsa/alsa-scenario_0.2.bb14
-rw-r--r--recipes/alsa/alsa-scenario_git.bb6
-rw-r--r--recipes/alsa/alsa-state.bb8
-rw-r--r--recipes/alsa/alsa-state/angstrom/asound.conf2
-rw-r--r--recipes/alsa/alsa-utils_1.0.13.bb2
-rw-r--r--recipes/alsa/alsa-utils_1.0.18.bb3
-rw-r--r--recipes/alsa/alsa-utils_1.0.19.bb66
-rw-r--r--recipes/alsa/alsa-utils_1.0.20.bb66
-rw-r--r--recipes/alsa/files/alsa-utils-remove-xmlto-1.0.19plus.patch18
-rw-r--r--recipes/angstrom/angstrom-feed-configs.bb4
-rw-r--r--recipes/angstrom/angstrom-gpe-task-base.bb11
-rw-r--r--recipes/angstrom/angstrom-gpe-task-settings.bb3
-rw-r--r--recipes/angstrom/angstrom-led-config.bb2
-rw-r--r--recipes/angstrom/angstrom-led-config/cm-t35/leds2
-rw-r--r--recipes/angstrom/angstrom-led-config/omap3-pandora/leds8
-rw-r--r--recipes/angstrom/angstrom-led-config/sheevaplug/leds2
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts.bb38
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd4
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/pico.cmd3
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/touchbook-vrfb.cmd4
-rw-r--r--recipes/angstrom/angstrom-uboot-scripts/touchbook.cmd4
-rw-r--r--recipes/angstrom/angstrom-x11-base-depends.bb3
-rw-r--r--recipes/angstrom/e-wm-config-angstrom.bb47
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/e.src903
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/icon.png (renamed from recipes/angstrom/e-wm-config-angstrom/icon.png)bin4645 -> 4645 bytes-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.battery.src7
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.cpufreq.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.dropshadow.src7
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.fileman.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.fileman.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.gadman.src9
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.ibar.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.ibar.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.ibox.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.ibox.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.illume.src18
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src13
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.pager.src15
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.places.src25
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.temperature.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.temperature.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/profile.desktop5
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/e.src2154
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/icon.pngbin0 -> 4645 bytes-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.battery.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.battery.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.cpufreq.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.dropshadow.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.dropshadow.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.fileman.src28
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src18
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibox.src20
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.pager.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.pager.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src25
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.temperature.src13
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/profile.desktop5
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/e.src2124
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/icon.pngbin0 -> 4645 bytes-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.battery.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.cpufreq.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.dropshadow.src7
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.fileman.src28
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.ibar.src18
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.ibox.src20
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.pager.src15
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.places.src24
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.temperature.src13
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/profile.desktop5
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/e.src2104
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/module.cpufreq.src4
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/module.places.src18
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/profile.desktop5
-rw-r--r--recipes/angstrom/exquisite-theme-angstrom.bb35
-rwxr-xr-xrecipes/angstrom/exquisite-theme-angstrom/angstrom/build.sh2
-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-bar.pngbin0 -> 1841 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-barglow.pngbin0 -> 814 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-bglight.pngbin0 -> 4915 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-logo-ang.pngbin0 -> 13113 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-logo.pngbin0 -> 8221 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-logoglow-ang.pngbin0 -> 6249 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exq-logoglow.pngbin0 -> 6058 bytes-rw-r--r--recipes/angstrom/exquisite-theme-angstrom/angstrom/exquisite-ang.edc309
-rw-r--r--recipes/anki/anki.inc2
-rw-r--r--recipes/anki/anki_0.4.3.bb2
-rw-r--r--recipes/anki/libanki_0.4.3.bb2
-rw-r--r--recipes/ant/ant-native_1.7.1.bb64
-rwxr-xr-xrecipes/ant/files/ant10
-rw-r--r--recipes/antlr/antlr-native_2.7.7.bb2
-rw-r--r--recipes/apache2/apache2-2.2.14/apr-sockets-patch10
-rw-r--r--recipes/apache2/apache2-2.2.14/apr.h.in.patch13
-rw-r--r--recipes/apache2/apache2-2.2.14/configure-patch71
-rw-r--r--recipes/apache2/apache2-2.2.14/configure.in.patch27
-rw-r--r--recipes/apache2/apache2-2.2.14/dftables-makefile-patch10
-rw-r--r--recipes/apache2/apache2-2.2.14/server-makefile-patch11
-rw-r--r--recipes/apache2/apache2-native_2.2.14.bb39
-rw-r--r--recipes/apache2/apache2_2.2.14.bb114
-rw-r--r--recipes/apt/apt-0.7.20.2/no-doxygen.patch12
-rw-r--r--recipes/apt/apt-0.7.20.2/no-ko-translation.patch9
-rw-r--r--recipes/apt/apt-0.7.20.2/use-host.patch44
-rw-r--r--recipes/apt/apt-package.inc7
-rw-r--r--recipes/apt/apt.inc