diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-07-03 14:44:38 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-07-03 14:44:38 +0000 |
commit | 16b885d0c325835ec142fbd21ed6b2173b2693b1 (patch) | |
tree | a24db7b6fe018bbd324239fa6551ac919f044825 /audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h | |
parent | - Fix build when running as non-root [1]. (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=166841
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h')
-rw-r--r-- | audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h b/audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h new file mode 100644 index 000000000000..58438b58b1f9 --- /dev/null +++ b/audio/amarok-kde4/files/patch-amarok_src_mediabrowser.h @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- amarok/src/mediabrowser.h.orig ++++ amarok/src/mediabrowser.h +@@ -19,11 +19,11 @@ + #include <kurl.h> //stack allocated + #include <kio/global.h> //filesize_t + #include "scrobbler.h" //SubmitItem ++#include "metabundle.h" + + class MediaBrowser; + class MediaDevice; + class MediaView; +-class MetaBundle; + class SpaceLabel; + class TransferDialog; + |