# HG changeset patch # User Hans-G?nter Theisgen # Date 1649856180 -3600 # Node ID cf6b90afa0a2d7b4e49e3ffde1b22e0f3d65c294 # Parent 460a9ffd446eb08d9d496c4e2ac037f12b7f053c updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3) diff -r 460a9ffd446e -r cf6b90afa0a2 mpg123-dev/receipt --- a/mpg123-dev/receipt Wed Apr 13 14:06:53 2022 +0100 +++ b/mpg123-dev/receipt Wed Apr 13 14:23:00 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mpg123-dev" -VERSION="1.25.13" +VERSION="1.29.3" CATEGORY="development" SHORT_DESC="mpg123 development files." MAINTAINER="devl547@gmail.com" LICENSE="LGPL2.1" -WEB_SITE="http://www.mpg123.de" +WEB_SITE="https://www.mpg123.org" DEPENDS="mpg123 pkg-config" WANTED="mpg123" @@ -16,10 +16,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/mpg123 - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cook_copy_folders include + cook_copy_folders pkgconfig # ARM mpg123 need *.la file to work #if [ -d "$install/usr/lib/mpg123" ]; then diff -r 460a9ffd446e -r cf6b90afa0a2 mpg123/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpg123/description.txt Wed Apr 13 14:23:00 2022 +0100 @@ -0,0 +1,6 @@ +The mpg123 distribution contains a real time MPEG 1.0/2.0/2.5 audio +player and decoder for layers 1,2 and 3 (most commonly MPEG 1.0 +layer 3 aka MP3), as well as re-usable decoding and output libraries. +Among others, it works on GNU/Linux, MacOSX, the BSDs, Solaris, AIX, +HPUX, SGI Irix, OS/2 and Cygwin or plain MS Windows (not all more +exotic platforms tested regularily, but patches welcome). diff -r 460a9ffd446e -r cf6b90afa0a2 mpg123/receipt --- a/mpg123/receipt Wed Apr 13 14:06:53 2022 +0100 +++ b/mpg123/receipt Wed Apr 13 14:23:00 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mpg123" -VERSION="1.25.13" +VERSION="1.29.3" CATEGORY="multimedia" SHORT_DESC="Command line audio player and streamer." MAINTAINER="pankso@slitaz.org" @@ -18,8 +18,8 @@ # Arch optimisation case "$ARCH" in - i486) ARCH_ARGS="--with-cpu=i486" ;; - arm*) ARCH_ARGS="--with-cpu=arm_nofpu" ;; + (i486) ARCH_ARGS="--with-cpu=i486" ;; + (arm*) ARCH_ARGS="--with-cpu=arm_nofpu" ;; esac # What is the latest version available today? @@ -46,12 +46,12 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin # ARM if [ -d "$install/usr/lib/mpg123" ] then - cp -a $install/usr/lib/mpg123 $fs/usr/lib + cp -a $install/usr/lib/mpg123 $fs/usr/lib #mpg123 need *.la file to work #find $fs/usr/lib -name "*.la" -exec rm -f {} \; fi