forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkgsrc changes: --------------- * remove outdated patches upstream changes: ----------------- v4.0.1 2019-12-02 Johnny A. Solbu <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * Sync updated french translation from Translation Project v3.10.1 2019-02-24 Johnny A. Solbu <[email protected]> * 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 <[email protected]> * 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
- Loading branch information
triaxx
committed
Jan 12, 2020
1 parent
c41fb40
commit caa4611
Showing
7 changed files
with
14 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.