diff options
-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 e27b8c353c3ad..12599dacfa1a1 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 9aef46078fab8..9b6d84c21c624 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 46e3f95e5888d..c80afc81f354c 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" |