summaryrefslogtreecommitdiffstats
path: root/libraries/allegro
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2021-04-17 11:11:52 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-26 11:50:53 +0700
commit04aec59083aef3e931f1335511293b4eb7f8ed9b (patch)
tree005428dbdacbc4091ac1e879bc295bb3cc026840 /libraries/allegro
parented36fb57e43fb824b049eda101837d4c1b3aa2ef (diff)
downloadslackbuilds-04aec59083aef3e931f1335511293b4eb7f8ed9b.tar.gz
slackbuilds-04aec59083aef3e931f1335511293b4eb7f8ed9b.tar.xz
libraries/allegro: Removing workaround for 14.2, and updated for version 5.2.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/allegro')
-rw-r--r--libraries/allegro/README13
-rw-r--r--libraries/allegro/allegro.SlackBuild3
-rw-r--r--libraries/allegro/allegro.info6
3 files changed, 4 insertions, 18 deletions
diff --git a/libraries/allegro/README b/libraries/allegro/README
index 6abdda452c..920768e002 100644
--- a/libraries/allegro/README
+++ b/libraries/allegro/README
@@ -12,16 +12,3 @@ contributions from all over the world! Some of its key features include:
* Open Source - anyone can contribute, including you!
* Free - it won't cost you a dime, and there are no restrictions on
its usage
-
-You can disable native_dialog addon by passing this option :
-ALLEGRO_NATIVE_DIALOG=off ./allegro.Slackbuild
-
-Since it depends on gtk3, and slackware-14.2's gtk3 is too old, this addon
-prevents allegro 5.2.7+ to build on slackware-14.2.
-So if you want, or need, to build allegro 5.2.7.0 on slackware-14.2 you have
-to disable this addon by running this command :
-VERSION=2.5.7.0 ALLEGRO_NATIVE_DIALOG=off ./allegro.Slackbuild
-
-On slackware-current, the simple version bump is enough, and the native_dialog
-addon works pretty fine :
-VERSION=2.5.7.0 ./allegro.Slackbuild
diff --git a/libraries/allegro/allegro.SlackBuild b/libraries/allegro/allegro.SlackBuild
index 1c6d8c9db4..221da1a1cf 100644
--- a/libraries/allegro/allegro.SlackBuild
+++ b/libraries/allegro/allegro.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=allegro
SRCNAM=allegro5
-VERSION=${VERSION:-5.2.6.0}
+VERSION=${VERSION:-5.2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,6 @@ cd build
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DWANT_NATIVE_DIALOG=${ALLEGRO_NATIVE_DIALOG:-on} \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install DESTDIR=$PKG
diff --git a/libraries/allegro/allegro.info b/libraries/allegro/allegro.info
index da048b802b..4d567aced7 100644
--- a/libraries/allegro/allegro.info
+++ b/libraries/allegro/allegro.info
@@ -1,8 +1,8 @@
PRGNAM="allegro"
-VERSION="5.2.6.0"
+VERSION="5.2.7.0"
HOMEPAGE="https://liballeg.org/"
-DOWNLOAD="https://github.com/liballeg/allegro5/archive/5.2.6.0/allegro5-5.2.6.0.tar.gz"
-MD5SUM="ba218861ee98ee855213af3f602a6049"
+DOWNLOAD="https://github.com/liballeg/allegro5/archive/5.2.7.0/allegro5-5.2.7.0.tar.gz"
+MD5SUM="0485609b34225ec796e9ce908938bdd5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""