wok diff gst-ffmpeg/receipt @ rev 25643
Fix mouse issue on mc with ncurses6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 12 14:14:28 2024 +0100 (10 months ago) |
parents | 6831608a1b2a |
children |
line diff
1.1 --- a/gst-ffmpeg/receipt Tue Sep 28 17:26:43 2021 +0000 1.2 +++ b/gst-ffmpeg/receipt Fri Jan 12 14:14:28 2024 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 coreutils-file-format coreutils-file-special glib-dev yasm" 1.5 SUGGESTED="gst-plugins-good" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \ 1.11 @@ -27,7 +28,7 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 + sed -i 's|ORC_TARGET_ALTIVEC_ALTIVEC|ORC_TARGET_POWERPC_ALTIVEC|' ext/*/*.c 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --disable-static \