Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c5032ef68eeb303b8c57f8e425f204f5b72b2725)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c5032ef68eeb303b8c57f8e425f204f5b72b2725)
  • Date: Thu, 30 Dec 2021 23:59:07 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
games-strategy-tbs/wesnoth/DEPENDS | 10 +++++-----
games-strategy-tbs/wesnoth/DETAILS | 6 +++---
games-strategy-tbs/wesnoth/HISTORY | 4 ++++
4 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit c5032ef68eeb303b8c57f8e425f204f5b72b2725
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wesnoth 1.16.1

diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index a0eeb9d..28fbfbb 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -7,11 +7,11 @@ depends gettext &&
depends zlib &&
depends bzip2 &&
depends libvorbis &&
-depends sdl &&
-depends sdl_image &&
-depends sdl_mixer &&
-depends sdl_net &&
-depends sdl_ttf &&
+depends sdl2 &&
+depends sdl2_image &&
+depends sdl2_mixer &&
+depends sdl2_net &&
+depends sdl2_ttf &&

# TODO: add ASIO sub-dependency to boost spell
if list_find "$WESNOTH_OPTS" "-DENABLE_TESTS=ON"; then
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index da7d8c9..e33f403 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,17 +1,17 @@
SPELL=wesnoth
if [ "$WESNOTH_DEVEL" == "y" ]; then
- VERSION=1.12.6
+ VERSION=1.16.1
BRANCH=`echo $VERSION|cut -d. -f1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-$VERSION}
else
- VERSION=1.12.6
+ VERSION=1.16.1
BRANCH=`echo $VERSION|cut -d. -f1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-$VERSION}
fi
SECURITY_PATCH=1
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+
SOURCE_HASH=sha512:fcbc37e98ccc8fba5dfcf24a569d85b786ea8bdf43721c1b8f35c1661367fad7daf578df2b6ba37ffedfd66f4c838d977cbff0b3793ae38eacf8a3e5841d58bf
# check that we have the previous tarball first and if so, enable xdelta
if [[ $WESNOTH_XDELTA == y && -e $SOURCE_CACHE/$SPELL-$OLD_VERSION.tar.bz2
]]; then
SOURCE=$SPELL-$OLD_VERSION.tar-$SPELL-$VERSION.tar.xdelta
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 9a46985..e6af64b 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.16.1
+ * DEPENDS: switched to SDL2
+
2018-05-24 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: dropped lua, not required as internal version is used

diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.12.6.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.12.6.tar.bz2.sig
deleted file mode 100644
index dbefc1c..0000000
Binary files a/games-strategy-tbs/wesnoth/wesnoth-1.12.6.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c5032ef68eeb303b8c57f8e425f204f5b72b2725), Ismael Luceno, 12/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page