16b885d0c3
What's new: http://amarok.kde.org/amarokwiki/index.php/What's_New_in_1.4 - add RUBY dependency for lyric scripts - add mp4v2 dependency - add support for iPods (via libgpod) Note: gstreamer, aKode and arts engine support have been dropped. Only libxine is supported on FreeBSD.
14 lines
274 B
C
14 lines
274 B
C
|
|
$FreeBSD$
|
|
|
|
--- amarok/src/metadata/audible/audibleproperties.h.orig
|
|
+++ amarok/src/metadata/audible/audibleproperties.h
|
|
@@ -9,6 +9,8 @@
|
|
|
|
#include <config.h>
|
|
|
|
+#include <stdio.h>
|
|
+#include <sys/types.h>
|
|
#include <taglib/audioproperties.h>
|
|
#include <taglib/tstring.h>
|
|
|