Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ac280c3bb987b937ae1cb1152f92f7b6a027f40e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ac280c3bb987b937ae1cb1152f92f7b6a027f40e)
  • Date: Sun, 12 Jul 2020 19:57:21 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

crypto/password-store/DEPENDS | 2 +-
crypto/password-store/HISTORY | 3 +++
http/newsboat/DEPENDS | 2 +-
http/newsboat/HISTORY | 3 +++
perl-cpan/http-message/DETAILS | 6 +++---
perl-cpan/http-message/HISTORY | 3 +++
utils/htop/HISTORY | 4 ++++
utils/htop/PRE_BUILD | 4 ++++
utils/htop/htop-2.2.0-gcc-10.patch | 27 +++++++++++++++++++++++++++
utils/ncdu/DETAILS | 4 ++--
utils/ncdu/HISTORY | 3 +++
video-libs/x264/HISTORY | 3 +++
video-libs/x264/TRIGGERS | 1 +
video/ffmpeg/HISTORY | 3 +++
video/ffmpeg/TRIGGERS | 9 +++++----
x11/colord/DEPENDS | 3 ++-
x11/colord/HISTORY | 4 ++++
xorg-app/xcb-util-cursor/DEPENDS | 1 +
xorg-app/xcb-util-cursor/HISTORY | 3 +++
19 files changed, 76 insertions(+), 12 deletions(-)

New commits:
commit ac280c3bb987b937ae1cb1152f92f7b6a027f40e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

crypto/password-store: depend on bash-completion instead of bash

commit 1a9363bc955508d9b95388ace6437807d9924252
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/newsboat: depend on asciidoctor instead of asciidoc

commit d10136b78b9df32ec9342e19c818c51357ae4ec3
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/ncdu: version 1.15

commit 77056b758b698f6b3fdb2bb399c9750793f8aebf
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/http-message: version 6.25

commit 8b67910ca5b759b9873d212a6393645dc6caa837
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/htop: fix linking error with gcc 10

commit 0aff540d897267e637b10fbd2c4bb791927845e2
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

xorg-app/xorg-util-cursor: add dependency no xcb-util-image

commit c6705f9e8005b8f9d9ff4a44985e8d1b988f4773
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video-libs/x264: on cast codec2 check self

commit 068d32a93d16c57db6c5d4bd054d3c6d9a6fdb9a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video/ffmpeg: on cast codec2 check self

commit 0de4b3fe219d87ac6f21c6187d3febb39550db2f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/colord: add dependency on gobject-introspection

commit f046c73a633e274f6a9b756e3d65ecf23f49861c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/colord: fix optional dependency

diff --git a/crypto/password-store/DEPENDS b/crypto/password-store/DEPENDS
index 72fc491..d216acc 100755
--- a/crypto/password-store/DEPENDS
+++ b/crypto/password-store/DEPENDS
@@ -5,6 +5,6 @@ depends tree &&
depends util-linux &&
depends xclip &&

-suggest_depends bash "" "" "for bash completion" &&
+suggest_depends bash-completion "" "" "for bash completion" &&
suggest_depends zsh "" "" "for zsh completion" &&
suggest_depends fish "" "" "for fish completion"
diff --git a/crypto/password-store/HISTORY b/crypto/password-store/HISTORY
index 5397650..499826b 100644
--- a/crypto/password-store/HISTORY
+++ b/crypto/password-store/HISTORY
@@ -1,3 +1,6 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on bash-completion instead of bash
+
2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: GNUPG

diff --git a/http/newsboat/DEPENDS b/http/newsboat/DEPENDS
index 80d8dc6..bf7c93e 100755
--- a/http/newsboat/DEPENDS
+++ b/http/newsboat/DEPENDS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/FUNCTIONS" &&

depends -sub CXX gcc &&
-depends asciidoc &&
+depends asciidoctor &&
depends curl &&
depends GETTEXT &&
depends json-c &&
diff --git a/http/newsboat/HISTORY b/http/newsboat/HISTORY
index 5b46063..fc352f5 100644
--- a/http/newsboat/HISTORY
+++ b/http/newsboat/HISTORY
@@ -1,3 +1,6 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on asciidoctor instead of asciidoc
+
2020-07-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.20.1

diff --git a/perl-cpan/http-message/DETAILS b/perl-cpan/http-message/DETAILS
index 979b84e..129aa95 100755
--- a/perl-cpan/http-message/DETAILS
+++ b/perl-cpan/http-message/DETAILS
@@ -1,8 +1,8 @@
SPELL=http-message
- VERSION=6.24
-
SOURCE_HASH=sha512:c01625a7736f64fbed2da6482c5be74bbc85d4cd41de26b893f59dfb9e9f5a9b11c87ecc0290766d8ffa8c74969e9fea182a1b7f2760ec63e7f6e1e63f183cda
+ VERSION=6.25
+
SOURCE_HASH=sha512:db0dbb080c766c22dbb27af45f38bb6567526eac854e74c3e107ba2a491179445a8e0c0ab608c7a6daa3ee672df9a89035fc835e04e58aeb58d6362c3ab21f4d
SOURCE="HTTP-Message-${VERSION}.tar.gz"
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/O/OA/OALDERS/${SOURCE}
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/E/ET/ETHER/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/HTTP-Message-${VERSION}"
WEB_SITE="http://search.cpan.org/~LWWWP/HTTP-Message/";
LICENSE[0]=ART
diff --git a/perl-cpan/http-message/HISTORY b/perl-cpan/http-message/HISTORY
index 0ab796c..b077c17 100644
--- a/perl-cpan/http-message/HISTORY
+++ b/perl-cpan/http-message/HISTORY
@@ -1,3 +1,6 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 6.25
+
2020-05-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.24

diff --git a/utils/htop/HISTORY b/utils/htop/HISTORY
index 3f71399..9cebbdc 100644
--- a/utils/htop/HISTORY
+++ b/utils/htop/HISTORY
@@ -1,3 +1,7 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, htop-2.2.0-gcc-10.patch: add patch to fix linking error
+ with gcc 10
+
2018-04-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.2.0

diff --git a/utils/htop/PRE_BUILD b/utils/htop/PRE_BUILD
index 3332cc9..d4076b5 100755
--- a/utils/htop/PRE_BUILD
+++ b/utils/htop/PRE_BUILD
@@ -1,4 +1,8 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+
+
+patch -p1 < "$SPELL_DIRECTORY/htop-2.2.0-gcc-10.patch" &&
+
sedit 's:ncursesw/curses.h:curses.h:' RichString.h &&
sedit 's:ncursesw/curses.h:curses.h:' RichString.c
diff --git a/utils/htop/htop-2.2.0-gcc-10.patch
b/utils/htop/htop-2.2.0-gcc-10.patch
new file mode 100644
index 0000000..dc49b0b
--- /dev/null
+++ b/utils/htop/htop-2.2.0-gcc-10.patch
@@ -0,0 +1,27 @@
+--- a/CRT.h
++++ b/CRT.h
+@@ -140,7 +140,7 @@ extern const char **CRT_treeStr;
+
+ extern int CRT_delay;
+
+-int* CRT_colors;
++extern int* CRT_colors;
+
+ extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
+
+@@ -150,13 +150,13 @@ extern int CRT_scrollHAmount;
+
+ extern int CRT_scrollWheelVAmount;
+
+-char* CRT_termType;
++extern char* CRT_termType;
+
+ // TODO move color scheme to Settings, perhaps?
+
+ extern int CRT_colorScheme;
+
+-void *backtraceArray[128];
++extern void *backtraceArray[128];
+
+ #if HAVE_SETUID_ENABLED
+
diff --git a/utils/ncdu/DETAILS b/utils/ncdu/DETAILS
index fbe9d91..89f5436 100755
--- a/utils/ncdu/DETAILS
+++ b/utils/ncdu/DETAILS
@@ -1,9 +1,9 @@
SPELL="ncdu"
- VERSION=1.14.1
+ VERSION=1.15
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="http://dev.yorhel.nl/download/${SOURCE}";
-
SOURCE_HASH=sha512:7db9115f7ba20d43c47bc7187347658d7a4dc36da6ffdc54308d3966a431c24b87c3266854d69685c3ea5e29805b5a631805a783d6431e30bd83c411b398515d
+
SOURCE_HASH=sha512:02bea12e45c984db2a758ec97e60f510c365c51a417a340edced13a9ab9d237cd004ed37b940359ddc4bed81295e9748d3370ad209dacd7ff1f406e434d205f0
WEB_SITE="http://dev.yorhel.nl/ncdu/";
LICENSE[0]="MIT"
ENTERED="20081119"
diff --git a/utils/ncdu/HISTORY b/utils/ncdu/HISTORY
index 35d6862..e1aab41 100644
--- a/utils/ncdu/HISTORY
+++ b/utils/ncdu/HISTORY
@@ -1,3 +1,6 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.15
+
2020-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.14.1

diff --git a/video-libs/x264/HISTORY b/video-libs/x264/HISTORY
index 7a1724f..58f672f 100644
--- a/video-libs/x264/HISTORY
+++ b/video-libs/x264/HISTORY
@@ -1,3 +1,6 @@
+2020-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * TRIGGERS: on cast codec2 check self
+
2020-01-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 20191217-2245

diff --git a/video-libs/x264/TRIGGERS b/video-libs/x264/TRIGGERS
new file mode 100644
index 0000000..6ac1080
--- /dev/null
+++ b/video-libs/x264/TRIGGERS
@@ -0,0 +1 @@
+on_cast codec2 check_self
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index d9ae993..cd13d22 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2020-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * TRIGGERS: on cast codec2 check self
+
2020-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.3

diff --git a/video/ffmpeg/TRIGGERS b/video/ffmpeg/TRIGGERS
index 9195572..dc1174b 100755
--- a/video/ffmpeg/TRIGGERS
+++ b/video/ffmpeg/TRIGGERS
@@ -1,5 +1,6 @@
-on_cast libass check_self
-on_cast snappy check_self
+on_cast libass check_self
+on_cast snappy check_self
on_cast tesseract check_self
-on_cast x264 check_self
-on_cast x265 check_self
+on_cast x264 check_self
+on_cast x265 check_self
+on_cast codec2 check_self
diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
index 20b522c..86300e0 100755
--- a/x11/colord/DEPENDS
+++ b/x11/colord/DEPENDS
@@ -7,6 +7,7 @@ depends libgusb &&
depends meson &&
depends policykit &&
depends sqlite &&
+depends gobject-introspection &&

optional_depends gtk-doc \
'docs=true' \
@@ -18,7 +19,7 @@ optional_depends docbook-utils \
'man=false' \
'install manpages' &&

-optional_depends bash \
+optional_depends bash-completion \
'bash_completion=true' \
'bash_completion=false' \
'install bash completion' &&
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
index c228a70..a6d6ffa 100644
--- a/x11/colord/HISTORY
+++ b/x11/colord/HISTORY
@@ -1,3 +1,7 @@
+2020-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: optionally depend on bash-completion instead of bash,
+ add dependency on gobject-introspection
+
2019-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.4
* DEPENDS: add optional dependencies on gtk-doc and docbook-utils
diff --git a/xorg-app/xcb-util-cursor/DEPENDS
b/xorg-app/xcb-util-cursor/DEPENDS
index 2e073aa..3ef0ad9 100755
--- a/xorg-app/xcb-util-cursor/DEPENDS
+++ b/xorg-app/xcb-util-cursor/DEPENDS
@@ -1,3 +1,4 @@
depends xcb-util &&
depends xcb-util-renderutil &&
+depends xcb-util-image &&
optional_depends doxygen '--with-doxygen' '--without-doxygen' 'for
documentation'
diff --git a/xorg-app/xcb-util-cursor/HISTORY
b/xorg-app/xcb-util-cursor/HISTORY
index fe1fcb5..482da01 100644
--- a/xorg-app/xcb-util-cursor/HISTORY
+++ b/xorg-app/xcb-util-cursor/HISTORY
@@ -1,3 +1,6 @@
+2020-07-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on xcb-util-image
+
2016-05-13 Treeve Jelbert <trave AT sourcemage.org>
* DETAILS: version 0.1.3




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ac280c3bb987b937ae1cb1152f92f7b6a027f40e), Florian Franzmann, 07/12/2020

Archive powered by MHonArc 2.6.24.

Top of Page