wok-6.x rev 22133
updated wine-rt and wine-rt-dev (1.7.16 -> 4.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 05 07:33:23 2019 +0100 (2019-11-05) |
parents | a767124ef9da |
children | fa9857508db0 |
files | wine-rt-dev/receipt wine-rt/receipt |
line diff
1.1 --- a/wine-rt-dev/receipt Mon Nov 04 17:18:08 2019 +0100 1.2 +++ b/wine-rt-dev/receipt Tue Nov 05 07:33:23 2019 +0100 1.3 @@ -1,20 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine-rt-dev" 1.7 -VERSION="1.7.16" 1.8 +VERSION="4.0.2" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Windows API for Linux development files." 1.11 +SHORT_DESC="Windows API for Linux - development files." 1.12 MAINTAINER="xj@wp.pl" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.winehq.org/" 1.15 +WEB_SITE="https://www.winehq.org/" 1.16 + 1.17 +PROVIDE="wine-dev" 1.18 WANTED="wine-rt" 1.19 -PROVIDE="wine-dev" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib/wine $fs/usr/share 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine 1.27 - cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine 1.28 + mkdir -p $fs/usr/lib/wine 1.29 + mkdir -p $fs/usr/share 1.30 + 1.31 + cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine 1.33 + cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine 1.34 }
2.1 --- a/wine-rt/receipt Mon Nov 04 17:18:08 2019 +0100 2.2 +++ b/wine-rt/receipt Tue Nov 05 07:33:23 2019 +0100 2.3 @@ -1,26 +1,27 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wine-rt" 2.7 -VERSION="1.7.16" 2.8 +VERSION="4.0.2" 2.9 CATEGORY="misc" 2.10 +TAGS="windows" 2.11 SHORT_DESC="Windows API for Linux." 2.12 MAINTAINER="xj@wp.pl" 2.13 LICENSE="LGPL2.1" 2.14 -TARBALL="${PACKAGE%-rt}-$VERSION.tar.bz2" 2.15 -WEB_SITE="http://www.winehq.org/" 2.16 -WGET_URL="$SF_MIRROR/${PACKAGE%-rt}/$TARBALL" 2.17 -TAGS="windows" 2.18 +WEB_SITE="https://www.winehq.org/" 2.19 + 2.20 +TARBALL="${PACKAGE%-rt}-$VERSION.tar.xz" 2.21 +WGET_URL="https://dl.winehq.org/${PACKAGE%-rt}/source/${VERSION%.*}/$TARBALL" 2.22 + 2.23 PROVIDE="wine" 2.24 - 2.25 -DEPENDS="alsa-lib libxml2 libxslt mesa libglu-mesa xorg-dev lcms freetype jpeg \ 2.26 -libpng tiff" 2.27 -BUILD_DEPENDS="alsa-lib-dev flex bison mesa-dev libglu-mesa-dev freetype-dev \ 2.28 -libtool libxml2-dev libxslt-dev lcms-dev jpeg-dev libpng-dev tiff-dev prelink" 2.29 +DEPENDS="alsa-lib freetype jpeg lcms libglu-mesa libpng libxslt libxml2 mesa \ 2.30 + tiff xorg-dev" 2.31 +BUILD_DEPENDS="alsa-lib-dev bison flex freetype-dev jpeg-dev lcms-dev libglu-mesa-dev \ 2.32 + libpng-dev libtool libxml2-dev libxslt-dev mesa-dev prelink tiff-dev" 2.33 2.34 # Rules to configure and make the package. 2.35 compile_rules() 2.36 { 2.37 - cd $src 2.38 + # since 1.7.3.2 2.39 patch -s -Np1 -i $stuff/wine-rt-101107.patch 2.40 2.41 CONFIGURE_ARGS=' 2.42 @@ -37,29 +38,31 @@ 2.43 --without-mpg123 2.44 --without-openal 2.45 --without-opencl 2.46 - --without-openssl 2.47 --without-oss 2.48 --without-sane 2.49 --without-v4l 2.50 --disable-win16 2.51 --with-x 2.52 ' 2.53 - CFLAGS="$CFLAGS -O2 -funroll-loops -frounding-math -mfpmath=sse -msse2 \ 2.54 - -fsignaling-nans -pipe" 2.55 - 2.56 - ./configure $CONFIGURE_ARGS && 2.57 - make $MAKEFLAGS && make install 2.58 + CFLAGS="$CFLAGS -O2 -funroll-loops -frounding-math -mfpmath=sse -msse2 \ 2.59 + -fsignaling-nans -pipe" 2.60 + 2.61 + ./configure $CONFIGURE_ARGS && 2.62 + make $MAKEFLAGS && 2.63 + make install 2.64 } 2.65 2.66 # Rules to gen a SliTaz package suitable for Tazpkg. 2.67 genpkg_rules() 2.68 { 2.69 - mkdir -p $fs/usr/lib/wine $fs/usr/share 2.70 - cp -a $install/usr/bin $fs/usr 2.71 - cp -a $install/usr/share/wine $fs/usr/share 2.72 - cp -a $install/usr/share/applications $fs/usr/share 2.73 - cp -a $install/usr/lib/lib* $fs/usr/lib 2.74 - cp -a $install/usr/lib/wine/*.so $fs/usr/lib/wine 2.75 + mkdir -p $fs/usr/lib/wine 2.76 + mkdir -p $fs/usr/share 2.77 + 2.78 + cp -a $install/usr/bin $fs/usr 2.79 + cp -a $install/usr/share/wine $fs/usr/share 2.80 + cp -a $install/usr/share/applications $fs/usr/share 2.81 + cp -a $install/usr/lib/lib* $fs/usr/lib 2.82 + cp -a $install/usr/lib/wine/*.so $fs/usr/lib/wine 2.83 } 2.84 2.85 post_install()