imlib2: update to 1.7.1.
patch was applied upstream
This commit is contained in:
parent
8c459b87e9
commit
9d1300171d
2 changed files with 3 additions and 29 deletions
|
@ -1,26 +0,0 @@
|
|||
From 92d3153fee9f915cf2bdbc92a7551e5a83985e81 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Kolesa <daniel@octaforge.org>
|
||||
Date: Sun, 9 Aug 2020 21:00:46 +0200
|
||||
Subject: [PATCH] Fix big endian build
|
||||
|
||||
---
|
||||
src/modules/loaders/loader_argb.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git src/modules/loaders/loader_argb.c src/modules/loaders/loader_argb.c
|
||||
index ec58ca3..b915b7b 100644
|
||||
--- src/modules/loaders/loader_argb.c
|
||||
+++ src/modules/loaders/loader_argb.c
|
||||
@@ -7,6 +7,9 @@ load2(ImlibImage * im, int load_data)
|
||||
int w = 0, h = 0, alpha = 0;
|
||||
DATA32 *ptr;
|
||||
int y;
|
||||
+#ifdef WORDS_BIGENDIAN
|
||||
+ int l;
|
||||
+#endif
|
||||
|
||||
rc = LOAD_FAIL;
|
||||
|
||||
--
|
||||
2.28.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'imlib2'
|
||||
pkgname=imlib2
|
||||
version=1.7.0
|
||||
revision=3
|
||||
version=1.7.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="Imlib2"
|
||||
homepage="https://sourceforge.net/projects/enlightenment/"
|
||||
distfiles="${SOURCEFORGE_SITE}/enlightenment/imlib2-src/imlib2-${version}.tar.gz"
|
||||
checksum=fde6cc188a35e34eff251ee249d2b5624aa0d85f83a689237ec2fe90ceca718a
|
||||
checksum=af30cf36e956febf18f9d33a81a4b43fea8f761ce74a67715d2ad157bb92c090
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue