* update imlib2 to 1.7.1-1
This commit is contained in:
parent
1260e2b08f
commit
0594f579fa
@ -4,21 +4,18 @@
|
||||
# Contributor: Tom Newsom <Jeepster.gmx.co.uk>
|
||||
|
||||
pkgname=imlib2
|
||||
pkgver=1.7.0
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
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 powerpc64le powerpc)
|
||||
license=('BSD')
|
||||
depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp')
|
||||
source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
|
||||
be.patch)
|
||||
source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
patch -Np0 -i ${srcdir}/be.patch
|
||||
|
||||
sed -i 's/@my_libs@//' imlib2-config.in
|
||||
}
|
||||
|
||||
@ -49,5 +46,4 @@ package() {
|
||||
# Install License
|
||||
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
sha512sums=('078126269565b55f4b167608ee65d558711e37c34283fb6193752b27f7fc59c738cbd38839b17203273defee20c2ffc41a495e44364089deebffbd39c67e6d72'
|
||||
'54190fbff27c2e7881964285261d71cd03302289b2617d5b35d2beb9422e26602f4c96ba12e8f1fae33d946e2c40fcb4deccc3137b4066e7e5fc7572450bf903')
|
||||
sha512sums=('36e457855da0f129c7e7ba3dfcb44162b6624b1d56df5f84448495a96fe9ad1ce3e6c628222630be7274476722c4feaa8e1648d1e463439ca758e66ce9645970')
|
||||
|
Loading…
x
Reference in New Issue
Block a user