wok diff libshout/receipt @ rev 21301

updated libspiro and libspiro-dev (0.3.20150131 -> 0.5.20150702)
author Hans-G?nter Theisgen
date Wed Apr 17 17:50:38 2019 +0100 (2019-04-17)
parents a78610b2eb47
children be1594cae466
line diff
     1.1 --- a/libshout/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libshout/receipt	Wed Apr 17 17:50:38 2019 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libshout"
     1.7 -VERSION="2.2.2"
     1.8 +VERSION="2.4.1"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Library for accessing a shoutcast/icecast server."
    1.11 +SHORT_DESC="Library for accessing a shoutcast or icecast server."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.icecast.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.icecast.org/"
    1.18  WGET_URL="https://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="libvorbis libtheora speex"
    1.21 -BUILD_DEPENDS="libvorbis-dev libtheora-dev speex-dev libogg-dev"
    1.22 +DEPENDS="libtheora libvorbis speex"
    1.23 +BUILD_DEPENDS="libogg-dev libtheora-dev libvorbis-dev speex-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure $CONFIGURE_ARGS && make LDFLAGS+=-lspeex && make install
    1.30 +	./configure $CONFIGURE_ARGS &&
    1.31 +	make LDFLAGS+=-lspeex &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 @@ -26,4 +28,3 @@
    1.37  	mkdir -p $fs/usr/lib
    1.38  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.39  }
    1.40 -