summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-10-21 23:08:52 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-10-21 23:08:52 +0000
commitc60807c3d816c58ef303b1cc46772da43bc706a9 (patch)
treea960fa681e986bc5003946b96b6c2c564cae1784 /multimedia
parent70a0ca57e4b002a33058eb6a5585558457212fc8 (diff)
downloadpkgsrc-c60807c3d816c58ef303b1cc46772da43bc706a9.tar.gz
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 (limited to 'multimedia')
-rw-r--r--multimedia/mate-media/Makefile5
-rw-r--r--multimedia/mate-media/PLIST3
-rw-r--r--multimedia/mate-media/distinfo11
-rw-r--r--multimedia/mate-media/patches/patch-configure59
4 files changed, 9 insertions, 69 deletions
diff --git a/multimedia/mate-media/Makefile b/multimedia/mate-media/Makefile
index f1cef3ae2f7..3fed18ca60c 100644
--- a/multimedia/mate-media/Makefile
+++ b/multimedia/mate-media/Makefile
@@ -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 --git a/multimedia/mate-media/PLIST b/multimedia/mate-media/PLIST
index 5e75789a78e..6a6a5a19d9a 100644
--- a/multimedia/mate-media/PLIST
+++ b/multimedia/mate-media/PLIST
@@ -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/hu/LC_MESSAGES/mate-media.mo
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 --git a/multimedia/mate-media/distinfo b/multimedia/mate-media/distinfo
index 8922ee49b3e..aa8ea922197 100644
--- a/multimedia/mate-media/distinfo
+++ b/multimedia/mate-media/distinfo
@@ -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 --git a/multimedia/mate-media/patches/patch-configure b/multimedia/mate-media/patches/patch-configure
deleted file mode 100644
index 7dce61451f6..00000000000
--- a/multimedia/mate-media/patches/patch-configure
+++ /dev/null
@@ -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
-