pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/grip grip: update to 4.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99f68a3d191f
branches:  trunk
changeset: 421181:99f68a3d191f
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Jan 12 21:55:07 2020 +0000

description:
grip: update to 4.0.1

pkgsrc changes:
---------------
  * remove outdated patches

upstream changes:
-----------------
v4.0.1 2019-12-02  Johnny A. Solbu <johnny%solbu.net@localhost>

        * Patch from Dan Fandrich:
          Stop copying overlapping strings on multi-artist CDs
        * Add korean translation from TP
        * nl.po, zh_CN.po: Update translations from TP

v4.0.0 2019-10-05  Johnny A. Solbu <johnny%solbu.net@localhost>

        * Patches from Adrian Reber:
          - Remove vte dependency
             grip uses vte for its status window. The version of vte grip relies on
             is not maintained upstream for a long time. This commit removes the
             complete status window functionality from grip. Messages previously sent
             to the status window are now sent to the console.
          - Switch to non-deprecated g_string functions
          - Ignore deprecation errors

v3.10.2 2019-08-17  Johnny A. Solbu <johnny%solbu.net@localhost>

        * Sync updated french translation from Translation Project

v3.10.1 2019-02-24  Johnny A. Solbu <johnny%solbu.net@localhost>

        * Patch from Lutz M?ndle: Calculates the correct space needed for
          drawing the labels in the edit box
        * Patch from Adrian Reber: Fix errors with gcc9 and terminate strings correctly

v3.10.0 2019-01-07  Johnny A. Solbu <johnny%solbu.net@localhost>

        * Patch from Fr?d?ric Fauberteau: undefined reference to `WIFEXITED'
          (patch issue #162)
        * Translation updates: New danish translation
        * Remove freedb.musicbrainz.org as secondary default cd database:
          https://blog.metabrainz.org/2018/09/18/freedb-gateway-end-of-life-notice-march-18-2019/
        * automake: Replace INCLUDES with AM_CPPFLAGS
        * Rename configure.in > configure.ac

diffstat:

 audio/grip/Makefile                   |  10 +++++-----
 audio/grip/PLIST                      |   5 ++++-
 audio/grip/distinfo                   |  14 +++++---------
 audio/grip/patches/patch-configure    |  14 --------------
 audio/grip/patches/patch-src_cdplay.c |  16 ----------------
 audio/grip/patches/patch-src_grip.c   |  25 -------------------------
 audio/grip/patches/patch-src_grip.h   |  17 -----------------
 7 files changed, 14 insertions(+), 87 deletions(-)

diffs (166 lines):

diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/Makefile
--- a/audio/grip/Makefile       Sun Jan 12 21:53:22 2020 +0000
+++ b/audio/grip/Makefile       Sun Jan 12 21:55:07 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2020/01/12 20:20:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/12 21:55:07 triaxx Exp $
 
-DISTNAME=      grip-3.9.0
-PKGREVISION=   9
+DISTNAME=      grip-4.0.1
 CATEGORIES=    audio
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=grip/}       
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=grip/}
 
 MAINTAINER=    triaxx%NetBSD.org@localhost
 HOMEPAGE=      https://sourceforge.net/projects/grip/
@@ -17,10 +16,11 @@
 
 .include "../../audio/grip/options.mk"
 
+CONFIGURE_ARGS+=       --disable-werror
+
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/GConf/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/vte/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/PLIST
--- a/audio/grip/PLIST  Sun Jan 12 21:53:22 2020 +0000
+++ b/audio/grip/PLIST  Sun Jan 12 21:55:07 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/18 12:21:29 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/12 21:55:07 triaxx Exp $
 bin/grip
 man/man1/grip.1
 share/applications/grip.desktop
@@ -62,6 +62,7 @@
 share/locale/be/LC_MESSAGES/grip.mo
 share/locale/bg/LC_MESSAGES/grip.mo
 share/locale/ca/LC_MESSAGES/grip.mo
+share/locale/da/LC_MESSAGES/grip.mo
 share/locale/de/LC_MESSAGES/grip.mo
 share/locale/es/LC_MESSAGES/grip.mo
 share/locale/fi/LC_MESSAGES/grip.mo
@@ -70,6 +71,7 @@
 share/locale/hu/LC_MESSAGES/grip.mo
 share/locale/it/LC_MESSAGES/grip.mo
 share/locale/ja/LC_MESSAGES/grip.mo
+share/locale/ko/LC_MESSAGES/grip.mo
 share/locale/nb/LC_MESSAGES/grip.mo
 share/locale/nl/LC_MESSAGES/grip.mo
 share/locale/pl/LC_MESSAGES/grip.mo
@@ -83,3 +85,4 @@
 share/locale/zh_TW/LC_MESSAGES/grip.mo
 share/pixmaps/grip.png
 share/pixmaps/griptray.png
+share/solid/actions/grip-audiocd.desktop
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/distinfo
--- a/audio/grip/distinfo       Sun Jan 12 21:53:22 2020 +0000
+++ b/audio/grip/distinfo       Sun Jan 12 21:55:07 2020 +0000
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/16 21:44:43 triaxx Exp $
+$NetBSD: distinfo,v 1.6 2020/01/12 21:55:07 triaxx Exp $
 
-SHA1 (grip-3.9.0.tar.gz) = 3570cab3e02dbdc94e09ee0aa22b74774700a17d
-RMD160 (grip-3.9.0.tar.gz) = 5c6846dd1895af1a2e3a450cad88e41611c7de7e
-SHA512 (grip-3.9.0.tar.gz) = 748821f59c90d7239bb711a4a7e1df4e9f2b67ff7bd5c635a2c49389efc7836cca6672cdd93e727f8b97c4e2221f895cc7b4110aa0d3419a5fbe56530ca1b1d0
-Size (grip-3.9.0.tar.gz) = 968706 bytes
-SHA1 (patch-configure) = aefe8f4fdfaba93b95cca656d0ea6c8ec7b3348f
-SHA1 (patch-src_cdplay.c) = ae6dd708d4a5bc61ad49477e79b2005959290634
-SHA1 (patch-src_grip.c) = 6df01ec5a7e30b96a94f5db7dc9b6f6bd7890c06
-SHA1 (patch-src_grip.h) = 5898c8b949d6a119095e96d56896ce8abe4dd4b6
+SHA1 (grip-4.0.1.tar.gz) = cd3e895d065f233f58be7df13b0c99078e184861
+RMD160 (grip-4.0.1.tar.gz) = a3cfb3d3d792b5a66ec9d7aac9f93aa1d6120a7a
+SHA512 (grip-4.0.1.tar.gz) = 3c5d13e83ae5b0ac03f887fd96b254700f25850ec8794daf4ff454efea0bd59e6a201e0104ffb72c5cc07fee67efe13d0891354faf09452a667131e04d9e1ac3
+Size (grip-4.0.1.tar.gz) = 1004917 bytes
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/patches/patch-configure
--- a/audio/grip/patches/patch-configure        Sun Jan 12 21:53:22 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2017/10/22 07:55:24 triaxx Exp $
-
-id3lib has a unused variable warning that makes build fail.
-
---- configure.orig     2017-10-04 13:07:02.000000000 +0000
-+++ configure
-@@ -3067,7 +3067,6 @@ fi
- 
- 
- warning_flags="$CFLAGS -Wall"
--werror_flags="$warning_flags -Werror"
- 
- # Check whether --enable-werror was given.
- if test "${enable_werror+set}" = set; then :
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/patches/patch-src_cdplay.c
--- a/audio/grip/patches/patch-src_cdplay.c     Sun Jan 12 21:53:22 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_cdplay.c,v 1.1 2017/08/18 12:21:29 triaxx Exp $
-
-Add system dependent headers.
-
---- src/cdplay.c.orig  2017-07-31 21:04:11.000000000 +0000
-+++ src/cdplay.c
-@@ -20,6 +20,9 @@
-  * USA
-  */
- 
-+#if defined(__NetBSD__)
-+#include <sys/wait.h>
-+#endif
- #include "cdplay.h"
- #include "grip.h"
- #include "config.h"
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/patches/patch-src_grip.c
--- a/audio/grip/patches/patch-src_grip.c       Sun Jan 12 21:53:22 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-src_grip.c,v 1.2 2018/03/22 13:29:11 triaxx Exp $
-
-Add system dependent headers.
-
---- src/grip.c.orig    2018-01-31 15:06:36.000000000 +0000
-+++ src/grip.c
-@@ -26,6 +26,9 @@
- #include <stdio.h>
- #include <unistd.h>
- #include <sys/param.h>
-+#if defined(__NetBSD__)
-+#include <sys/wait.h>
-+#endif
- #include <gdk/gdkx.h>
- #include <X11/Xlib.h>
- #include <time.h>
-@@ -773,7 +776,7 @@ static void DoLoadConfig(GripInfo *ginfo
- 
-   *ginfo->version='\0';
- 
--  strcpy(ginfo->cd_device,"/dev/cdrom");
-+  strcpy(ginfo->cd_device,CD_DEVICE);
-   *ginfo->force_scsi='\0';
- 
-   ginfo->local_mode=FALSE;
diff -r 2d0937baca8e -r 99f68a3d191f audio/grip/patches/patch-src_grip.h
--- a/audio/grip/patches/patch-src_grip.h       Sun Jan 12 21:53:22 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_grip.h,v 1.3 2018/03/22 13:29:11 triaxx Exp $
-
---- src/grip.h.orig    2018-01-01 20:16:03.000000000 +0000
-+++ src/grip.h
-@@ -59,6 +59,12 @@
- 
- #endif
- 
-+#if defined(__NetBSD__)
-+#define CD_DEVICE "/dev/rcd0d"
-+#else
-+#define CD_DEVICE "/dev/cdrom"
-+#endif
-+
- typedef struct _grip_gui {
-   GtkWidget *app;
-   GtkWidget *winbox;



Home | Main Index | Thread Index | Old Index