wok-6.x rev 21297
updated libshout and libshout-dev (2.2.1 -> 2.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 17 16:47:19 2019 +0100 (2019-04-17) |
parents | be444bbbf690 |
children | 60debd434ad3 |
files | libshout-dev/receipt libshout/receipt |
line diff
1.1 --- a/libshout-dev/receipt Wed Apr 17 16:28:00 2019 +0100 1.2 +++ b/libshout-dev/receipt Wed Apr 17 16:47:19 2019 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libshout-dev" 1.7 -VERSION="2.2.2" 1.8 +VERSION="2.4.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libshout development files" 1.11 +SHORT_DESC="libshout development files." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.icecast.org/" 1.15 + 1.16 WANTED="libshout" 1.17 -WEB_SITE="http://www.icecast.org/" 1.18 - 1.19 DEPENDS="libshout pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib $fs/usr/share 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 + mkdir -p $fs/usr/lib 1.28 + mkdir -p $fs/usr/share 1.29 + 1.30 + cp -a $install/usr/include $fs/usr 1.31 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 } 1.34 -
2.1 --- a/libshout/receipt Wed Apr 17 16:28:00 2019 +0100 2.2 +++ b/libshout/receipt Wed Apr 17 16:47:19 2019 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libshout" 2.7 -VERSION="2.2.2" 2.8 +VERSION="2.4.1" 2.9 CATEGORY="multimedia" 2.10 -SHORT_DESC="Library for accessing a shoutcast/icecast server." 2.11 +SHORT_DESC="Library for accessing a shoutcast or icecast server." 2.12 MAINTAINER="slaxemulator@gmail.com" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="https://www.icecast.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://www.icecast.org/" 2.18 WGET_URL="https://downloads.xiph.org/releases/$PACKAGE/$TARBALL" 2.19 2.20 -DEPENDS="libvorbis libtheora speex" 2.21 -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev" 2.22 +DEPENDS="libtheora libvorbis speex" 2.23 +BUILD_DEPENDS="libogg-dev libtheora-dev libvorbis-dev speex-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - cd $src 2.29 - ./configure $CONFIGURE_ARGS && make LDFLAGS+=-lspeex && make install 2.30 + ./configure $CONFIGURE_ARGS && 2.31 + make LDFLAGS+=-lspeex && 2.32 + make install 2.33 } 2.34 2.35 # Rules to gen a SliTaz package suitable for Tazpkg. 2.36 @@ -26,4 +28,3 @@ 2.37 mkdir -p $fs/usr/lib 2.38 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.39 } 2.40 -