pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mate-media mate-media: update to 1.22.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1405c96f8f11
branches:  trunk
changeset: 322008:1405c96f8f11
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Apr 07 01:02:35 2019 +0000

description:
mate-media: update to 1.22.1

### mate-media 1.22.1

  * Translations update
  * add widget name volume-applet to panel-applet
  * enable/disable StatusIcon applet in XDG dir
  * Allow disabling either statusicon or panelapplet
  * edit desktop file for GtkStatusIcon applet
  * travis: add libmate-panel dependency
  * Re-enable old GtkStatusIcon
  * Enable a mute menuitem for the output
  * Ensure volume slider is always perpendicular to the panel
  * Ensure volume icon is always correctly scaled
  * Convert GtkStatusIcon to real applet

diffstat:

 multimedia/mate-media/Makefile                |   4 ++--
 multimedia/mate-media/PLIST                   |   9 ++++++---
 multimedia/mate-media/distinfo                |  11 ++++++-----
 multimedia/mate-media/patches/patch-configure |  13 +++++++++++++
 4 files changed, 27 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r f5c29fd04d95 -r 1405c96f8f11 multimedia/mate-media/Makefile
--- a/multimedia/mate-media/Makefile    Sat Apr 06 21:52:22 2019 +0000
+++ b/multimedia/mate-media/Makefile    Sun Apr 07 01:02:35 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2019/01/16 18:01:26 youri Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/07 01:02:35 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-media-${VERSION}
+DISTNAME=      mate-media-${VERSION:R}.1
 CATEGORIES=    multimedia
 
 COMMENT=       MATE media tools for MATE Desktop
diff -r f5c29fd04d95 -r 1405c96f8f11 multimedia/mate-media/PLIST
--- a/multimedia/mate-media/PLIST       Sat Apr 06 21:52:22 2019 +0000
+++ b/multimedia/mate-media/PLIST       Sun Apr 07 01:02:35 2019 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2019/03/06 07:14:56 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/04/07 01:02:35 gutteridge Exp $
 bin/mate-volume-control
-bin/mate-volume-control-applet
+bin/mate-volume-control-status-icon
+libexec/mate-volume-control-applet
 man/man1/mate-volume-control-applet.1
 man/man1/mate-volume-control.1
 share/applications/mate-volume-control.desktop
-share/examples/mate-media/xdg/autostart/mate-volume-control-applet.desktop
+share/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service
+share/examples/mate-media/xdg/autostart/mate-volume-control-status-icon.desktop
 share/locale/af/LC_MESSAGES/mate-media.mo
 share/locale/am/LC_MESSAGES/mate-media.mo
 share/locale/an/LC_MESSAGES/mate-media.mo
@@ -177,6 +179,7 @@
 share/mate-media/icons/hicolor/scalable/status/audio-input-microphone-medium.svg
 share/mate-media/icons/hicolor/scalable/status/audio-input-microphone-muted.svg
 share/mate-media/sounds/mate-sounds-default.xml
+share/mate-panel/applets/org.mate.applets.GvcApplet.mate-panel-applet
 share/sounds/mate/default/alerts/bark.ogg
 share/sounds/mate/default/alerts/drip.ogg
 share/sounds/mate/default/alerts/glass.ogg
diff -r f5c29fd04d95 -r 1405c96f8f11 multimedia/mate-media/distinfo
--- a/multimedia/mate-media/distinfo    Sat Apr 06 21:52:22 2019 +0000
+++ b/multimedia/mate-media/distinfo    Sun Apr 07 01:02:35 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/03/06 07:14:56 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2019/04/07 01:02:35 gutteridge Exp $
 
-SHA1 (mate-media-1.22.0.tar.xz) = 73c6b0e840fd4d2c5d89a66c4d0643d8b93f657f
-RMD160 (mate-media-1.22.0.tar.xz) = 1079a42a6823c50d7c9920919c7329915a831a48
-SHA512 (mate-media-1.22.0.tar.xz) = 1c1751ebb0c848cece0e2fc10240832dff317dfcc08aa6721fe00feaf2cff907c700f5e0debd5a236078a199b9d65d59124ffca7a04f61d425d16b1adb02fc1f
-Size (mate-media-1.22.0.tar.xz) = 504312 bytes
+SHA1 (mate-media-1.22.1.tar.xz) = 53516e2615c40097dcbde4ced00a6dcb8900d60f
+RMD160 (mate-media-1.22.1.tar.xz) = 9a1aef67db76b707c0c7a95690bbb9ae40583f83
+SHA512 (mate-media-1.22.1.tar.xz) = e7bce9128bc6e551cd918af669d52a7ca238a280a4ca09d15822f4d5b52fd9925b647278a39067a1f2a5dd0facfad4988385233939abbdf4aefecc21d2e089d9
+Size (mate-media-1.22.1.tar.xz) = 486664 bytes
+SHA1 (patch-configure) = 6deed33abaea7fa2f356ae20d9766f701326a912
diff -r f5c29fd04d95 -r 1405c96f8f11 multimedia/mate-media/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mate-media/patches/patch-configure     Sun Apr 07 01:02:35 2019 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2019/04/07 01:02:35 gutteridge Exp $
+
+--- configure.orig     2019-04-01 10:25:27.200097504 +0000
++++ configure
+@@ -14708,7 +14708,7 @@ fi
+ # Sanity check: must build either status icon or panel applet
+ #============================================================================
+ 
+-if test "x$enable_statusicon" == "xno" && test "x$enable_panelapplet" == "xno"; then
++if test "x$enable_statusicon" = "xno" && test "x$enable_panelapplet" = "xno"; then
+       as_fn_error $? "must build either volume control status icon or volume control applet" "$LINENO" 5
+ fi
+ 



Home | Main Index | Thread Index | Old Index