~ubuntu-branches/ubuntu/trusty/libqapt/trusty-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-04-07 11:57:20 UTC
  • Revision ID: package-import@ubuntu.com-20140407115720-9x74coftngok0ubl
Tags: 2.1.70-0ubuntu3
* Import upstream commits 07 to 10 (LP: #1298380)
  + These commits include fixes to the qapt-gstreamer installer that port
    it to gstreamer1.0 native API for 14.04
  + Also fixes return values of the gstreamer installer to enable auto
    cache reloading to enable playback without restart
* Adjust dependencies for gstreamer1.0 native port
  - removed: libqtgstreamer-dev
  - added: libgstreamer1.0-dev, libglib2.0-dev,
           libgstreamer-plugins-base1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
find_package(Qt4 REQUIRED)
38
38
find_package(Xapian REQUIRED)
39
39
find_package(AptPkg REQUIRED)
40
 
find_package(QtGStreamer)
41
40
 
42
41
set(POLKITQT-1_MIN_VERSION "0.98.1")
43
42
find_package(PolkitQt-1 REQUIRED)
191
190
 
192
191
macro_log_feature(KDE4_FOUND "KDE" "Development libraries for the KDE Platform"
193
192
                  "http://kde.org" FALSE "" "Used to build optional utilities that use QApt")
194
 
macro_log_feature(QTGSTREAMER_FOUND "QtGStreamer" "Qt wrapper around the GStreamer multimedia framework"
195
 
                  "http://gstreamer.freedesktop.org" FALSE "" "Used to build an optional GStreamer plugin installer")
196
193
 
197
194
macro_display_feature_log()
198
195
endif (KDE4_FOUND)