mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 02:16:19 +00:00
69a57f47ec
ann: - https://www.libraw.org/news/libraw-0-21-1-release log: - https://github.com/LibRaw/LibRaw/compare/0.21.0...0.21.1
22 lines
878 B
Makefile
22 lines
878 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libraw"
|
|
PKG_VERSION="0.21.1"
|
|
PKG_SHA256="630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="https://www.libraw.org/"
|
|
PKG_URL="https://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 \
|
|
--disable-openmp \
|
|
--enable-jpeg \
|
|
--disable-jasper \
|
|
--enable-lcms \
|
|
--disable-examples"
|