freebsd-ports/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h
Michael Landin 16b885d0c3 - update to -> 1.4.0a
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.
2006-07-03 14:44:38 +00:00

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>