mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libjpeg-turbo fix
This commit is contained in:
parent
80fad08420
commit
c3ed4f17cc
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Simone Sclavi 'Ito' <darkhado@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed makedepends on nasm
|
||||
# - removed makedepends on nasm and java
|
||||
# - added --without-simd to configure, no NEON
|
||||
|
||||
pkgname=libjpeg-turbo
|
||||
|
@ -14,7 +14,7 @@ pkgdesc='JPEG image codec with accelerated baseline compression and decompressio
|
|||
url='http://libjpeg-turbo.virtualgl.org/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
makedepends=('jdk8-openjdk')
|
||||
#makedepends=('jdk8-openjdk')
|
||||
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha1sums=('9adc21b927e48e4c6889e77079f6c1f3eecf98ab')
|
||||
|
||||
|
@ -36,7 +36,6 @@ build() {
|
|||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--with-jpeg8 \
|
||||
--with-java \
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue