Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7c788207416dfaaac4fceec76ec6a734b6bbecec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7c788207416dfaaac4fceec76ec6a734b6bbecec)
  • Date: Mon, 28 Oct 2024 16:31:16 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-soft/speech-dispatcher/BUILD | 4 ++++
audio-soft/speech-dispatcher/DETAILS | 4 ++--
audio-soft/speech-dispatcher/HISTORY | 4 ++++
libs/raptor/BUILD | 14 ++------------
libs/raptor/HISTORY | 4 ++++
libs/raptor/patches/0001-fix-libxml2-2.11.patch | 23
++---------------------
printer/ghostscript/DEPENDS | 7 ++++++-
printer/ghostscript/HISTORY | 3 +++
video-libs/dav1d/DETAILS | 4 ++--
video-libs/dav1d/HISTORY | 3 +++
10 files changed, 32 insertions(+), 38 deletions(-)

New commits:
commit 7c788207416dfaaac4fceec76ec6a734b6bbecec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

speech-dispatcher - improve build

commit 4af7e5f7ed3dcc36bf14f758598bdd50da85839e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

speech-dispatcher: => 0.12.0-rc3

commit edb0367b798b87aa4e86954835ec0342c4e75e0f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

raptor - fix build

commit c9a43115f5a1667cb4770519488efce5149cf044
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dav1d: => 1.5.0

commit b795d3274b34fc6daa3fd22c08207067d2f3a426
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ghostscript - tweak depends

diff --git a/audio-soft/speech-dispatcher/BUILD
b/audio-soft/speech-dispatcher/BUILD
new file mode 100755
index 0000000..93cfb67
--- /dev/null
+++ b/audio-soft/speech-dispatcher/BUILD
@@ -0,0 +1,4 @@
+for ZZ in kali voxin baratinoo ivona pico;do
+ OPTS+=" --with-$ZZ=no"
+done &&
+default_build
diff --git a/audio-soft/speech-dispatcher/DETAILS
b/audio-soft/speech-dispatcher/DETAILS
index 4254a33..028c182 100755
--- a/audio-soft/speech-dispatcher/DETAILS
+++ b/audio-soft/speech-dispatcher/DETAILS
@@ -1,6 +1,6 @@
SPELL=speech-dispatcher
- VERSION=0.11.5
-
SOURCE_HASH=sha512:d6d880bce0ae5bc2a5d519ef7740c689ae8b4b0bb658379762810e4beae3e465a429fbe19f7c490e89db0ea6a36aedd4b2287ac9251b90059b5c2cb3c0dd8a28
+ VERSION=0.12.0-rc3
+
SOURCE_HASH=sha512:00a7eac574c2522422e24ca370afbd357ed6d20055795d9c54762259cb7037f632718fab877be6e279bb1d957b39d8f7b617efe2f5641ef1580f654f9ed786a4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/brailcom/speechd/releases/download/$VERSION/$SOURCE
diff --git a/audio-soft/speech-dispatcher/HISTORY
b/audio-soft/speech-dispatcher/HISTORY
index 7018614..c63efa1 100644
--- a/audio-soft/speech-dispatcher/HISTORY
+++ b/audio-soft/speech-dispatcher/HISTORY
@@ -1,3 +1,7 @@
+2024-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.12.0-rc3
+ * BUILD: disable non-existant modules
+
2024-06-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.11.5
* DEPENDS: add GETTEXT
diff --git a/libs/raptor/BUILD b/libs/raptor/BUILD
index f3c59e6..4fecd2a 100755
--- a/libs/raptor/BUILD
+++ b/libs/raptor/BUILD
@@ -2,15 +2,5 @@ OPTS="--with-xml-names=${RAPTOR_XMLVERSION} \
--with-www=${RAPTOR_WWWLIB} \
${OPTS}" &&

-#
-# Bash likes to muck with my quoted variables for RAPTOR_LIST
-# so we're going to just send it along like so
-#
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- --enable-parsers="$RAPTOR_LIST" \
- $OPTS &&
-make
+CFLAGS+=' -DLIBXML_HTTP_ENABLED' &&
+default_build
diff --git a/libs/raptor/HISTORY b/libs/raptor/HISTORY
index 4da0382..90b2363 100644
--- a/libs/raptor/HISTORY
+++ b/libs/raptor/HISTORY
@@ -1,3 +1,7 @@
+2024-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: simplify, fix xmlnano
+ * patches: fix patch
+
2023-11-11 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.0.16
* PRE_BUILD, patches/0001-fix-libxml2-2.11.patch: fix build
diff --git a/libs/raptor/patches/0001-fix-libxml2-2.11.patch
b/libs/raptor/patches/0001-fix-libxml2-2.11.patch
index 046f3a3..8b3668f 100644
--- a/libs/raptor/patches/0001-fix-libxml2-2.11.patch
+++ b/libs/raptor/patches/0001-fix-libxml2-2.11.patch
@@ -1,23 +1,5 @@
-diff --git a/media-libs/raptor/files/raptor-2.0.15-libxml2-2.11.patch
b/media-libs/raptor/files/raptor-2.0.15-libxml2-2.11.patch
-new file mode 100644
-index 000000000000..605301ca0fd1
---- /dev/null
-++ b/media-libs/raptor/files/raptor-2.0.15-libxml2-2.11.patch
-1,30 @@
-https://bugs.gentoo.org/906227
-https://github.com/dajobe/raptor/issues/59
-https://github.com/dajobe/raptor/pull/58
-
-From 4dbc4c1da2a033c497d84a1291c46f416a9cac51 Mon Sep 17 00:00:00 2001
-From: David Anes <david.anes AT suse.com>
-Date: Thu, 4 May 2023 11:54:02 +0200
-Subject: [PATCH] Remove the access to entities 'checked' private symbol for
- libxml2 2.11.0
-
-Since version 2.11.0, some private symbols that were never intended
-as public API/ABI have been removed from libxml2, therefore the field
-'checked' is no longer present and raptor fails to build in this
-scenario.
+diff --git a/src/raptor_libxml.c b/src/raptor_libxml.c
+index 538c2c8e..8bcee139 100644
--- a/src/raptor_libxml.c
+++ b/src/raptor_libxml.c
@@ -246,10 +246,11 @@ raptor_libxml_getEntity(void* user_data, const xmlChar
*name)
@@ -33,4 +15,3 @@ scenario.
*/

/* Mark this entity as having been checked - never do this again */
-
diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 0a780fb..0bd1c5f 100755
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -41,4 +41,9 @@ optional_depends "CUPS" \
optional_depends "openjpeg" \
"--enable-openjpeg" \
"--disable-openjpeg" \
- "JPX decoding"
+ "JPX decoding" &&
+
+optional_depends tesseract \
+ --with-tesseract \
+ --without-tesseract \
+ 'OCR support'
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 145b53c..8490f8f 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2024-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional tesseract
+
2024-09-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.04.0
SECURITY_PATCH=++ fixes:
diff --git a/video-libs/dav1d/DETAILS b/video-libs/dav1d/DETAILS
index dce52b8..0436861 100755
--- a/video-libs/dav1d/DETAILS
+++ b/video-libs/dav1d/DETAILS
@@ -9,8 +9,8 @@ if [[ "${DAV1D_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=1.4.3
-
SOURCE_HASH=sha512:f624de26a7b7361c29f981a894988b3d70219dc4c0fb3f4e70cd99c5ebee8b64326a4ee88bf7d6138aa66969bb6ab71e3fa37b1f0a13575ff58c42f2ad0befde
+ VERSION=1.5.0
+
SOURCE_HASH=sha512:cb6ab1c66acc9f7c792980cbc270e7f3000ecbd4a238b9cf41cc9f557691731f0146bea2483c14a9f70e72611fd1f8c2946faab792c60608ceaf7c0cbfe70b26
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://code.videolan.org/videolan/${SPELL}/-/archive/${VERSION}/${SOURCE}";
diff --git a/video-libs/dav1d/HISTORY b/video-libs/dav1d/HISTORY
index 9ceb0ae..28eb85d 100644
--- a/video-libs/dav1d/HISTORY
+++ b/video-libs/dav1d/HISTORY
@@ -1,3 +1,6 @@
+2024-10-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.0
+
2024-06-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.3



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7c788207416dfaaac4fceec76ec6a734b6bbecec), Treeve Jelbert, 10/28/2024

Archive powered by MHonArc 2.6.24.

Top of Page