Skip to Content.
Sympa Menu

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

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 (54054bc5a2f55e03787b24dceb34fa6ce95afb26)
  • Date: Sat, 21 Aug 2021 21:52:42 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

audio-drivers/pulseaudio/BUILD | 2
audio-drivers/pulseaudio/CONFIGURE | 14 +--
audio-drivers/pulseaudio/DEPENDS | 143
++++++++++++++++++-----------------
audio-drivers/pulseaudio/DETAILS | 5 -
audio-drivers/pulseaudio/HISTORY | 3
audio-drivers/pulseaudio/PRE_BUILD | 1
audio-drivers/pulseaudio/SUB_DEPENDS | 4
devel/doxygen/DETAILS | 4
devel/doxygen/HISTORY | 3
disk/xfsprogs/DETAILS | 4
disk/xfsprogs/HISTORY | 3
net/tor/DETAILS | 2
net/tor/HISTORY | 3
shell-term-fm/mc/DETAILS | 4
shell-term-fm/mc/HISTORY | 3
15 files changed, 113 insertions(+), 85 deletions(-)

New commits:
commit 54054bc5a2f55e03787b24dceb34fa6ce95afb26
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

audio-drivers/pulseaudio: version 15.0

commit 16425cfd302dbb65e2f40a4d2981ef2e62e2c622
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

shell-term-fm/mc: version 4.8.27

commit d71b980f93c1582f25b7c8f956ce75a7ec45c948
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

net/tor: version 0.4.6.7

commit f962752b7cf70de9a39719311f11b0e4b796af88
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/doxygen: version 1.9.2

commit 80ed371ebd28c82c73faadb0972066f479ae1e54
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

disk/xfsprogs: version 5.13.0

diff --git a/audio-drivers/pulseaudio/BUILD b/audio-drivers/pulseaudio/BUILD
index de071be..e8f518d 100755
--- a/audio-drivers/pulseaudio/BUILD
+++ b/audio-drivers/pulseaudio/BUILD
@@ -1,4 +1,4 @@
-OPTS="--with-database=${PULSE_DB} ${PULSEAUDIO_OPTS} ${OPTS}" &&
+OPTS="${PULSEAUDIO_OPTS} ${OPTS}" &&
LDFLAGS="${LDFLAGS/-Wl,--as-needed}" &&

default_build
diff --git a/audio-drivers/pulseaudio/CONFIGURE
b/audio-drivers/pulseaudio/CONFIGURE
index 5f72841..38cd91d 100755
--- a/audio-drivers/pulseaudio/CONFIGURE
+++ b/audio-drivers/pulseaudio/CONFIGURE
@@ -1,6 +1,8 @@
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
config_query_option PULSEAUDIO_OPTS "Enable Adrian's echo canceller?" n \
- "--enable-adrian-aec" \
- "--disable-adrian-aec" &&
+ "adrian-aec=true" \
+ "adrian-aec=false" &&

# backporting legacy options
for o in PULSE_OSS PULSE_IP6; do
@@ -11,11 +13,11 @@ for o in PULSE_OSS PULSE_IP6; do
done &&

config_query_option PULSEAUDIO_OPTS "Enable OSS output support?" n \
- "--enable-oss-output
--enable-oss-wrapper" \
- "--disable-oss-output
--disable-oss-wrapper" &&
+ "oss-output=enabled" \
+ "oss-output=disabled" &&

config_query_option PULSEAUDIO_OPTS "Enable IPv6 support?" n \
- "--enable-ipv6" \
- "--disable-ipv6" &&
+ "ipv6=true" \
+ "ipv6=false" &&

config_query_list PULSE_DB 'which configuration database do you want?' gdbm
tdb simple auto
diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index e7b8058..8554fbd 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -1,20 +1,20 @@
+depends meson &&
+depends cmake &&
+depends check &&
+
if [[ "$PULSE_DB" == 'gdbm' ]]; then
- depends gdbm
+ depends gdbm "database=gdbm"
elif [[ "$PULSE_DB" == 'tdb' ]]; then
- depends tdb
+ depends tdb "database=tdb"
else
message "using configuration database $PULSE_DB"
fi &&

# gettext is needed in order to build the desktop files
depends GETTEXT &&
-#optional_depends GETTEXT \
-# "--enable-nls" \
-# "--disable-nls" \
-# "for Native Language Support" &&
optional_depends libx11 \
- "--enable-x11" \
- "--disable-x11" \
+ "x11=enabled" \
+ "x11=disabled" \
"Enable X11 support?" &&

if is_depends_enabled $SPELL libx11; then
@@ -23,17 +23,21 @@ if is_depends_enabled $SPELL libx11; then
depends libxext &&
depends libxtst
fi &&
-optional_depends alsa-lib \
- "--enable-alsa" \
- "--disable-alsa" \
+optional_depends alsa-lib \
+ "alsa=enabled" \
+ "alsa=disabled" \
"Enable Advanced Linux Sound Architecture support?
(RECOMMENDED)" &&
-optional_depends glib2 \
- "--enable-glib2" \
- "--disable-glib2" \
- "Enable glib2 support?" &&
+optional_depends elogind \
+ "elogind=enabled" \
+ "elogind=disabled" \
+ "Enable elogind support?" &&
+optional_depends glib2 \
+ "glib=enabled" \
+ "glib=disabled" \
+ "Enable glib2 support?" &&
optional_depends gtk+3 \
- "--enable-gtk3" \
- "--disable-gtk3" \
+ "gtk=enabled" \
+ "gtk=disabled" \
"for GTK+3 support" &&

if is_depends_enabled $SPELL gtk+3; then
@@ -41,88 +45,94 @@ if is_depends_enabled $SPELL gtk+3; then
fi &&

optional_depends gconf2 \
- "--enable-gconf" \
- "--disable-gconf" \
- "for gconf support" &&
-optional_depends avahi \
- "--enable-avahi" \
- "--disable-avahi" \
+ "gsettings=enabled" \
+ "gsettings=disabled" \
+ "for gsettings support" &&
+optional_depends avahi \
+ "avahi=enabled" \
+ "avahi=disabled" \
"for ZerConf configuration support" &&
optional_depends JACK-DRIVER \
- "--enable-jack" \
- "--disable-jack" \
+ "jack=enabled" \
+ "jack=disabled" \
"for low-latency sound server support?" &&
optional_depends libasyncns \
- "--enable-asyncns" \
- "--disable-asyncns" \
+ "asyncns=enabled" \
+ "asyncns=disabled" \
"for asynchronous service queries?" &&
optional_depends tcp_wrappers \
- "--enable-tcpwrap" \
- "--disable-tcpwrap" \
+ "tcpwrap=enabled" \
+ "tcpwrap=disabled" \
"Enable TCP network filtering?" &&
optional_depends lirc \
- "--enable-lirc" \
- "--disable-lirc" \
+ "lirc=enabled" \
+ "lirc=disabled" \
"Enable infra-red remote control support?" &&
optional_depends DEVICE-MANAGER \
- "--enable-udev --disable-hal-compat" \
- "--disable-udev" \
+ "udev=enabled hal-compat=false" \
+ "udev=disabled" \
"for device hotplug support" &&
optional_depends bluez5 \
- "--enable-bluez5" \
- "--disable-bluez5" \
+ "bluez5=enabled" \
+ "bluez5=disabled" \
"for BlueZ-5 support" &&
optional_depends gstreamer-1.0 \
- "--enable-gstreamer" \
- "--disable-gstreamer" \
+ "gstreamer=enabled" \
+ "gstreamer=disabled" \
"for GStreamer-based RTP support" &&
+if is_depends_enabled $SPELL bluez5 && \
+ is_depends_enabled $SPELL gstreamer-1.0; then
+ OPTS+=" bluez5-gstreamer=enabled"
+fi &&

if is_depends_enabled $SPELL bluez ||
is_depends_enabled $SPELL bluez5; then
depends sbc &&
- depends dbus "--enable-dbus"
+ depends dbus "dbus=enabled"
else
- optional_depends dbus \
- "--enable-dbus" \
- "--disable-dbus" \
+ optional_depends dbus \
+ "dbus=enabled" \
+ "dbus=disabled" \
"for D-BUS system messaging"
fi &&

optional_depends SSL \
- "--enable-openssl" \
- "--disable-openssl" \
+ "openssl=enabled" \
+ "openssl=disabled" \
"for SSL support (Airtunes/RAOP)" &&
optional_depends doxygen \
- "--enable-manpages" \
- "--disable-manpages" \
- "for manpage generation" &&
-optional_depends libcap \
- "--with-caps" \
- "--without-caps" \
- "Enable POSIX capability support?" &&
+ "doxygen=true man=true" \
+ "doxygen=false man=false" \
+ "for doxygen-generated documentation" &&

optional_depends fftw \
- '--with-fftw' \
- '--without-fftw' \
+ 'fftw=enabled' \
+ 'fftw=disabled' \
'build equalizer' &&

optional_depends orc \
- '--enable-orc' \
- '--disable-orc' \
+ 'orc=enabled' \
+ 'orc=disabled' \
'improve code' &&
-#optional_depends policykit \
-# "--enable-polkit" \
-# "--disable-polkit" \
-# "for PolicyKit authentication support" &&

optional_depends speexdsp \
- "--with-speex" \
- "--without-speex" \
- "for resampling support" &&
+ "speex=enabled" \
+ "speex=disabled" \
+ "for speex resampling support" &&
+
+optional_depends soxr \
+ "soxr=enabled" \
+ "soxr=disabled" \
+ "for SoXR resampling support" &&
+
+optional_depends systemd \
+ "systemd=enabled" \
+ "systemd=disabled" \
+ "for systemd support" &&

optional_depends webrtc-audio-processing \
- "--enable-webrtc-aec" \
- "--disable-webrtc-aec" \
+ "webrtc-aec=enabled" \
+ "webrtc-aec=disabled" \
"for WebRTC-based echo canceller" &&

if is_depends_enabled ${SPELL} webrtc-audio-processing; then
@@ -130,7 +140,8 @@ if is_depends_enabled ${SPELL} webrtc-audio-processing;
then
fi &&

suggest_depends pasystray '' '' 'for Preferences tool & System Tray'
&&
-suggest_depends paprefs '' '' 'for Preferences tool' &&
-suggest_depends pavucontrol '' '' 'for Volume Control tool' &&
-suggest_depends pavumeter '' '' 'for Volume Meter tool' &&
+suggest_depends paprefs '' '' 'for Preferences tool'
&&
+suggest_depends pavucontrol '' '' 'for Volume Control tool'
&&
+suggest_depends ncpamixer '' '' 'for TUI Volume Control tool'
&&
+suggest_depends pavumeter '' '' 'for Volume Meter tool'
&&
suggest_depends paman '' '' 'for Manager tool'
diff --git a/audio-drivers/pulseaudio/DETAILS
b/audio-drivers/pulseaudio/DETAILS
index 0064199..23f8db4 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -1,6 +1,7 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=pulseaudio
- VERSION=14.2
-
SOURCE_HASH=sha512:196338cbb26c542301b6d0579070dfbcc42e76dc17405f3e216af70519bec2003089b80c573a32d5f96bdab078631ca09ce89998ab7a0a8ffa26955a9bcb3c4a
+ VERSION=15.0
+
SOURCE_HASH=sha512:352ef20384c76c631c0faa73b08e2318902a433712e0c086a5ac7a0ae58873c8d4be8f35879bdec71a93b19ae8e2ba073cacac4d56215bcf58375a0cd9d88833
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=https://freedesktop.org/software/$SPELL/releases/$SOURCE
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
index 9f89efd..ed92950 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,6 @@
+2021-08-21 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS, BUILD, DEPENDS, SUB_DEPENDS, CONFIGURE: version 15.0
+
2021-05-07 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 14.2

diff --git a/audio-drivers/pulseaudio/PRE_BUILD
b/audio-drivers/pulseaudio/PRE_BUILD
index aac16a1..b831fbc 100755
--- a/audio-drivers/pulseaudio/PRE_BUILD
+++ b/audio-drivers/pulseaudio/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sed -i 's/-Werror//' configure &&

for group in pulse{,-rt,-access}; do
create_group $group
diff --git a/audio-drivers/pulseaudio/SUB_DEPENDS
b/audio-drivers/pulseaudio/SUB_DEPENDS
index 4e48b80..e72305e 100755
--- a/audio-drivers/pulseaudio/SUB_DEPENDS
+++ b/audio-drivers/pulseaudio/SUB_DEPENDS
@@ -1,9 +1,9 @@
case $THIS_SUB_DEPENDS in
AVAHI) echo "ZeroConf support requested, forcing avahi dependency."
- depends avahi '--enable-avahi'
+ depends avahi 'avahi=enabled'
;;
GLIB) echo "GNOME support requested, forcing glib2 dependency."
- depends glib2 '--enable-glib2'
+ depends glib2 'gsettings=enabled'
;;
*) echo "Unknown sub-dependency $THIS_SUB_DEPENDS!"
return 1
diff --git a/devel/doxygen/DETAILS b/devel/doxygen/DETAILS
index 1b4f932..e2147f8 100755
--- a/devel/doxygen/DETAILS
+++ b/devel/doxygen/DETAILS
@@ -1,6 +1,6 @@
SPELL=doxygen
- VERSION=1.9.1
-
SOURCE_HASH=sha512:637496c549a4a150cfaeb5d4913de512262145ecd7d455d7b7f3dd68f9416e47d931a6c1efd8a17d931e4baf4a8a9f2ed21124664003b123b6f89ca4abf263ed
+ VERSION=1.9.2
+
SOURCE_HASH=sha512:2729d013b0363a919bbf6babd300389b76e95dd9dbb16ac0f57fc5a0392d3e2076ea4fba958a236311513e68e4aa056a77bd22c9c92b410a17eed095e5adccc0
SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://doxygen.nl/files/$SOURCE
diff --git a/devel/doxygen/HISTORY b/devel/doxygen/HISTORY
index 4351086..1309574 100644
--- a/devel/doxygen/HISTORY
+++ b/devel/doxygen/HISTORY
@@ -1,3 +1,6 @@
+2021-08-21 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.9.2
+
2021-01-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.9.1

diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index 44ddf22..3c64f44 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,9 +1,9 @@
SPELL=xfsprogs
- VERSION=5.12.0
+ VERSION=5.13.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$SOURCE
-
SOURCE_HASH=sha512:d31263529cd5e0aad2b4414aca91f352c6df9de9a241655e43b5592a3ca120efdcfcd8cf84401ebd1b3fcf67027f0923fecc6f961bdaf12fb00c3ac67abd5fe7
+
SOURCE_HASH=sha512:8e21bc43fb5cd49dccd6415b86f9e146d29c265a5d908f6898673290d6a2ac4a00bd25440fd7fab5ba080237d4bd54f56855ae64cdb32e59edae100b96155ca8
LICENSE[0]=GPL

WEB_SITE=https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
ENTERED=20020110
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index dd95ecf..c7551c3 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,6 @@
+2021-08-21 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 5.13.0
+
2021-05-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 5.12.0

diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index a97ee67..850b19c 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,5 +1,5 @@
SPELL=tor
- VERSION=0.4.6.6
+ VERSION=0.4.6.7
SECURITY_PATCH=16
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 2095379..955e9b1 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,6 @@
+2021-08-21 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.4.6.7
+
2021-07-03 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.4.6.6

diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 4ba4395..d721ac7 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -1,6 +1,6 @@
SPELL=mc
- VERSION=4.8.26
-
SOURCE_HASH=sha512:f2f06915b775ecc94016fe5d5db9301e953cc89ee0708e79ee96e14a9f53142a467b27061ca57f65b40310fa86d4d13e2f2a29a601f8fefa6216fb10f73007be
+ VERSION=4.8.27
+
SOURCE_HASH=sha512:c955d66cee06e3a0e0c795f2f6b98b184762363390a903cf8ef83dc5e98e6e94d5a9c06c4788d9ff4b3ae111541df8c7dc0b864a5c21c40421a81cd8690e9a69
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://www.midnight-commander.org/downloads/$SOURCE
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 5e339ac..338ae5c 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2021-08-21 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 4.8.27
+
2021-01-22 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 4.8.26




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (54054bc5a2f55e03787b24dceb34fa6ce95afb26), Florian Franzmann, 08/21/2021

Archive powered by MHonArc 2.6.24.

Top of Page