wok-next diff assaultcube/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents 14cdf41afa35
children 8b5b2a6d07b8
line diff
     1.1 --- a/assaultcube/receipt	Wed Mar 14 17:27:57 2018 +0200
     1.2 +++ b/assaultcube/receipt	Fri Mar 16 00:27:34 2018 +0200
     1.3 @@ -12,9 +12,9 @@
     1.4  WEB_SITE="http://assault.cubers.net/"
     1.5  WGET_URL="$SF_MIRROR/actiongame/$TARBALL"
     1.6  
     1.7 -DEPENDS="openal libsdl-image libsdl-mixer mesa17 libglu-mesa assaultcube-data"
     1.8 -BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa17-dev \
     1.9 -libglu-mesa-dev zlib-dev"
    1.10 +DEPENDS="openal libsdl-image libsdl-mixer mesa glu assaultcube-data"
    1.11 +BUILD_DEPENDS="openal-dev libsdl-image-dev libsdl-mixer-dev mesa-dev \
    1.12 +glu-dev zlib-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()