# HG changeset patch # User Hans-G?nter Theisgen # Date 1584001036 -3600 # Node ID fa7a5e40934a335be0dc4e04e27242b6a5a55a6c # Parent 919a0f0335029c71364d3868e8d0458ce3f9f094 updated libshout and libshout-dev (2.4.1 -> 2.4.3) diff -r 919a0f033502 -r fa7a5e40934a libshout-dev/receipt --- a/libshout-dev/receipt Thu Mar 12 09:06:50 2020 +0100 +++ b/libshout-dev/receipt Thu Mar 12 09:17:16 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="libshout-dev" -VERSION="2.4.1" +VERSION="2.4.3" CATEGORY="development" SHORT_DESC="libshout development files." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" WEB_SITE="https://icecast.org/" +DEPENDS="libshout pkg-config" WANTED="libshout" -DEPENDS="libshout pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -17,7 +17,7 @@ mkdir -p $fs/usr/lib mkdir -p $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 919a0f033502 -r fa7a5e40934a libshout/receipt --- a/libshout/receipt Thu Mar 12 09:06:50 2020 +0100 +++ b/libshout/receipt Thu Mar 12 09:17:16 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libshout" -VERSION="2.4.1" +VERSION="2.4.3" CATEGORY="multimedia" SHORT_DESC="Library for accessing a shoutcast or icecast server." MAINTAINER="slaxemulator@gmail.com" @@ -26,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }