summaryrefslogtreecommitdiffstats
path: root/wine-pipelight
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-12-14 16:24:46 +0000
committer Eric Hameleers <alien@slackware.com>2013-12-14 16:24:46 +0000
commitd1fcde9c3cc162eb30d36a1beead171f25f60603 (patch)
tree4daa9f5e209b732fb78e9885684dd36ba77c016e /wine-pipelight
parent8d9254d0233851ff629c9959b33d9fe591a9fe62 (diff)
downloadasb-d1fcde9c3cc162eb30d36a1beead171f25f60603.tar.gz
asb-d1fcde9c3cc162eb30d36a1beead171f25f60603.tar.xz
Update to Wine 1.7.8
Diffstat (limited to 'wine-pipelight')
-rwxr-xr-xwine-pipelight/build/wine-pipelight.SlackBuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/wine-pipelight/build/wine-pipelight.SlackBuild b/wine-pipelight/build/wine-pipelight.SlackBuild
index 661dec4a..407dc80f 100755
--- a/wine-pipelight/build/wine-pipelight.SlackBuild
+++ b/wine-pipelight/build/wine-pipelight.SlackBuild
@@ -26,12 +26,18 @@
# By: Eric Hameleers <alien@slackware.com>
# For: wine-pipelight
# Descr: A patched version of Wine that works with PipeLight.
-# URL: http://winehq.com/ , https://launchpad.net/pipelight
+# URL: http://winehq.com/ ,
+# http://fds-team.de/cms/pipelight-compile-wine.html ,
+# https://launchpad.net/pipelight
# Needs: OpenAL
# Build-req: fontforge (builds better fonts when compiling wine)
# Changelog:
# 1.7.5-1 04/nov/2013 by Eric Hameleers <alien@slackware.com>
# Initial build.
+# 1.7.6-1 15/nov/2013 by Eric Hameleers <alien@slackware.com>
+# Update to wine 1.7.6 plus compholio patch set.
+# 1.7.8-1 14/dec/2013 by Eric Hameleers <alien@slackware.com>
+# Update to wine 1.7.8 plus compholio patch set.
#
# Run 'sh wine-pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -42,7 +48,7 @@
PRGNAM=wine-pipelight
SRCNAM=wine
-SRCVER=${SRCVER:-"1.7.5"}
+SRCVER=${SRCVER:-"1.7.8"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}