Skip to content

Commit

Permalink
upgpkg: imlib2 1.8.0-1: new upstream release
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@436384 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm committed Feb 7, 2022
1 parent 0d0c85b commit bc4bf90
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions imlib2/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -3,23 +3,25 @@
# Contributor: Tom Newsom <Jeepster.gmx.co.uk>

pkgname=imlib2
pkgver=1.7.5
pkgver=1.8.0
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/"
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')
depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp')
source=(https://downloads.sourceforge.net/project/enlightenment/imlib2-src/$pkgver/$pkgname-$pkgver.tar.xz)
sha512sums=('6e0a79359d6cac297b7a074a75bf577c8c1e3932d9993616834ea9076a7df544fafcfa960fe8ed7468f1291533f3c828260ccb809a882dadb3f3650ba9dd3f28')
options=('debug')
depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg-turbo' 'libwebp' 'libheif' 'librsvg' 'xz')
source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha512sums=('e4e4dbd58b9413d11a2ca645b7351c5b441b330d579b6d9f53db445e4d10e30cfeb77158d018ce14d37b536314f238b8ddf7366d293975709d9c11765e7c5735')

build() {
cd "${pkgname}-${pkgver}"

./configure --prefix=/usr \
--sysconfdir=/etc/imlib2 \
--x-libraries=/usr/lib \
--enable-amd64
./configure \
--prefix=/usr \
--sysconfdir=/etc/imlib2 \
--x-libraries=/usr/lib \
--enable-amd64
make
}

0 comments on commit bc4bf90

Please sign in to comment.