head	1.4;
access;
symbols
	pkgsrc-2019Q4:1.3.0.22
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.3.0.18
	pkgsrc-2019Q3-base:1.3
	pkgsrc-2019Q2:1.3.0.16
	pkgsrc-2019Q2-base:1.3
	pkgsrc-2019Q1:1.3.0.14
	pkgsrc-2019Q1-base:1.3
	pkgsrc-2018Q4:1.3.0.12
	pkgsrc-2018Q4-base:1.3
	pkgsrc-2018Q3:1.3.0.10
	pkgsrc-2018Q3-base:1.3
	pkgsrc-2018Q2:1.3.0.8
	pkgsrc-2018Q2-base:1.3
	pkgsrc-2018Q1:1.3.0.6
	pkgsrc-2018Q1-base:1.3
	pkgsrc-2017Q4:1.3.0.4
	pkgsrc-2017Q4-base:1.3
	pkgsrc-2017Q3:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2020.01.12.21.55.08;	author triaxx;	state dead;
branches;
next	1.3;
commitid	geV6CInX9P4UUrSB;

1.3
date	2017.10.22.07.55.24;	author triaxx;	state Exp;
branches
	1.3.2.1;
next	1.2;
commitid	9iaSaw0hYU44n1cA;

1.2
date	2017.08.18.13.26.37;	author triaxx;	state dead;
branches;
next	1.1;
commitid	4ghYkPESHHiBhH3A;

1.1
date	2017.08.18.12.21.29;	author triaxx;	state Exp;
branches;
next	;
commitid	zAdmvPIzo3a9VG3A;

1.3.2.1
date	2017.10.22.07.55.24;	author bsiegert;	state dead;
branches;
next	1.3.2.2;
commitid	kP02lXL20noSOKdA;

1.3.2.2
date	2017.11.04.19.34.10;	author bsiegert;	state Exp;
branches;
next	;
commitid	kP02lXL20noSOKdA;


desc
@@


1.4
log
@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>

	* 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>

	* 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>

	* Sync updated french translation from Translation Project

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

	* 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>

	* 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
@
text
@$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 :
@


1.3
log
@Add workaround for fixing build on Linux

See https://github.com/westes/flex/issues/241
The problem is fixed in master branch and the workaround could be removed
in the next version update.
@
text
@d1 1
a1 1
$NetBSD$
@


1.3.2.1
log
@file patch-configure was added on branch pkgsrc-2017Q3 on 2017-11-04 19:34:10 +0000
@
text
@d1 14
@


1.3.2.2
log
@Pullup ticket #5602 - requested by sevan
audio/grip: Linux build fix

Revisions pulled up:
- audio/grip/Makefile                                           1.5
- audio/grip/distinfo                                           1.3
- audio/grip/patches/patch-configure                            1.3

---
   Module Name:    pkgsrc
   Committed By:   triaxx
   Date:           Sun Oct 22 07:55:24 UTC 2017

   Modified Files:
           pkgsrc/audio/grip: Makefile distinfo
   Added Files:
           pkgsrc/audio/grip/patches: patch-configure

   Log Message:
   Add workaround for fixing build on Linux

   See https://github.com/westes/flex/issues/241
   The problem is fixed in master branch and the workaround could be removed
   in the next version update.
@
text
@a0 14
$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 :
@


1.2
log
@Fix MASTER_SITES that did not used MASTER_SITE_SOURCEFORGE.
Remove useless patches using buildlink framework (thanks to wip/grip).
@
text
@d1 1
a1 1
$NetBSD: patch-configure,v 1.1 2017/08/18 12:21:29 triaxx Exp $
d3 1
a3 1
Add a test to find cdparanoia include directory.
d5 1
a5 4
XXX: this patch could be useless if the cdparanoia package provided by pkgsrc
did not override the default include directory.

--- configure.orig	2017-07-31 21:24:47.000000000 +0000
d7 2
a8 2
@@@@ -16529,6 +16529,27 @@@@ fi
 done
d10 2
d13 2
a14 24
+  for ac_header in cdparanoia/cdda_interface.h cdparanoia/cdda_paranoia.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_CDPARANOIA_CDDA_INTERFACE_H
+    # include <cdparanoia/cdda_interface.h>
+    #endif
+    #ifdef HAVE_CDPARANOIA_CDDA_PARANOIA_H
+    # include <cdparanoia/cdda_paranoia.h>
+    #endif
+
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcdda_interface" >&5
 $as_echo_n "checking for main in -lcdda_interface... " >&6; }
 if ${ac_cv_lib_cdda_interface_main+:} false; then :
@


1.1
log
@Add audio/grip package version 3.5.2

Grip is a GTK-based CD-player and CD-ripper / MP3 encoder. It has the ripping
capabilities of cdparanoia built in, but can also use external rippers (such as
cdda2wav). Encoder presets are provided for lame, bladeenc, l3enc, xingmp3enc,
mp3encode, gogo)
@
text
@d1 1
a1 1
$NetBSD$
@


