wok rev 25270

gst-ffmpeg*: ORC_TARGET_ALTIVEC_ALTIVEC not defined yet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 15:43:19 2022 +0000 (21 months ago)
parents 6304be04f8b3
children 8cb87d95977a
files gst-ffmpeg-small/receipt gst-ffmpeg/receipt
line diff
     1.1 --- a/gst-ffmpeg-small/receipt	Sun Jul 17 15:19:56 2022 +0000
     1.2 +++ b/gst-ffmpeg-small/receipt	Sun Jul 17 15:43:19 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 \
     2.1 --- a/gst-ffmpeg/receipt	Sun Jul 17 15:19:56 2022 +0000
     2.2 +++ b/gst-ffmpeg/receipt	Sun Jul 17 15:43:19 2022 +0000
     2.3 @@ -18,6 +18,7 @@
     2.4  coreutils-file-format coreutils-file-special glib-dev yasm"
     2.5  SUGGESTED="gst-plugins-good"
     2.6  
     2.7 +# What is the latest version available today?
     2.8  current_version()
     2.9  {
    2.10  	wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \
    2.11 @@ -27,7 +28,7 @@
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14  {
    2.15 -	cd $src
    2.16 +	sed -i 's|ORC_TARGET_ALTIVEC_ALTIVEC|ORC_TARGET_POWERPC_ALTIVEC|' ext/*/*.c
    2.17  	./configure \
    2.18  		--prefix=/usr \
    2.19  		--disable-static \