summaryrefslogtreecommitdiffstats
path: root/system/wine-staging
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps@mundognu@gmail.com>2017-02-03 04:18:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:38:54 +0700
commit41a50a4bfde9617afcc5b8aa454717d60e1893cc (patch)
tree682a4a32dd1528110ce26172ce13d0d1385ca29a /system/wine-staging
parentc76a3a179e0e7e42ea4fda496d52c601afe0b6b6 (diff)
downloadslackbuilds-41a50a4bfde9617afcc5b8aa454717d60e1893cc.tar.gz
slackbuilds-41a50a4bfde9617afcc5b8aa454717d60e1893cc.tar.xz
system/wine-staging: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine-staging')
-rw-r--r--system/wine-staging/README43
-rw-r--r--system/wine-staging/slack-desc10
-rw-r--r--system/wine-staging/wine-staging.SlackBuild7
-rw-r--r--system/wine-staging/wine-staging.info10
4 files changed, 28 insertions, 42 deletions
diff --git a/system/wine-staging/README b/system/wine-staging/README
index 5b5ac199ff..f714b9c97b 100644
--- a/system/wine-staging/README
+++ b/system/wine-staging/README
@@ -1,38 +1,25 @@
wine-staging (Wine Staging is the testing area of winehq.org)
-It contains bug fixes and features, which have not been integrated
-into the development branch yet. The idea of Wine Staging is to
-provide experimental features faster to end users and to give
-developers the possibility to discuss and improve their patches before
-they are integrated into the main branch.
+It contains bug fixes and features, which have not been integrated
+into the development branch yet. The idea of Wine Staging is to
+provide experimental features faster to end users and to give
+developers the possibility to discuss and improve their patches
+before they are integrated into the main branch.
Wine Staging is maintained as a set of patches which has to be applied
-on top of the corresponding Wine development version. Package
-maintainers can decide if they want to include our full patchset, or
+on top of the corresponding Wine development version. Package
+maintainers can decide if they want to include our full patchset, or
only want to cherry-pick patches for specific bugs
-NOTE: At the moment, it only compiles a 32-bit version of Wine, this may
-change in the future with the ability to compile both 64-bit and 32-bit
-version of Wine. You'll need a multilib system in order to compile this.
+NOTE: At the moment, it only compiles a 32-bit version of Wine, this
+may change in the future with the ability to compile both 64-bit and
+32-bit version of Wine. You'll need a multilib system in order to
+compile this.
-While this is list as a separate package, this WILL overwrite your normal
-Wine binaries! Please keep this in mind.
+While this is list as a separate package, this WILL overwrite your
+normal Wine binaries! Please keep this in mind.
-Compile options/Optional dependences (keep in mind, you need 32-bit libs
-of each):
+Compile options/optional dependences (keep in mind, you need 32-bit
+libs of each):
See README.SLACKWARE for a giant list of dependencies.
-
-XORG=YES|NO (default: YES), enable or disable Xorg
-ALSA=YES|NO (default: YES), enable or disable ALSA
-OSS=YES|NO (default: NO), requires oss
-PULSE=YES|NO (default: NO), requires PulseAudio
-CUPS=YES|NO (default: YES), enable or disable CUPS
-DBUS=YES|NO (default: YES), enable or disable DBus
-GALLIUM=YES|NO (default: NO), enable or disable Gallium Nine support
- requires mesa compiled with the -nine option
-OPENAL=YES|NO (default: NO), requires OpenAL
-OPENGL=YES|NO (default: YES), enable or disable OpenGL
-JPEG=YES|NO (default: NO), enable or disable jpeg support
-PNG=YES|NO (default: NO), enable or disable png support
-MPG123=YES|NO (default: NO), enable or disable mpg123 support
diff --git a/system/wine-staging/slack-desc b/system/wine-staging/slack-desc
index cc9ef06d62..3817cbae2f 100644
--- a/system/wine-staging/slack-desc
+++ b/system/wine-staging/slack-desc
@@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
wine-staging: wine-staging (Wine Staging is the testing area of winehq.org)
wine-staging:
-wine-staging: It contains bug fixes and features, which have not been integrated
-wine-staging: into the development branch yet. The idea of Wine Staging is to
-wine-staging: provide experimental features faster to end users and to give
-wine-staging: developers the possibility to discuss and improve their patches before
-wine-staging: they are integrated into the main branch.
+wine-staging: It contains bug fixes and features, which have not been integrated
+wine-staging: into the development branch yet. The idea of Wine Staging is to
+wine-staging: provide experimental features faster to end users and to give
+wine-staging: developers the possibility to discuss and improve their patches
+wine-staging: before they are integrated into the main branch.
wine-staging:
wine-staging: Homepage: http://www.wine-staging.com/
wine-staging:
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 102d10f759..1680b2d8e7 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -2,8 +2,8 @@
#
# Slackware build script for wine-staging.
#
+# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
-# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
#
# All rights reserved.
#
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-1.9.23}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -179,9 +179,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --localstatedir=/var \
+ --mandir=/usr/man \
--sysconfdir=/etc \
--with-gnutls=yes \
--${do_x}-x \
diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info
index 4c3dfb4ffb..1848b95471 100644
--- a/system/wine-staging/wine-staging.info
+++ b/system/wine-staging/wine-staging.info
@@ -1,10 +1,10 @@
PRGNAM="wine-staging"
-VERSION="1.9.23"
+VERSION="2.0"
HOMEPAGE="http://www.wine-staging.com/"
-DOWNLOAD="https://dl.winehq.org/wine/source/1.9/wine-1.9.23.tar.bz2 \
- https://github.com/wine-compholio/wine-staging/archive/v1.9.23/wine-staging-1.9.23.tar.gz"
-MD5SUM="bb2a1490369dc08e48993b60b59233a8 \
- 423d881fbadb60b52593d91fca23e1a1"
+DOWNLOAD="https://dl.winehq.org/wine/source/2.0/wine-2.0.tar.bz2 \
+ https://github.com/wine-compholio/wine-staging/archive/v2.0/wine-staging-2.0.tar.gz"
+MD5SUM="fde8a855080279f74fb2e9ccec926db7 \
+ 3b919e4f8ea7ed7bcc22f311213b2868"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""