diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-23 17:14:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:52 +0700 |
commit | c725423c502fec83007f793380d2cce9004a8086 (patch) | |
tree | 53fe7704520ae58fe59069f1a3b26c3b1b8044c0 | |
parent | 1dbdc856d012f3aba3ada5c4d959fd5388bab784 (diff) |
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>
-rw-r--r-- | desktop/mate-media/README | 2 | ||||
-rw-r--r-- | desktop/mate-media/mate-media.SlackBuild | 13 | ||||
-rw-r--r-- | desktop/mate-media/mate-media.info | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/desktop/mate-media/README b/desktop/mate-media/README index e27b8c353c3a..12599dacfa1a 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 9aef46078fab..9b6d84c21c62 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 46e3f95e5888..c80afc81f354 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" |