# HG changeset patch # User Hans-G?nter Theisgen # Date 1555516039 -3600 # Node ID 5da5cfc71bb07ebd565bf8499699dcc7c031702d # Parent be444bbbf690f51b8e145c877587d695bfd395c7 updated libshout and libshout-dev (2.2.1 -> 2.4.1) diff -r be444bbbf690 -r 5da5cfc71bb0 libshout-dev/receipt --- a/libshout-dev/receipt Wed Apr 17 16:28:00 2019 +0100 +++ b/libshout-dev/receipt Wed Apr 17 16:47:19 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="libshout-dev" -VERSION="2.2.2" +VERSION="2.4.1" CATEGORY="development" -SHORT_DESC="libshout development files" +SHORT_DESC="libshout development files." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="https://www.icecast.org/" + WANTED="libshout" -WEB_SITE="http://www.icecast.org/" - DEPENDS="libshout pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib + 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 } - diff -r be444bbbf690 -r 5da5cfc71bb0 libshout/receipt --- a/libshout/receipt Wed Apr 17 16:28:00 2019 +0100 +++ b/libshout/receipt Wed Apr 17 16:47:19 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="libshout" -VERSION="2.2.2" +VERSION="2.4.1" CATEGORY="multimedia" -SHORT_DESC="Library for accessing a shoutcast/icecast server." +SHORT_DESC="Library for accessing a shoutcast or icecast server." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="https://www.icecast.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.icecast.org/" WGET_URL="https://downloads.xiph.org/releases/$PACKAGE/$TARBALL" -DEPENDS="libvorbis libtheora speex" -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev" +DEPENDS="libtheora libvorbis speex" +BUILD_DEPENDS="libogg-dev libtheora-dev libvorbis-dev speex-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && make LDFLAGS+=-lspeex && make install + ./configure $CONFIGURE_ARGS && + make LDFLAGS+=-lspeex && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -26,4 +28,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } -