aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2024-11-11 23:24:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-11 23:30:01 +0700
commitb6d7af9dac25f5ad61545509f4ee497500a1bdb2 (patch)
treef26ec46aaf10e826c6a467759fd4c118abdea626 /audio
parent7083d77bba10e0efa5350ee69702ba17a5fc243d (diff)
audio/tuner: Updated for version 1.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/tuner/slack-desc2
-rw-r--r--audio/tuner/tuner.SlackBuild6
-rw-r--r--audio/tuner/tuner.info8
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/tuner/slack-desc b/audio/tuner/slack-desc
index f195048b558b..604443040847 100644
--- a/audio/tuner/slack-desc
+++ b/audio/tuner/slack-desc
@@ -15,5 +15,5 @@ tuner:
tuner:
tuner:
tuner:
-tuner: https://codeberg.org/tuner/tuner
+tuner: https://github.com/louis77/tuner
tuner:
diff --git a/audio/tuner/tuner.SlackBuild b/audio/tuner/tuner.SlackBuild
index 17e44472babd..6f749828526f 100644
--- a/audio/tuner/tuner.SlackBuild
+++ b/audio/tuner/tuner.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tuner
-# Copyright 2023-2024 Johannes Schoepfer, Germany
+# Copyright 2023-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tuner
-VERSION=${VERSION:-1.5.2}
+VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,7 @@ for src_nam in appdata.xml.in desktop.in gresource.xml gschema.xml; do
mv data/$GITHUB_NAME.$PRGNAM.$src_nam data/$PRGNAM.$src_nam
done
-# don't use libsoup-3.0 for now, as it crashes when choosung a radio station
+# don't use libsoup-3.0 for now
patch -p1 -R < $CWD/649732e05a.patch || true
sed -i "s/libsoup-3.0/libsoup-2.4/g" meson.build
diff --git a/audio/tuner/tuner.info b/audio/tuner/tuner.info
index 7186e93bf08d..0ed999c40f06 100644
--- a/audio/tuner/tuner.info
+++ b/audio/tuner/tuner.info
@@ -1,8 +1,8 @@
PRGNAM="tuner"
-VERSION="1.5.2"
-HOMEPAGE="https://codeberg.org/tuner/tuner"
-DOWNLOAD="https://github.com/louis77/tuner/archive/1.5.2/tuner-1.5.2.tar.gz"
-MD5SUM="2ce3e051256e63329628929113dca887"
+VERSION="1.5.3"
+HOMEPAGE="https://github.com/louis77/tuner"
+DOWNLOAD="https://github.com/louis77/tuner/archive/v1.5.3/tuner-1.5.3.tar.gz"
+MD5SUM="83d9c310b1886390ceaaa12ecc128088"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="granite"