pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/grip



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Jan 12 21:55:08 UTC 2020

Modified Files:
        pkgsrc/audio/grip: Makefile PLIST distinfo
Removed Files:
        pkgsrc/audio/grip/patches: patch-configure patch-src_cdplay.c
            patch-src_grip.c patch-src_grip.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/grip/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/grip/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/grip/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/audio/grip/patches/patch-configure \
    pkgsrc/audio/grip/patches/patch-src_grip.h
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/grip/patches/patch-src_cdplay.c
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/grip/patches/patch-src_grip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/grip/Makefile
diff -u pkgsrc/audio/grip/Makefile:1.23 pkgsrc/audio/grip/Makefile:1.24
--- pkgsrc/audio/grip/Makefile:1.23     Sun Jan 12 20:20:02 2020
+++ pkgsrc/audio/grip/Makefile  Sun Jan 12 21:55:07 2020
@@ -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 @@ USE_LANGUAGES=              c c++
 
 .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"

Index: pkgsrc/audio/grip/PLIST
diff -u pkgsrc/audio/grip/PLIST:1.1 pkgsrc/audio/grip/PLIST:1.2
--- pkgsrc/audio/grip/PLIST:1.1 Fri Aug 18 12:21:29 2017
+++ pkgsrc/audio/grip/PLIST     Sun Jan 12 21:55:07 2020
@@ -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/icons/hicolor/scalable/apps/grip.s
 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/fur/LC_MESSAGES/grip.mo
 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_HK/LC_MESSAGES/grip.mo
 share/locale/zh_TW/LC_MESSAGES/grip.mo
 share/pixmaps/grip.png
 share/pixmaps/griptray.png
+share/solid/actions/grip-audiocd.desktop

Index: pkgsrc/audio/grip/distinfo
diff -u pkgsrc/audio/grip/distinfo:1.5 pkgsrc/audio/grip/distinfo:1.6
--- pkgsrc/audio/grip/distinfo:1.5      Thu Aug 16 21:44:43 2018
+++ pkgsrc/audio/grip/distinfo  Sun Jan 12 21:55:07 2020
@@ -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



Home | Main Index | Thread Index | Old Index