summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Johannes Schoepfer2024-02-23 09:14:50 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:34:52 +0100
commitc725423c502fec83007f793380d2cce9004a8086 (patch)
tree53fe7704520ae58fe59069f1a3b26c3b1b8044c0 /desktop
parent1dbdc856d012f3aba3ada5c4d959fd5388bab784 (diff)
downloadslackbuilds-c725423c502fec83007f793380d2cce9004a8086.tar.gz
desktop/mate-media: Updated for version 1.28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/mate-media/README2
-rw-r--r--desktop/mate-media/mate-media.SlackBuild13
-rw-r--r--desktop/mate-media/mate-media.info6
3 files changed, 10 insertions, 11 deletions
diff --git a/desktop/mate-media/README b/desktop/mate-media/README
index e27b8c353c..12599dacfa 100644
--- a/desktop/mate-media/README
+++ b/desktop/mate-media/README
@@ -1,4 +1,2 @@
-mate-media (media tools for the MATE desktop)
-
mate-media contains media tools for the MATE desktop, including
the mixer applet.
diff --git a/desktop/mate-media/mate-media.SlackBuild b/desktop/mate-media/mate-media.SlackBuild
index 9aef46078f..9b6d84c21c 100644
--- a/desktop/mate-media/mate-media.SlackBuild
+++ b/desktop/mate-media/mate-media.SlackBuild
@@ -2,9 +2,9 @@
# Slackware build script for mate-media
-# Copyright 2013 Chess Griffin Raleigh, NC
-# Copyright 2013-2021 Willy Sudiarto Raharjo
-# Copyright 2023 Johannes Schoepfer, Germany
+# Copyright 2013 Chess Griffin Raleigh, NC
+# Copyright 2013-2021 Willy Sudiarto Raharjo
+# Copyright 2023-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mate-media
-VERSION=${VERSION:-1.26.2}
+VERSION=${VERSION:-1.28.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -93,9 +93,10 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --enable-deprecated \
- --disable-static \
--enable-shared \
+ --disable-static \
+ --disable-schemas-compile \
+ --enable-panelapplet \
--build=$ARCH-slackware-linux
make
diff --git a/desktop/mate-media/mate-media.info b/desktop/mate-media/mate-media.info
index 46e3f95e58..c80afc81f3 100644
--- a/desktop/mate-media/mate-media.info
+++ b/desktop/mate-media/mate-media.info
@@ -1,8 +1,8 @@
PRGNAM="mate-media"
-VERSION="1.26.2"
+VERSION="1.28.0"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-media/"
-DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-media-1.26.2.tar.xz"
-MD5SUM="4202b5b5bf55f9069aff04701e19124f"
+DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-media-1.28.0.tar.xz"
+MD5SUM="9d1b9248966edadf52b23c8e8369a685"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmatemixer mate-panel"