summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/playonlinux/README19
-rw-r--r--games/playonlinux/playonlinux.SlackBuild4
-rw-r--r--games/playonlinux/playonlinux.info8
3 files changed, 19 insertions, 12 deletions
diff --git a/games/playonlinux/README b/games/playonlinux/README
index 14508522b9..15f72982f1 100644
--- a/games/playonlinux/README
+++ b/games/playonlinux/README
@@ -1,6 +1,13 @@
-PlayOnLinux is a piece of sofware which allows you to easily install
-and use numerous games and softwares designed to run with Microsoft's
-Windows. Few games are compatible with GNU/Linux at the moment and it
-certainly is a factor preventing the migration to this system.
-PlayOnLinux brings an accessible and efficient solution to this
-problem, cost-free, and respectful of the free software.
+PlayOnLinux is a graphical front-end for Wine which automatically creates a
+prefix for the application you're trying to install. It manages its own wine
+versions internally, meaning you only have to have some version of Wine already
+already installed as a base and PlayOnLinux will automatically download and use
+whatever Wine version is necessary (which can also be specified by the user in the
+case of manual, unscripted installations). POL supports the use of installation
+scripts which are used to automatically install an application and configure Wine to
+work with that application. Dozens of official scripts for various games and
+software already exist, and the POL website has tutorials to instruct users on
+writing their own.
+
+For maximum performance and compatibility, PlayOnLinux should be run on a 32-bit
+system, or on a 64-bit system enabled for multilib, and 32-bit graphic libraries should be available.
diff --git a/games/playonlinux/playonlinux.SlackBuild b/games/playonlinux/playonlinux.SlackBuild
index dffb39065d..4ba2de4fed 100644
--- a/games/playonlinux/playonlinux.SlackBuild
+++ b/games/playonlinux/playonlinux.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=playonlinux
-VERSION=${VERSION:-4.1.8}
+VERSION=${VERSION:-4.1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,7 +35,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/games/playonlinux/playonlinux.info b/games/playonlinux/playonlinux.info
index a2cdda1cc1..12e4ea214a 100644
--- a/games/playonlinux/playonlinux.info
+++ b/games/playonlinux/playonlinux.info
@@ -1,10 +1,10 @@
PRGNAM="playonlinux"
-VERSION="4.1.8"
+VERSION="4.1.9"
HOMEPAGE="http://www.playonlinux.com/"
-DOWNLOAD="http://www.playonlinux.com/script_files/PlayOnLinux/4.1.8/PlayOnLinux_4.1.8.tar.gz"
-MD5SUM="c7e6c80d900cb002091af8525a427343"
+DOWNLOAD="http://www.playonlinux.com/script_files/PlayOnLinux/4.1.9/PlayOnLinux_4.1.9.tar.gz"
+MD5SUM="958ef6e960b59593bb2189f3078e7e7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cabextract wine wxPython"
+REQUIRES="cabextract wine wxPython icoutils imagick p7zip"
MAINTAINER="Matt Kelly"
EMAIL="iwakura1@gmail.com"