Skip to Content.
Sympa Menu

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

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 grimoire by Ismael Luceno (85236f463a45a6d4a72fb8c5ea5150d580d0cac4)
  • Date: Mon, 21 Mar 2022 19:34:41 +0000

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

doc/mupdf/DETAILS | 12 +++---------
doc/mupdf/HISTORY | 4 ++++
doc/mupdf/PREPARE | 3 +--
libs/sdl2/DEPENDS | 4 ----
libs/sdl2/HISTORY | 3 +++
5 files changed, 11 insertions(+), 15 deletions(-)

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

sdl2: Remove glibc dep

It doesn't make any sense to build without using libc on a system that
entirely depends on it. The option is on by default.

commit 2083e01049e61d5974e3a9c43532e621a0feead2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mupdf 1.19.0

diff --git a/doc/mupdf/DETAILS b/doc/mupdf/DETAILS
index 453480c..f7077f30 100755
--- a/doc/mupdf/DETAILS
+++ b/doc/mupdf/DETAILS
@@ -1,15 +1,9 @@
SPELL=mupdf
-if [[ "${MUPDF_BRANCH}" == "rc" ]]; then
- VERSION=1.18.0
-
SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
-else
- VERSION=1.18.0
-
SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
-fi
+ VERSION=1.19.0
+
SOURCE_HASH=sha512:421e8e49f83cf00bfb2c86b5425939056fe866a048cf18e4c8f5764cdee9829974eea655c944d0f3f5a9407347cceaef34030f4079aa399e798da3ff849230e7
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION-source.tar.xz
- SOURCE_URL[0]=http://mupdf.com/downloads/$SOURCE
- SOURCE_URL[1]=http://mupdf.com/downloads/archive/$SOURCE
+ SOURCE_URL=(http://mupdf.com/downloads/archive/$SOURCE)
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-source"
WEB_SITE=http://www.mupdf.com/
ENTERED=20120426
diff --git a/doc/mupdf/HISTORY b/doc/mupdf/HISTORY
index 1993a7a..66f09af 100644
--- a/doc/mupdf/HISTORY
+++ b/doc/mupdf/HISTORY
@@ -1,3 +1,7 @@
+2022-03-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: removed branch selection
+ * DETAILS: updated spell to 1.19.0
+
2020-10-09 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.18.0
* DEPENDS: add dependency on gumbo-parser
diff --git a/doc/mupdf/PREPARE b/doc/mupdf/PREPARE
old mode 100755
new mode 100644
index 7efb81a..4c1cc9e
--- a/doc/mupdf/PREPARE
+++ b/doc/mupdf/PREPARE
@@ -1,2 +1 @@
-. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch stable rc
+persist_remove MUPDF_BRANCH
diff --git a/libs/sdl2/DEPENDS b/libs/sdl2/DEPENDS
index 95eb67e..2aa7e3c 100755
--- a/libs/sdl2/DEPENDS
+++ b/libs/sdl2/DEPENDS
@@ -4,10 +4,6 @@ if [ "$SDL2_BRANCH" == "scm" ]; then
depends mercurial
fi &&

-suggest_depends glibc \
- "--enable-libc" "-disable-libc" \
- "Use the system C library?" &&
-
suggest_depends libx11 \
"--with-x --enable-video-x11" \
"--without-x --disable-video-x11" \
diff --git a/libs/sdl2/HISTORY b/libs/sdl2/HISTORY
index 9bb29be..5d40e03 100644
--- a/libs/sdl2/HISTORY
+++ b/libs/sdl2/HISTORY
@@ -1,3 +1,6 @@
+2022-03-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: removed glibc dep
+
2022-01-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.0.20
* DEPENDS: added optional pipewire



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (85236f463a45a6d4a72fb8c5ea5150d580d0cac4), Ismael Luceno, 03/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page