summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-06-19 20:37:11 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-06-19 19:52:41 +0100
commit2dd6695edcbaf487ce2bff6bdb021a6d27c7840f (patch)
treecb1978d5779bf348ead944c99cf6ac64f0f7e8bb
parent7a3bf76eb5f6d3f5ba1c2cc1e2bcc9bbd9130b09 (diff)
downloadmidipix_build-2dd6695edcbaf487ce2bff6bdb021a6d27c7840f.tar.bz2
midipix_build-2dd6695edcbaf487ce2bff6bdb021a6d27c7840f.tar.xz
groups/261.native_packages_x11.group: imlib2: bump to v1.6.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r--groups/261.native_packages_x11.group9
-rw-r--r--patches/imlib2-1.6.1_pre.local.patch20
2 files changed, 25 insertions, 4 deletions
diff --git a/groups/261.native_packages_x11.group b/groups/261.native_packages_x11.group
index 086df620..5b1b29da 100644
--- a/groups/261.native_packages_x11.group
+++ b/groups/261.native_packages_x11.group
@@ -86,11 +86,12 @@ xtrans xwd xwin")";
: ${PKG_HARFBUZZ_CFLAGS_CONFIGURE_EXTRA:="-I${PREFIX_NATIVE}/include/freetype2"};
: ${PKG_HARFBUZZ_CONFIGURE_ARGS_EXTRA:=--with-icu=no};
: ${PKG_IMLIB2_DEPENDS:="freetype libX11 libXext"};
-: ${PKG_IMLIB2_SHA256SUM:=3f698cd285cbbfc251c1d6405f249b99fafffafa5e0a5ecf0ca7ae49bbc0a272};
-: ${PKG_IMLIB2_VERSION:=1.4.10};
-: ${PKG_IMLIB2_URL:=http://sources.buildroot.net/imlib2/imlib2-${PKG_IMLIB2_VERSION}.tar.bz2};
+: ${PKG_IMLIB2_SHA256SUM:=4d393a77e13da883c8ee2da3b029da3570210fe37d000c9ac33d9fce751b166d};
+: ${PKG_IMLIB2_VERSION:=1.6.1};
+: ${PKG_IMLIB2_URL:=https://downloads.sourceforge.net/enlightenment/imlib2-${PKG_IMLIB2_VERSION}.tar.bz2};
: ${PKG_IMLIB2_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/freetype2};
-: ${PKG_IMLIB2_CONFIGURE_ARGS_EXTRA:=--disable-mmx --disable-amd64};
+: ${PKG_IMLIB2_CONFIGURE_ARGS_EXTRA:="--disable-static --disable-mmx --disable-amd64"};
+: ${PKG_IMLIB2_LIBTOOL=rdlibtool};
: ${PKG_LIBASS_SHA256SUM:=881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2};
: ${PKG_LIBASS_VERSION:=0.14.0};
: ${PKG_LIBASS_URL:=https://github.com/libass/libass/releases/download/${PKG_LIBASS_VERSION}/libass-${PKG_LIBASS_VERSION}.tar.xz};
diff --git a/patches/imlib2-1.6.1_pre.local.patch b/patches/imlib2-1.6.1_pre.local.patch
new file mode 100644
index 00000000..789e7242
--- /dev/null
+++ b/patches/imlib2-1.6.1_pre.local.patch
@@ -0,0 +1,20 @@
+diff -ru imlib2-1.6.1.orig/configure imlib2-1.6.1/configure
+--- imlib2-1.6.1.orig/configure 2019-12-13 19:10:11.000000000 +0100
++++ imlib2-1.6.1/configure 2020-06-19 20:33:49.167201190 +0200
+@@ -12366,6 +12366,16 @@
+ dynamic_linker='GNU/Linux ld.so'
+ ;;
+
++midipix*)
++ version_type=linux # correct to gnu/linux during the next big refactor
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
++ soname_spec='$libname$release$shared_ext$major'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ ;;
++
+ netbsd*)
+ version_type=sunos
+ need_lib_prefix=no