mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-07 10:18:21 +00:00
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.2"
|
|
PKG_SHA256="fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03"
|
|
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"
|