wok diff gst-ffmpeg-small/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents 6831608a1b2a
children
line diff
     1.1 --- a/gst-ffmpeg-small/receipt	Tue Sep 28 17:26:43 2021 +0000
     1.2 +++ b/gst-ffmpeg-small/receipt	Thu Sep 01 11:12:31 2022 +0000
     1.3 @@ -17,6 +17,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/gst-ffmpeg/ 2>/dev/null | \
    1.11 @@ -26,6 +27,7 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 +	sed -i 's|ORC_TARGET_ALTIVEC_ALTIVEC|ORC_TARGET_POWERPC_ALTIVEC|' ext/*/*.c
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--disable-static \