wok-current annotate libvips-dev/receipt @ rev 25786
Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jul 29 18:05:13 2025 +0000 (2 months ago) |
parents | e6b1efdc1eea |
children |
rev | line source |
---|---|
yuripourre@18993 | 1 # SliTaz package receipt. |
yuripourre@18993 | 2 |
yuripourre@18993 | 3 PACKAGE="libvips-dev" |
Hans-Günter@24848 | 4 VERSION="8.12.2" |
yuripourre@18993 | 5 CATEGORY="development" |
Hans-Günter@23118 | 6 SHORT_DESC="An image processing library, development files." |
Hans-Günter@23118 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18993 | 8 LICENSE="LGPL2.1" |
Hans-Günter@24848 | 9 WEB_SITE="https://www.libvips.org" |
yuripourre@18993 | 10 |
pascal@19774 | 11 DEPENDS="libvips pkg-config" |
Hans-Günter@23118 | 12 WANTED="libvips" |
yuripourre@18993 | 13 |
yuripourre@18993 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@18993 | 15 genpkg_rules() |
yuripourre@18993 | 16 { |
Hans-Günter@24848 | 17 get_dev_files |
yuripourre@18993 | 18 } |