wok-next rev 20348

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 4a43dd1d951b
children cc238dbafd75
files ploticus/receipt prboom/receipt
line diff
     1.1 --- a/ploticus/receipt	Sat Nov 18 15:47:29 2017 +0200
     1.2 +++ b/ploticus/receipt	Sat Nov 18 17:19:51 2017 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ploticus"
     1.7 -VERSION="2.40"
     1.8 +VERSION="2.42"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Data display engine."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -SOURCE="pl240src"
    1.14 +SOURCE="ploticus${VERSION/./}_src"
    1.15  TARBALL="$SOURCE.tar.gz"
    1.16  WEB_SITE="http://ploticus.sourceforge.net/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="zlib xorg libpng"
    1.21  BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev"
     2.1 --- a/prboom/receipt	Sat Nov 18 15:47:29 2017 +0200
     2.2 +++ b/prboom/receipt	Sat Nov 18 17:19:51 2017 +0100
     2.3 @@ -13,11 +13,12 @@
     2.4  
     2.5  DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom"
     2.6  BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa \
     2.7 -libpng-dev"
     2.8 +libpng-dev libglu-mesa-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13 +	sed -i 's|png_error_ptr_||;s|png_infopp_||' src/SDL/i_sshot.c
    2.14  	./configure \
    2.15  		--prefix=/usr \
    2.16  		--infodir=/usr/share/info \