From fe515c9ffe0d785b9ba2743b0fefc37e4d536b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 19 Aug 2021 18:33:30 +0200 Subject: [PATCH] vigra: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was used by LO only and they dropped it in 2016! Signed-off-by: Andreas Müller --- .../libreoffice/libreoffice-native.bb | 1 - .../libreoffice/libreoffice.bb | 1 - recipes-support/vigra/vigra_1.10.0.bb | 27 ------------------- 3 files changed, 29 deletions(-) delete mode 100644 recipes-support/vigra/vigra_1.10.0.bb diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index cff9697..ed1e073 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -22,7 +22,6 @@ DEPENDS += " \ mythes-native \ clucene-core-native \ glm-native \ - vigra-native \ libexttextcat-native \ hyphen-native \ unzip-native \ diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index edbd2d3..022fe49 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -63,7 +63,6 @@ DEPENDS += " \ libgltf \ libexttextcat \ clucene-core \ - vigra \ hunspell \ mythes \ hyphen \ diff --git a/recipes-support/vigra/vigra_1.10.0.bb b/recipes-support/vigra/vigra_1.10.0.bb deleted file mode 100644 index edc77f9..0000000 --- a/recipes-support/vigra/vigra_1.10.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "VIGRA is an image processing and analysis library" -HOMEPAGE = "http://ukoethe.github.io/vigra/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = " \ - file://LICENSE.txt;md5=3c8d5650f165c9d2bf413c64aa33dc15 \ -" - -SRC_URI = "git://github.com/ukoethe/vigra.git" -SRCREV = "e6c21f3506d783242222c44b2f4f4ec55afdab01" -S = "${WORKDIR}/git" - -inherit cmake - -DEPENDS = "tiff jpeg libpng" - -EXTRA_OECMAKE += " \ - -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ - -DWITH_VIGRANUMPY=0 \ -" - -do_install:append() { - # doc does not have useful content and is installed at the wrong location - # so delete it - rm -rf "${D}/${prefix}/doc" -} - -BBCLASSEXTEND = "native"