diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-05 16:38:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-05 16:38:35 +0000 |
commit | ca7716767e99afc18acce578c662b346148c39a7 (patch) | |
tree | 41b0100582d7f87a74996e39a49225f69cb81626 /packages/opencv/opencv_1.0.0.bb | |
parent | 041cecc3618aa016d16d9d3e588365f7cc6cfc0d (diff) |
opencv: add debian patches, compilations gets a bit further now, although it probably needs some more #include <stdint.h>
Diffstat (limited to 'packages/opencv/opencv_1.0.0.bb')
-rw-r--r-- | packages/opencv/opencv_1.0.0.bb | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/packages/opencv/opencv_1.0.0.bb b/packages/opencv/opencv_1.0.0.bb index 64cad74f51..3c442dd9ec 100644 --- a/packages/opencv/opencv_1.0.0.bb +++ b/packages/opencv/opencv_1.0.0.bb @@ -4,10 +4,31 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2" +PR = "r1" + DEPENDS = "libtool swig swig-native python jpeg zlib libpng tiff glib-2.0" #RDEPENDS = "python jpeg zlib libpng tiff glib-2.0" -SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-${PV}.tar.gz \ + file://debian/010_enable_static.diff;patch=1 \ + file://debian/010_ffmpeg_linking.diff;patch=1 \ + file://debian/010_fix_optimisations.diff;patch=1 \ + file://debian/010_m4_syntax.diff;patch=1 \ + file://debian/010_makefile_syntax.diff;patch=1 \ + file://debian/010_python_cspec.diff;patch=1 \ + file://debian/020_python_linking.diff;patch=1 \ + file://debian/030_install_hook.diff;patch=1 \ + file://debian/050_rebootstrap.diff;patch=1 \ + file://debian/100_amd64.diff;patch=1 \ + file://debian/100_static_inline.diff;patch=1 \ + file://debian/100_ffmpeg_updates.diff;patch=1 \ + file://debian/110_dc1394.diff;patch=1 \ + file://debian/120_header_warnings.diff;patch=1 \ + file://debian/200_documentation.diff;patch=1 \ + file://debian/200_examples_makefile.diff;patch=1 \ + file://debian/210_openmp_compilation.diff;patch=1 \ + file://debian/300_fix_segfault_in_window_gtk.diff;patch=1 \ +" inherit autotools pkgconfig |