wok diff libwebp-dev/receipt @ rev 22042
gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 22 12:55:54 2019 +0300 (2019-10-22) |
parents | fc9203de5ff2 |
children | 1c9d0ddcdeb7 |
line diff
1.1 --- a/libwebp-dev/receipt Tue Feb 21 15:50:51 2017 +0100 1.2 +++ b/libwebp-dev/receipt Tue Oct 22 12:55:54 2019 +0300 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libwebp-dev" 1.7 -VERSION="0.4.2" 1.8 +VERSION="1.0.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Webp image library devel files." 1.11 +SHORT_DESC="Webp image library - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 -WANTED="libwebp" 1.15 -WEB_SITE="http://webmproject.org" 1.16 -HOST_ARCH="i486 arm" 1.17 +WEB_SITE="https://github.com/webmproject/libwebp" 1.18 1.19 DEPENDS="libwebp pkg-config" 1.20 +WANTED="libwebp" 1.21 + 1.22 +HOST_ARCH="i486 arm" 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/lib 1.28 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 + cp -a $install/usr/include $fs/usr 1.35 }