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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d32b897e3d6
branches:  trunk
changeset: 416248:3d32b897e3d6
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Oct 21 23:08:52 2019 +0000

description:
mate-media: update to 1.22.2

Change log:

### mate-media 1.22.2

  * Translations update
  * applet: Update default output
  * gvc applet: add missing translations (i18n)
  * Add scroll interface tabs with mouse wheel
  * configure.ac: fix typos in var names, portability fixes, etc.

diffstat:

 multimedia/mate-media/Makefile                |   5 +-
 multimedia/mate-media/PLIST                   |   3 +-
 multimedia/mate-media/distinfo                |  11 ++--
 multimedia/mate-media/patches/patch-configure |  59 ---------------------------
 4 files changed, 9 insertions(+), 69 deletions(-)

diffs (111 lines):

diff -r 4f19e026906d -r 3d32b897e3d6 multimedia/mate-media/Makefile
--- a/multimedia/mate-media/Makefile    Mon Oct 21 22:54:40 2019 +0000
+++ b/multimedia/mate-media/Makefile    Mon Oct 21 23:08:52 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2019/09/21 11:40:45 nia Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/21 23:08:52 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-media-${VERSION:R}.1
-PKGREVISION=   4
+DISTNAME=      mate-media-${VERSION:R}.2
 CATEGORIES=    multimedia
 
 COMMENT=       MATE media tools for MATE Desktop
diff -r 4f19e026906d -r 3d32b897e3d6 multimedia/mate-media/PLIST
--- a/multimedia/mate-media/PLIST       Mon Oct 21 22:54:40 2019 +0000
+++ b/multimedia/mate-media/PLIST       Mon Oct 21 23:08:52 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/04/07 01:02:35 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/10/21 23:08:52 gutteridge Exp $
 bin/mate-volume-control
 bin/mate-volume-control-status-icon
 libexec/mate-volume-control-applet
@@ -71,6 +71,7 @@
 share/locale/hy/LC_MESSAGES/mate-media.mo
 share/locale/ia/LC_MESSAGES/mate-media.mo
 share/locale/id/LC_MESSAGES/mate-media.mo
+share/locale/ie/LC_MESSAGES/mate-media.mo
 share/locale/ig/LC_MESSAGES/mate-media.mo
 share/locale/is/LC_MESSAGES/mate-media.mo
 share/locale/it/LC_MESSAGES/mate-media.mo
diff -r 4f19e026906d -r 3d32b897e3d6 multimedia/mate-media/distinfo
--- a/multimedia/mate-media/distinfo    Mon Oct 21 22:54:40 2019 +0000
+++ b/multimedia/mate-media/distinfo    Mon Oct 21 23:08:52 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/05/31 04:45:20 gutteridge Exp $
+$NetBSD: distinfo,v 1.8 2019/10/21 23:08:52 gutteridge Exp $
 
-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) = 932b9744e936df213d75dfe0d5b3cf2f9d821d3e
+SHA1 (mate-media-1.22.2.tar.xz) = 9e110628f5b3a3fdfcdf7feb782b0dbbf0dac4b6
+RMD160 (mate-media-1.22.2.tar.xz) = f2d163ab4208275495117f74d54cccbe9dae9c97
+SHA512 (mate-media-1.22.2.tar.xz) = 88a78e7ddf02335ffe4d819921cbb978b9e2fc430e0edd950f04edb3999f94d59c4aa39a8089ac0c66af6b152b1514e20810ae4c577095dcd60735046a88ec3a
+Size (mate-media-1.22.2.tar.xz) = 490464 bytes
diff -r 4f19e026906d -r 3d32b897e3d6 multimedia/mate-media/patches/patch-configure
--- a/multimedia/mate-media/patches/patch-configure     Mon Oct 21 22:54:40 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2019/05/31 04:45:20 gutteridge Exp $
-
-Fix non-portable uses of test, typos in variable names, etc.
-
---- configure.orig     2019-04-01 10:25:27.200097504 +0000
-+++ configure
-@@ -14654,9 +14654,11 @@ fi
- # Check whether --enable-statusicon was given.
- if test "${enable_statusicon+set}" = set; then :
-   enableval=$enable_statusicon;
-+else
-+  enable_statusicon=yes
- fi
- 
--if (test "${enable-statusicon}" == "no"); then
-+if test "x$enable_statusicon" = "xno"; then
- 
- $as_echo "#define ENABLE_STATUSICON 0" >>confdefs.h
- 
-@@ -14666,7 +14668,7 @@ else
- $as_echo "#define ENABLE_STATUSICON 1" >>confdefs.h
- 
- fi
-- if test "${enable_statusicon}" != "no"; then
-+ if test "x$enable_statusicon" != "xno"; then
-   ENABLE_STATUSICON_TRUE=
-   ENABLE_STATUSICON_FALSE='#'
- else
-@@ -14684,9 +14686,11 @@ fi
- # Check whether --enable-panelapplet was given.
- if test "${enable_panelapplet+set}" = set; then :
-   enableval=$enable_panelapplet;
-+else
-+  enable_panelapplet=yes
- fi
- 
--if (test "${enable-panelapplet}" == "no"); then
-+if test "x$enable_panelapplet" = "xno"; then
- 
- $as_echo "#define ENABLE_PANELAPPLET 0" >>confdefs.h
- 
-@@ -14695,7 +14699,7 @@ else
- $as_echo "#define ENABLE_PANELAPPLET 1" >>confdefs.h
- 
- fi
-- if test "${enable_panelapplet}" != "no"; then
-+ if test "x$enable_panelapplet" != "xno"; then
-   ENABLE_PANELAPPLET_TRUE=
-   ENABLE_PANELAPPLET_FALSE='#'
- else
-@@ -14708,7 +14712,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