# HG changeset patch # User Pascal Bellard # Date 1649537025 0 # Node ID 0bfe034e9d09425da7c750ee8fb31dc6baccb4d2 # Parent 01ed9626bb9407a90761809cb288219fc1e2c3b8 dvtm: update deps (thanks ceel) diff -r 01ed9626bb94 -r 0bfe034e9d09 dvtm/receipt --- a/dvtm/receipt Sat Apr 09 17:53:54 2022 +0100 +++ b/dvtm/receipt Sat Apr 09 20:43:45 2022 +0000 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" -DEPENDS="ncursesw" +DEPENDS="ncursesw ncursesw-extra" BUILD_DEPENDS="ncursesw-dev ncursesw-extra" # What is the latest version available today? diff -r 01ed9626bb94 -r 0bfe034e9d09 ffmpeg-compat/receipt --- a/ffmpeg-compat/receipt Sat Apr 09 17:53:54 2022 +0100 +++ b/ffmpeg-compat/receipt Sat Apr 09 20:43:45 2022 +0000 @@ -74,7 +74,7 @@ post_install() { - #echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" + echo "/usr/lib/ffmpeg-compat" > /dev/null #>> "$1/etc/ld.so.conf" } post_remove()