wok-6.x diff gst-ffmpeg-small/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 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	Sat Apr 22 14:54:15 2023 +0100
     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 \