pkgsrc/multimedia/kdemultimedia3/patches/patch-ae
markd bba1661508 Update to KDE 3.5
Many new features and refinements.

Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
  ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
  ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
  easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
  Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11 11:20:51 +00:00

13 lines
445 B
Text

$NetBSD: patch-ae,v 1.5 2005/12/11 11:20:51 markd Exp $
--- kioslave/audiocd/plugins/wav/encodercda.cpp.orig 2005-12-02 23:53:51.000000000 +1300
+++ kioslave/audiocd/plugins/wav/encodercda.cpp
@@ -42,7 +42,7 @@ const char * EncoderCda::mimeType() cons
// Remove this by calculating CD_FRAMESIZE_RAW from the frames
extern "C"
{
- #include <cdda_interface.h>
+ #include <cdparanoia/cdda_interface.h>
}
inline int16_t swap16 (int16_t i)