This commit is contained in:
emmett1
2018-02-20 11:34:41 +08:00
parent 32596fb1d2
commit eac76feeac
2 changed files with 1277 additions and 1273 deletions

2546
core/REPO

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,10 @@ source=(http://www.libraw.org/data/LibRaw-$version.tar.gz)
build() {
cd LibRaw-$version
# Glibc from v2.27 onwards now provides powf64()
# Rename the internal version so that the package will build
sed -i "s#powf64#dc_&#g" internal/dcraw_common.cpp
./configure --prefix=/usr \
--enable-jpeg \
--enable-jasper \