mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Grip is a front-end to external cd audio rippers (such as dagrab or cdda2wav). It also provides an automated frontend for MP3 encoders, letting you take a disc and transform it easily straight into MP3s. The CDDB protocol is supported for retrieving track information from disc database servers. Grip works with DigitalDJ to provide a unified "computerized" version of your music collection. WWW: https://sourceforge.net/projects/grip/ PR: 239006 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de>
11 lines
373 B
C
11 lines
373 B
C
--- src/main.c.orig 2005-06-25 18:00:55 UTC
|
|
+++ src/main.c
|
|
@@ -164,7 +164,7 @@ int Cmain(int argc, char* argv[])
|
|
GNOME_PARAM_POPT_TABLE,options,
|
|
GNOME_PROGRAM_STANDARD_PROPERTIES,NULL);
|
|
|
|
- bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF8");
|
|
+ bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
|
|
setenv("CHARSET","UTF-8",1);
|
|
|
|
/* Session Management */
|