diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-09-04 12:25:55 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-09-04 12:25:55 +0000 |
commit | 576597140f17e9672f353ba0be5eb746e5e2d31c (patch) | |
tree | 4f85e907bc7ac8ba5a01f7f76d30f42d49c960bb /audio/amarok-kde4/files/patch-amarok_src_scancontroller.h | |
parent | o add fsf_suffix (-gnat-gcc34) to MAN7 names to avoid conflicts with (diff) |
- update to -> 1.4.2
- distfiles now lives at Ktown
- We now support libtunepimp-0.5
- add 1.4.2-patchset1 from author(s); fixing collectionscanner restart
and audio-cd playback
Notes
Notes:
svn path=/head/; revision=172175
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_scancontroller.h')
-rw-r--r-- | audio/amarok-kde4/files/patch-amarok_src_scancontroller.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_scancontroller.h b/audio/amarok-kde4/files/patch-amarok_src_scancontroller.h new file mode 100644 index 000000000000..369f768096c7 --- /dev/null +++ b/audio/amarok-kde4/files/patch-amarok_src_scancontroller.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- amarok/src/scancontroller.h.orig ++++ amarok/src/scancontroller.h +@@ -99,7 +99,7 @@ + void customEvent( QCustomEvent* ); + + // Member variables: +- static const uint MAX_RESTARTS = 2; ++ static const uint MAX_RESTARTS = 20; + + KProcIO* m_scanner; + QStringList m_folders; |