# HG changeset patch # User Christopher Rogers # Date 1286732846 0 # Node ID 005d03360612a592cb6147923cb508b5b5660e68 # Parent 8910b21cd8d636c3adf3fc456007e332f6a2f085 Up: wine to 1.2.1. diff -r 8910b21cd8d6 -r 005d03360612 wine-dev/receipt --- a/wine-dev/receipt Sun Oct 10 17:42:45 2010 +0000 +++ b/wine-dev/receipt Sun Oct 10 17:47:26 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wine-dev" -VERSION="1.2" +VERSION="1.2.1" CATEGORY="system-tools" SHORT_DESC="Windows API for Linux development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 8910b21cd8d6 -r 005d03360612 wine/receipt --- a/wine/receipt Sun Oct 10 17:42:45 2010 +0000 +++ b/wine/receipt Sun Oct 10 17:47:26 2010 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="wine" -VERSION="1.2" +VERSION="1.2.1" CATEGORY="misc" SHORT_DESC="Windows API for Linux." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="alsa-lib libxml2 libxslt libgl libglu xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext libgphoto2 libtool lcms \ esound" -BUILD_DEPENDS="flex bison xorg-dev mesa-dev" +BUILD_DEPENDS="flex bison xorg-dev mesa-dev freetype-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.winehq.org/" WGET_URL="http://prdownloads.sourceforge.net/$PACKAGE/$TARBALL" @@ -23,7 +23,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && - make && + make -j 4 && make DESTDIR=$PWD/_pkg install }