wok-next rev 16272
Up: wine, wine-rt (1.7.16). Fix: wine needs prelink at build-time
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Apr 05 20:56:22 2014 +0000 (2014-04-05) |
parents | 69c80106a6af |
children | a3cf28d410dc |
files | wine-dev/receipt wine-rt-dev/receipt wine-rt/receipt wine/receipt |
line diff
1.1 --- a/wine-dev/receipt Sat Apr 05 22:48:39 2014 +0200 1.2 +++ b/wine-dev/receipt Sat Apr 05 20:56:22 2014 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine-dev" 1.7 -VERSION="1.5.23" 1.8 +VERSION="1.7.16" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Windows API for Linux development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/wine-rt-dev/receipt Sat Apr 05 22:48:39 2014 +0200 2.2 +++ b/wine-rt-dev/receipt Sat Apr 05 20:56:22 2014 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wine-rt-dev" 2.7 -VERSION="1.5.23" 2.8 +VERSION="1.7.16" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Windows API for Linux development files." 2.11 MAINTAINER="xj@wp.pl"
3.1 --- a/wine-rt/receipt Sat Apr 05 22:48:39 2014 +0200 3.2 +++ b/wine-rt/receipt Sat Apr 05 20:56:22 2014 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="wine-rt" 3.7 -VERSION="1.5.23" 3.8 +VERSION="1.7.16" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="Windows API for Linux." 3.11 MAINTAINER="xj@wp.pl" 3.12 @@ -15,7 +15,7 @@ 3.13 DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype jpeg \ 3.14 libpng tiff" 3.15 BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev libglu-mesa-dev freetype-dev \ 3.16 -libtool libxml2-dev libxslt-dev lcms-dev jpeg-dev libpng-dev tiff-dev" 3.17 +libtool libxml2-dev libxslt-dev lcms-dev jpeg-dev libpng-dev tiff-dev prelink" 3.18 3.19 # Rules to configure and make the package. 3.20 compile_rules()
4.1 --- a/wine/receipt Sat Apr 05 22:48:39 2014 +0200 4.2 +++ b/wine/receipt Sat Apr 05 20:56:22 2014 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="wine" 4.7 -VERSION="1.5.23" 4.8 +VERSION="1.7.16" 4.9 CATEGORY="misc" 4.10 SHORT_DESC="Windows API for Linux." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -13,7 +13,7 @@ 4.13 4.14 DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype" 4.15 BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev freetype-dev libtool \ 4.16 -libglu-mesa-dev libxml2-dev libxslt-dev lcms-dev" 4.17 +libglu-mesa-dev libxml2-dev libxslt-dev lcms-dev prelink" 4.18 4.19 # Rules to configure and make the package. 4.20 compile_rules()