wok-current diff mpg123/receipt @ rev 25733

Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 16:13:23 2024 +0000 (2 weeks ago)
parents cf6b90afa0a2
children
line diff
     1.1 --- a/mpg123/receipt	Wed Apr 13 14:23:00 2022 +0100
     1.2 +++ b/mpg123/receipt	Fri Dec 20 16:13:23 2024 +0000
     1.3 @@ -14,11 +14,12 @@
     1.4  DEPENDS="alsa-lib audiofile libltdl"
     1.5  BUILD_DEPENDS="alsa-lib-dev audiofile-dev"
     1.6  
     1.7 -HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm x86_64"
     1.9  
    1.10  # Arch optimisation
    1.11  case "$ARCH" in
    1.12  	(i486)	ARCH_ARGS="--with-cpu=i486" ;;
    1.13 +	x86_64) ARCH_ARGS="--with-cpu=x86-64" ;;
    1.14  	(arm*)	ARCH_ARGS="--with-cpu=arm_nofpu" ;;
    1.15  esac
    1.16