Received: by mail.netbsd.org (Postfix, from userid 605) id 8090F85067; Mon, 14 May 2018 13:03:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFF6385064 for ; Mon, 14 May 2018 13:03:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id N3ay1lsUTGZe for ; Mon, 14 May 2018 13:03:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ED0B084CE1 for ; Mon, 14 May 2018 13:03:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E676FBEC; Mon, 14 May 2018 13:03:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526302998235550" MIME-Version: 1.0 Date: Mon, 14 May 2018 13:03:18 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/multimedia/mate-media To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514130318.8E676FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526302998235550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: youri Date: Mon May 14 13:03:18 UTC 2018 Modified Files: pkgsrc/multimedia/mate-media: Makefile distinfo Log Message: Update to 1.20.0: gvc-applet: don’t try to increase refcount of a NULL object gvc-combo-box: fix signal arguments applet: restore icon for “Sound Preferences” menu item avoid deprecated gdk_screen_get_height applet: use GdkSeat with GTK+ >= 3.20 applet: make keyboard work in popup gtk 3.22: avoid deprecated gdk_screen_get_monitor… functions: refresh tray icon on icon theme change mixer-dialog: remove style class .frame from a scrolledwindow volume-control-dialog: avoid deprecated GtkAlignment applet: show volume in popup even when muted applet: improve volume increments enable deprecation warnings by default Translations update To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/mate-media/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/mate-media/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526302998235550 Content-Disposition: inline Content-Length: 1783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mate-media/Makefile diff -u pkgsrc/multimedia/mate-media/Makefile:1.12 pkgsrc/multimedia/mate-media/Makefile:1.13 --- pkgsrc/multimedia/mate-media/Makefile:1.12 Mon Apr 16 14:34:57 2018 +++ pkgsrc/multimedia/mate-media/Makefile Mon May 14 13:03:18 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2018/04/16 14:34:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/05/14 13:03:18 youri Exp $ -PKGREVISION= 5 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-media-${VERSION:R}.1 +DISTNAME= mate-media-${VERSION} CATEGORIES= multimedia COMMENT= MATE media tools for MATE Desktop Index: pkgsrc/multimedia/mate-media/distinfo diff -u pkgsrc/multimedia/mate-media/distinfo:1.2 pkgsrc/multimedia/mate-media/distinfo:1.3 --- pkgsrc/multimedia/mate-media/distinfo:1.2 Fri Jun 23 17:20:56 2017 +++ pkgsrc/multimedia/mate-media/distinfo Mon May 14 13:03:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/06/23 17:20:56 youri Exp $ +$NetBSD: distinfo,v 1.3 2018/05/14 13:03:18 youri Exp $ -SHA1 (mate-media-1.18.1.tar.xz) = 3de4b0cfad7ac1bbf4b46363a8db78637e8fade6 -RMD160 (mate-media-1.18.1.tar.xz) = 76905e98f1a5efcaa851228ad8ce9ad70cd636e2 -SHA512 (mate-media-1.18.1.tar.xz) = 992db2d02e6975921058518d6a748119ac179577a9887d66f4b955656b999a46fff15dd64861186e8d6a162370ee10809ee7a7fec16ce14ac55745999e91a0a2 -Size (mate-media-1.18.1.tar.xz) = 495644 bytes +SHA1 (mate-media-1.20.0.tar.xz) = d854f83d91838342b6414f9c44e2a7082b655270 +RMD160 (mate-media-1.20.0.tar.xz) = 2eedb926fac2f150b41d4ba021aebc1f96fb2270 +SHA512 (mate-media-1.20.0.tar.xz) = 415d9325413e36805f0255cb6f9903146cb5bc8b61e4615d7e7e84a82ffc344c7c4eb85297abb62dff162bc11b1abdbaac86040b22467d9b220f2ac50800bf59 +Size (mate-media-1.20.0.tar.xz) = 497248 bytes --_----------=_1526302998235550--