wok diff openal/receipt @ rev 19917

gimp, hplip: update dependencies (thanks andreid)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 15 16:01:44 2017 +0300 (2017-04-15)
parents a00bf44ed23d
children 37b2a1afa30e
line diff
     1.1 --- a/openal/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/openal/receipt	Sat Apr 15 16:01:44 2017 +0300
     1.3 @@ -2,21 +2,20 @@
     1.4  
     1.5  PACKAGE="openal"
     1.6  SOURCE="openal-soft"
     1.7 -VERSION="1.14"
     1.8 +VERSION="1.16.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="cross-platform 3D audio API."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2"
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.openal.org/"
    1.15 -WGET_URL="http://kcat.strangesoft.net/openal-releases/$TARBALL"
    1.16 +WGET_URL="http://www.openal-soft.org/openal-releases/$TARBALL"
    1.17  BUILD_DEPENDS="cmake"
    1.18  TAGS="multimedia audio sound 3D"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	cmake -DCMAKE_INSTALL_PREFIX=/usr
    1.25  	make &&
    1.26  	make install
    1.27 @@ -29,4 +28,3 @@
    1.28  	cp -a $install/usr/bin $fs/usr
    1.29  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  }
    1.31 -