wok rev 24917
dvtm: update deps (thanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 20:43:45 2022 +0000 (2022-04-09) |
parents | 01ed9626bb94 |
children | f07afdedc98a |
files | dvtm/receipt ffmpeg-compat/receipt |
line diff
1.1 --- a/dvtm/receipt Sat Apr 09 17:53:54 2022 +0100 1.2 +++ b/dvtm/receipt Sat Apr 09 20:43:45 2022 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$WEB_SITE/$TARBALL" 1.6 1.7 -DEPENDS="ncursesw" 1.8 +DEPENDS="ncursesw ncursesw-extra" 1.9 BUILD_DEPENDS="ncursesw-dev ncursesw-extra" 1.10 1.11 # What is the latest version available today?
2.1 --- a/ffmpeg-compat/receipt Sat Apr 09 17:53:54 2022 +0100 2.2 +++ b/ffmpeg-compat/receipt Sat Apr 09 20:43:45 2022 +0000 2.3 @@ -74,7 +74,7 @@ 2.4 2.5 post_install() 2.6 { 2.7 - #echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" 2.8 + echo "/usr/lib/ffmpeg-compat" > /dev/null #>> "$1/etc/ld.so.conf" 2.9 } 2.10 2.11 post_remove()