wok-current diff libv4l/receipt @ rev 25693
Up depends pkgs for cups, need to rebuild it for ssl 3.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 24 15:17:37 2024 +0000 (7 months ago) |
parents | a190bcfebf1e |
children |
line diff
1.1 --- a/libv4l/receipt Thu Jul 28 07:24:59 2022 +0000 1.2 +++ b/libv4l/receipt Sun Mar 24 15:17:37 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libv4l" 1.7 -VERSION="0.8.5" 1.8 +VERSION="1.22.1" 1.9 CATEGORY="multimedia" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="GPL2" 1.12 @@ -26,6 +26,11 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i 's|jpeg_mem|_&|' lib/libv4lconvert/jpeg_memsrcdest.h 1.16 + ./configure \ 1.17 + --prefix=/usr \ 1.18 + --sysconfdir=/etc \ 1.19 + --libdir=/usr/lib \ 1.20 + $CONFIGURE_ARGS && 1.21 make && 1.22 make install PREFIX="/usr" DESTDIR="$DESTDIR" 1.23 } 1.24 @@ -36,6 +41,9 @@ 1.25 mkdir -p $fs/usr/lib 1.26 cp -a $install/usr/lib/*so* $fs/usr/lib/ 1.27 cp -a $install/usr/lib/$PACKAGE $fs/usr/lib 1.28 + 1.29 + # Ensure remove .la files 1.30 + find $fs -name "*.la" -delete 1.31 } 1.32 1.33 post_install()