mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/imlib2 to 1.12.3-1
This commit is contained in:
parent
432d4470fd
commit
d3ccf845ef
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = imlib2
|
pkgbase = imlib2
|
||||||
pkgdesc = Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support
|
pkgdesc = Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support
|
||||||
pkgver = 1.12.2
|
pkgver = 1.12.3
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://sourceforge.net/projects/enlightenment/
|
url = https://sourceforge.net/projects/enlightenment/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD
|
license = BSD
|
||||||
|
@ -28,8 +28,8 @@ pkgbase = imlib2
|
||||||
optdepends = libspectre: PS loader
|
optdepends = libspectre: PS loader
|
||||||
optdepends = libwebp: WEBP loader
|
optdepends = libwebp: WEBP loader
|
||||||
optdepends = openjpeg2: J2K loader
|
optdepends = openjpeg2: J2K loader
|
||||||
source = https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.2/imlib2-1.12.2.tar.xz
|
source = https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.3/imlib2-1.12.3.tar.xz
|
||||||
sha256sums = cc49931a20560968a8648c9ca079085976085ea96d59a01b1e17cb55af0ffe42
|
sha256sums = 96244656576a3e0a6f58b78e514ddc919622ac6806711bc231837eee62c1de34
|
||||||
sha512sums = 3bffb8f0f6b3ec73a81f1d0c6ef3a3443425677cd8a1950422f102b67769c06df54128b21f84bd6c7880120cc5ec6f30d2ab134b3c001ad77f2d39efd749a5b7
|
sha512sums = 79feea73fb67508ffdce52f8430c2c887b06d8bcb70f6e3bc551c86d521ebf61fc1eff10994b69def4d7a237873f107066aefa367e05b5f89b5d675751d9314f
|
||||||
|
|
||||||
pkgname = imlib2
|
pkgname = imlib2
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
# - remove --enable-amd64 from configure
|
# - remove --enable-amd64 from configure
|
||||||
|
|
||||||
pkgname=imlib2
|
pkgname=imlib2
|
||||||
pkgver=1.12.2
|
pkgver=1.12.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support'
|
pkgdesc='Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support'
|
||||||
url='https://sourceforge.net/projects/enlightenment/'
|
url='https://sourceforge.net/projects/enlightenment/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -25,8 +25,8 @@ optdepends=('libheif: HEIF loader (for AVIF)'
|
||||||
'libwebp: WEBP loader'
|
'libwebp: WEBP loader'
|
||||||
'openjpeg2: J2K loader')
|
'openjpeg2: J2K loader')
|
||||||
source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('cc49931a20560968a8648c9ca079085976085ea96d59a01b1e17cb55af0ffe42')
|
sha256sums=('96244656576a3e0a6f58b78e514ddc919622ac6806711bc231837eee62c1de34')
|
||||||
sha512sums=('3bffb8f0f6b3ec73a81f1d0c6ef3a3443425677cd8a1950422f102b67769c06df54128b21f84bd6c7880120cc5ec6f30d2ab134b3c001ad77f2d39efd749a5b7')
|
sha512sums=('79feea73fb67508ffdce52f8430c2c887b06d8bcb70f6e3bc551c86d521ebf61fc1eff10994b69def4d7a237873f107066aefa367e05b5f89b5d675751d9314f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
@ -35,7 +35,7 @@ build() {
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc/imlib2 \
|
--sysconfdir=/etc/imlib2 \
|
||||||
--x-libraries=/usr/lib
|
--x-libraries=/usr/lib
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue