mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/imlib2 to 1.9.0-3
This commit is contained in:
parent
64c59a6df7
commit
90e54b229b
1 changed files with 15 additions and 4 deletions
|
@ -6,16 +6,27 @@
|
|||
# - remove --enable-amd64 from configure
|
||||
|
||||
pkgname=imlib2
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgver=1.9.0
|
||||
pkgrel=3
|
||||
pkgdesc='Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support'
|
||||
url='https://sourceforge.net/projects/enlightenment/'
|
||||
arch=('x86_64')
|
||||
license=('BSD')
|
||||
options=('debug')
|
||||
depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp' 'libheif' 'librsvg' 'xz')
|
||||
makedepends=(# Currently highway does provide a static library only, that libjxl links to.
|
||||
# This introduces a build dependency for now...
|
||||
'highway'
|
||||
'libheif' 'libid3tag' 'libjxl' 'librsvg' 'libspectre' 'libwebp' 'openjpeg2')
|
||||
depends=('bzip2' 'freetype2' 'giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'libxext' 'xz')
|
||||
optdepends=('libheif: HEIF loader (for AVIF)'
|
||||
'libid3tag: ID3 loader'
|
||||
'libjxl: JXL loader'
|
||||
'librsvg: SVG loader'
|
||||
'libspectre: PS loader'
|
||||
'libwebp: WEBP loader'
|
||||
'openjpeg2: J2K loader')
|
||||
source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('68366298eb3badc7e76ca3b8d73ac0d1489384061cd523cf58bbc9059720b835a82bed6fe87fcf53ed1b43de0c1b6a9e270e25463a30709b568c5b2f3fd06835')
|
||||
sha512sums=('958fdabc938ec03ab48001ca4df72c8352cb261b12b09334d38348b22b8859cff16a1cda0d4447b73261723f223f62a799f80eb85a710ac5a44a3fa4f90734fd')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue