wok rev 24927

updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3)
author Hans-G?nter Theisgen
date Wed Apr 13 14:23:00 2022 +0100 (2022-04-13)
parents 460a9ffd446e
children 01de68420db5
files mpg123-dev/receipt mpg123/description.txt mpg123/receipt
line diff
     1.1 --- a/mpg123-dev/receipt	Wed Apr 13 14:06:53 2022 +0100
     1.2 +++ b/mpg123-dev/receipt	Wed Apr 13 14:23:00 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpg123-dev"
     1.7 -VERSION="1.25.13"
     1.8 +VERSION="1.29.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="mpg123 development files."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://www.mpg123.de"
    1.14 +WEB_SITE="https://www.mpg123.org"
    1.15  
    1.16  DEPENDS="mpg123 pkg-config"
    1.17  WANTED="mpg123"
    1.18 @@ -16,10 +16,8 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib/mpg123
    1.23 -
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.26 +	cook_copy_folders	include
    1.27 +	cook_copy_folders	pkgconfig
    1.28  
    1.29  	# ARM mpg123 need *.la file to work
    1.30  	#if [ -d "$install/usr/lib/mpg123" ]; then
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mpg123/description.txt	Wed Apr 13 14:23:00 2022 +0100
     2.3 @@ -0,0 +1,6 @@
     2.4 +The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio
     2.5 +player and decoder for layers 1,2 and 3 (most commonly MPEG 1.0
     2.6 +layer 3 aka MP3), as well as re-usable decoding and output libraries.
     2.7 +Among others, it works on GNU/Linux, MacOSX, the BSDs, Solaris, AIX,
     2.8 +HPUX, SGI Irix, OS/2 and Cygwin or plain MS Windows (not all more
     2.9 +exotic platforms tested regularily, but patches welcome).
     3.1 --- a/mpg123/receipt	Wed Apr 13 14:06:53 2022 +0100
     3.2 +++ b/mpg123/receipt	Wed Apr 13 14:23:00 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="mpg123"
     3.7 -VERSION="1.25.13"
     3.8 +VERSION="1.29.3"
     3.9  CATEGORY="multimedia"
    3.10  SHORT_DESC="Command line audio player and streamer."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -18,8 +18,8 @@
    3.13  
    3.14  # Arch optimisation
    3.15  case "$ARCH" in
    3.16 -	i486) ARCH_ARGS="--with-cpu=i486" ;;
    3.17 -	arm*) ARCH_ARGS="--with-cpu=arm_nofpu" ;;
    3.18 +	(i486)	ARCH_ARGS="--with-cpu=i486" ;;
    3.19 +	(arm*)	ARCH_ARGS="--with-cpu=arm_nofpu" ;;
    3.20  esac
    3.21  
    3.22  # What is the latest version available today?
    3.23 @@ -46,12 +46,12 @@
    3.24  	mkdir -p $fs/usr/lib
    3.25  
    3.26  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27 -	cp -a $install/usr/bin		$fs/usr
    3.28 +	cook_copy_folders	bin
    3.29  
    3.30  	# ARM
    3.31  	if [ -d "$install/usr/lib/mpg123" ]
    3.32  	  then
    3.33 -		cp -a $install/usr/lib/mpg123 $fs/usr/lib
    3.34 +		cp -a $install/usr/lib/mpg123	$fs/usr/lib
    3.35  		#mpg123 need *.la file to work
    3.36  		#find $fs/usr/lib -name "*.la" -exec rm -f {} \;
    3.37  	fi