wok-current diff xsane/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 17091bc7c301
children
line diff
     1.1 --- a/xsane/receipt	Thu Feb 10 18:04:02 2022 +0000
     1.2 +++ b/xsane/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -22,6 +22,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# Patch from archlinux
     1.8 +	# see https://gitlab.archlinux.org/archlinux/packaging/packages/xsane
     1.9 +	patch -p1 < $stuff/xsane-0.995-xdg-open.patch
    1.10 +	sed -i -e 's:png_ptr->jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c
    1.11 +	patch -p1 < $stuff/0165-xsane-0.999-lcms2.patch
    1.12 +	patch -p1 < $stuff/0001-lcms2_configure.patch
    1.13 +	patch -Np1 < $stuff/xsane-preview-selection.patch
    1.14 +
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--mandir=/usr/share/man \