Merge pull request #5525 from heitbaum/imagedecoder.raw

imagedecoder.raw: link against static lcms2
This commit is contained in:
CvH 2021-08-03 11:59:06 +02:00 committed by GitHub
commit 78c5a1b56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -9,3 +9,7 @@ PKG_SITE="http://www.littlecms.com"
PKG_URL="${SOURCEFORGE_SRC}/lcms/lcms/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain tiff"
PKG_LONGDESC="An small-footprint color management engine, with special focus on accuracy and performance."
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static"

View File

@ -10,6 +10,7 @@ PKG_URL="http://www.libraw.org/data/LibRaw-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libjpeg-turbo lcms2"
PKG_LONGDESC="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
PKG_BUILD_FLAGS="+pic"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \

View File

@ -4,7 +4,7 @@
PKG_NAME="imagedecoder.raw"
PKG_VERSION="3.0.1-Matrix"
PKG_SHA256="aeb18567485681631eb518876555555999464480a9854434f465354914ef66c2"
PKG_REV="4"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/imagedecoder.raw"