mpg123: update to 1.28.0.
This commit is contained in:
parent
5def8cbfd2
commit
cb5bcaabb4
2 changed files with 13 additions and 2 deletions
11
srcpkgs/mpg123/patches/arm_fpu.diff
Normal file
11
srcpkgs/mpg123/patches/arm_fpu.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure
|
||||
+++ configure
|
||||
@@ -17170,7 +17170,7 @@
|
||||
;;
|
||||
arm_fpu)
|
||||
ADD_CPPFLAGS="$ADD_CPPFLAGS -DOPT_MULTI -DOPT_GENERIC -DOPT_GENERIC_DITHER -DOPT_NEON -DREAL_IS_FLOAT"
|
||||
- more_sources="$s_neon$s_dither $s_arm_multi"
|
||||
+ more_sources="$s_neon $s_dither $s_arm_multi"
|
||||
;;
|
||||
neon64)
|
||||
ADD_CPPFLAGS="$ADD_CPPFLAGS -DOPT_NEON64 -DREAL_IS_FLOAT"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mpg123'
|
||||
pkgname=mpg123
|
||||
version=1.27.2
|
||||
version=1.28.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# --with-cpu not necessary, upstream detects features correctly
|
||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-only"
|
||||
homepage="https://www.mpg123.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2"
|
||||
checksum=52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04
|
||||
checksum=e49466853685026da5d113dc7ff026b1b2ad0b57d78df693a446add9db88a7d5
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# No LFS required with musl
|
||||
|
|
Loading…
Add table
Reference in a new issue