mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
22 lines
876 B
Makefile
22 lines
876 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libraw"
|
|
PKG_VERSION="0.20.2"
|
|
PKG_SHA256="dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="http://www.libraw.org/"
|
|
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 \
|
|
--disable-openmp \
|
|
--enable-jpeg \
|
|
--disable-jasper \
|
|
--enable-lcms \
|
|
--disable-examples"
|