Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (35fb1c95fd6b3b867d2d5da5839763e677d3b40a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (35fb1c95fd6b3b867d2d5da5839763e677d3b40a)
  • Date: Wed, 6 Dec 2023 12:29:22 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/gumbo-parser/DETAILS | 10 +++++-----
libs/gumbo-parser/HISTORY | 3 +++
mail/claws-mail/DEPENDS | 7 ++++++-
mail/claws-mail/DETAILS | 4 ++--
mail/claws-mail/HISTORY | 5 +++++
video/mplayer/BUILD | 2 +-
video/mplayer/CONFIGURE | 4 +---
video/mplayer/DEPENDS | 4 ++--
video/mplayer/DETAILS | 4 ++--
video/mplayer/HISTORY | 9 ++++++++-
10 files changed, 35 insertions(+), 17 deletions(-)

New commits:
commit 35fb1c95fd6b3b867d2d5da5839763e677d3b40a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mplayer: version 1.5, building again

commit 0360b349532bc44742b330e3e13f7a734ee71daf
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

claws-mail: version 4.2.0

commit b137b12fcf5bb620f951f5d97bd442be78f88538
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gumbo-parser: version 0.12.1

This moves from the archived github project to the fork on codeberg that
also Arch uses.

diff --git a/libs/gumbo-parser/DETAILS b/libs/gumbo-parser/DETAILS
index 770cafe..5870b3a 100755
--- a/libs/gumbo-parser/DETAILS
+++ b/libs/gumbo-parser/DETAILS
@@ -1,10 +1,10 @@
SPELL=gumbo-parser
- VERSION=0.10.1
+ VERSION=0.12.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=https://github.com/google/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:bb1fb55cd07076ab6a9f38dc14db50397dbdca9a04ace4895dfba8b8cbc09038a96e26070c09c75fa929ada2e815affe233c1e2ecd8afe2aba6201647cf277d1
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://github.com/google/gumbo-parser";
+
SOURCE_URL[0]=https://codeberg.org/grisha/gumbo-parser/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:df74bf00b20152306b71db5659d4bf35ef6098ad6937925301ee48c96772607d2ab8e49a5b262caa27a72d5f267762c85e1434690e6abbf7e67d63c4713346d7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="https://codeberg.org/grisha/gumbo-parser";
LICENSE[0]=Apache
ENTERED=20201009
SHORT="an HTML5 parser"
diff --git a/libs/gumbo-parser/HISTORY b/libs/gumbo-parser/HISTORY
index bcacee3..324d1b4 100644
--- a/libs/gumbo-parser/HISTORY
+++ b/libs/gumbo-parser/HISTORY
@@ -1,3 +1,6 @@
+2023-12-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.12.1 (fork on codeberg)
+
2020-10-09 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS, DETAILS: spell created

diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index 6571fc1..a689c5c 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -111,11 +111,16 @@ optional_depends perl \
"--disable-perl-plugin" \
"Enable perl plugin?" &&

-optional_depends python \
+optional_depends PYTHON \
"--enable-python-plugin" \
"--disable-python-plugin" \
"Enable python plugin?" &&

+optional_depends gumbo-parser \
+ "--enable-litehtml_viewer-plugin" \
+ "--disable-litehtml_viewer-plugin" \
+ "Enable litehtml_viewer plugin." &&
+
if [ "$CLAWSMAIL_GTK" == "gtk+3" ]; then
optional_depends webkitgtk3 \
"--enable-fancy-plugin" \
diff --git a/mail/claws-mail/DETAILS b/mail/claws-mail/DETAILS
index e541660..7063e96 100755
--- a/mail/claws-mail/DETAILS
+++ b/mail/claws-mail/DETAILS
@@ -1,10 +1,10 @@
SPELL=claws-mail
- VERSION=4.1.1
+ VERSION=4.2.0
SECURITY_PATCH=2
SOURCE=$SPELL-${VERSION}.tar.xz
# Watch: https://www.claws-mail.org/releases.php

SOURCE_URL="http://www.claws-mail.org/download.php?file=releases/${SOURCE}";
-
SOURCE_HASH=sha512:4157772fd0e918bae1df11230ce52691ff86181a0c164c0c5116d1ebb91885910e2e24ff18ae5e5ad4ed1c83ef830773de0b4ab40da988607909e0c17efb26b4
+
SOURCE_HASH=sha256:7c8ab1732d74197df06d61a6b7ebc7c580ecf6e92eb1ef6ae5b0107533f1af07:UPSTREAM_HASH
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.claws-mail.org/
ENTERED=20061209
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 0e9e16b..0909ab9 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,8 @@
+2023-12-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 4.2.0, fixing gcc13 build
+ * DEPENDS: add gumbo-parser depenency, replace
+ python by PYTHON just because python2 only is no option
+
2023-11-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: handle atk deprecation (half-automated)

diff --git a/video/mplayer/BUILD b/video/mplayer/BUILD
index f23250c..8cf79cc 100755
--- a/video/mplayer/BUILD
+++ b/video/mplayer/BUILD
@@ -1,6 +1,6 @@
disable_pic &&

-OPTS="$MPLAYER_OPTS $MPLAYER_IVTV $OPTS" &&
+OPTS="$MPLAYER_OPTS $OPTS" &&

CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
--confdir=${TRACK_ROOT}/etc/mplayer \
diff --git a/video/mplayer/CONFIGURE b/video/mplayer/CONFIGURE
index 2c514b1..99db292 100755
--- a/video/mplayer/CONFIGURE
+++ b/video/mplayer/CONFIGURE
@@ -1,7 +1,5 @@
config_query_list MPLAYER_GUI "What GUI do you want?" none gtk+ gtk+2 &&
-config_query_option MPLAYER_IVTV \
- "Build against IVTV?" n \
- "--enable-ivtv" "--disable-ivtv" &&
+persistent_remove MPLAYER_IVTV &&
config_query_option MPLAYER_OPTS \
"Enable Joystick support?" y \
"--enable-joystick" "--disable-joystick" &&
diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index b2146a9..b40eb60 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -17,10 +17,10 @@ if [[ $MPLAYER_BRANCH == scm ]]; then

optional_depends libxscrnsaver "" "--disable-xss" "to inhibit screensaver
start while playing"
else
- optional_depends -sub STABLE ffmpeg \
+ optional_depends LIBAVCODEC \
"--disable-ffmpeg_a" \
"" \
- "to use system ffmpeg instead of internal one" &&
+ "to use system ffmpeg instead of internal one (choose ffmpeg variant)" &&

optional_depends libdvdnav "" "--disable-dvdnav" "support for DVD
navigation"
fi &&
diff --git a/video/mplayer/DETAILS b/video/mplayer/DETAILS
index fdc2560..16bfa61 100755
--- a/video/mplayer/DETAILS
+++ b/video/mplayer/DETAILS
@@ -8,7 +8,7 @@ if [[ $MPLAYER_BRANCH == scm ]]; then
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=1.4
+ VERSION=1.5
SOURCE=MPlayer-$VERSION.tar.xz
# SOURCE2=$SOURCE.asc
SOURCE_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/releases/$SOURCE
@@ -16,7 +16,7 @@ else
SOURCE_URL[2]=ftp://ftp5.mplayerhq.hu/MPlayer/releases/$SOURCE
# SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
# SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
-
SOURCE_HASH=sha512:8ef71cad187d8c8f81c837279bd3a421b440c892d3347a667670b21c954007e35cf0d15828f0901f347b9c1b053e8da4bc7f0fb6de34382d1e463074923d7b34
+
SOURCE_HASH=sha256:650cd55bb3cb44c9b39ce36dac488428559799c5f18d16d98edb2b7256cbbf85:UPSTREAM_HASH
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/MPlayer-$VERSION
SECURITY_PATCH=4
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index e7e5e44..95438a5 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,4 +1,11 @@
-2021-01-12 Thomas Orgis <sobukus AT orgis.org>
+2023-12-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 1.5
+ * DEPENDS: LIBAVCODEC (really hoping for ffmpeg ... but now with
+ ffmpeg vs. ffmpeg6, we need the provider)
+ * CONFIGURE, BUILD: remove gone ivtv switch (use custom configure
args if
+ you want vidix stuff)
+
+2021-01-12 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: avoid --enable-x11 which breaks build here

2019-08-28 Ismael Luceno <ismael AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (35fb1c95fd6b3b867d2d5da5839763e677d3b40a), Thomas Orgis, 12/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page