mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -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>
10 lines
186 B
C
10 lines
186 B
C
--- src/tray.c.orig 2017-07-31 21:04:11 UTC
|
|
+++ src/tray.c
|
|
@@ -21,6 +21,7 @@
|
|
*/
|
|
|
|
#include "cdplay.h"
|
|
+#include "common.h"
|
|
#include "tray.h"
|
|
#include "rip.h"
|
|
#include "uihelper.h"
|