Package: xsidplay Version: 1.6.5.2-3 Severity: normal User: [EMAIL PROTECTED] Usertag: libqt3-compat-headers
Hi, We are currently attempting to remove the antiquated libqt3-compat-headers from the archive. Here is a patch to build xsidplay without libqt3-compat-headers. Thank you, Barry deFreese
diff -u xsidplay-1.6.5.2/debian/control xsidplay-1.6.5.2/debian/control --- xsidplay-1.6.5.2/debian/control +++ xsidplay-1.6.5.2/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Laszlo Boszormenyi (GCS) <[EMAIL PROTECTED]> Standards-Version: 3.7.3 -Build-Depends: debhelper (>= 4.0.0), libsidplay1-dev (>= 1.36.59-3), libartsc0-dev, libqt3-mt-dev (>= 3:3.3.4-4), pkg-config, libesd0-dev, libqt3-headers, libqt3-compat-headers +Build-Depends: debhelper (>= 4.0.0), libsidplay1-dev (>= 1.36.59-3), libartsc0-dev, libqt3-mt-dev (>= 3:3.3.4-4), pkg-config, libesd0-dev, libqt3-headers Package: xsidplay Section: sound diff -u xsidplay-1.6.5.2/src/HistoryDialog.h xsidplay-1.6.5.2/src/HistoryDialog.h --- xsidplay-1.6.5.2/src/HistoryDialog.h +++ xsidplay-1.6.5.2/src/HistoryDialog.h @@ -17,7 +17,7 @@ #ifndef HISTORYDIALOG_H #define HISTORYDIALOG_H -#include <qlist.h> +#include <qptrlist.h> #include <qstring.h> #include "HistoryDialogData.h" only in patch2: unchanged: --- xsidplay-1.6.5.2.orig/src/tools/IniFile.h +++ xsidplay-1.6.5.2/src/tools/IniFile.h @@ -17,7 +17,7 @@ #ifndef INIFILE_H #define INIFILE_H -#include <qlist.h> +#include <qptrlist.h> #include <qstring.h> #include "TextFile.h" only in patch2: unchanged: --- xsidplay-1.6.5.2.orig/src/Playlist.h +++ xsidplay-1.6.5.2/src/Playlist.h @@ -17,7 +17,7 @@ #ifndef PLAYLIST_H #define PLAYLIST_H -#include <qlist.h> +#include <qptrlist.h> #include <qstring.h> #include <qthread.h>

