Skip to content
Snippets Groups Projects
Commit e2feab47 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

jasper 3.0.3 rebuild

parent ad226552
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=dcraw
pkgver=9.28.0
pkgrel=2
pkgrel=3
pkgdesc='Decodes any raw image from any digital camera'
url='https://www.dechifro.org/dcraw/'
arch=('x86_64')
......@@ -15,7 +15,7 @@ sha256sums=('2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9')
build() {
cd "${srcdir}/${pkgname}"
gcc ${CFLAGS} ${LDFLAGS} \
gcc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
-o dcraw dcraw.c \
-lm -ljasper -ljpeg -llcms2 \
-DLOCALEDIR=\"/usr/share/locale/\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment