Fix Ubuntu PPA
Adds a missing check for libcdio. Adds libcdio as a dependency for debian. Fixes issue #4618
This commit is contained in:
parent
5e77aed01e
commit
ff91759b71
1
debian/control
vendored
1
debian/control
vendored
@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 7),
|
||||
libboost-serialization1.40-dev |
|
||||
libboost-serialization1.42-dev |
|
||||
libboost-serialization-dev,
|
||||
libcdio-cdda1,
|
||||
libglew1.5-dev |
|
||||
libglew-dev,
|
||||
libqt4-dev,
|
||||
|
@ -26,10 +26,6 @@
|
||||
#include <QUrl>
|
||||
#include <QtDebug>
|
||||
|
||||
#ifdef HAVE_AUDIOCD
|
||||
#include <gst/audio/gstaudiocdsrc.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "core/logging.h"
|
||||
#include "core/player.h"
|
||||
@ -37,7 +33,6 @@
|
||||
#include "core/song.h"
|
||||
#include "core/tagreaderclient.h"
|
||||
#include "core/timeconstants.h"
|
||||
#include "devices/cddasongloader.h"
|
||||
#include "internet/fixlastfm.h"
|
||||
#include "internet/internetmodel.h"
|
||||
#include "library/librarybackend.h"
|
||||
@ -49,6 +44,11 @@
|
||||
#include "podcasts/podcastservice.h"
|
||||
#include "podcasts/podcasturlloader.h"
|
||||
|
||||
#ifdef HAVE_AUDIOCD
|
||||
#include <gst/audio/gstaudiocdsrc.h>
|
||||
#include "devices/cddasongloader.h"
|
||||
#endif
|
||||
|
||||
using std::placeholders::_1;
|
||||
|
||||
QSet<QString> SongLoader::sRawUriSchemes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user