~ubuntu-branches/ubuntu/saucy/phonon-backend-gstreamer/saucy-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2011-04-15 14:43:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110415144330-7uif3319lxdu4ltt
Tags: 4:4.7.0really4.5.0-0ubuntu2
* New upstream release
* Add kubuntu_02_install_codec.diff to fix codec install

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
include_directories(${PHONON_INCLUDES} ${QT_INCLUDES})
10
10
 
11
11
set(PHONON_GST_MAJOR_VERSION "4")
12
 
set(PHONON_GST_MINOR_VERSION "4")
13
 
set(PHONON_GST_PATCH_VERSION "4")
 
12
set(PHONON_GST_MINOR_VERSION "5")
 
13
set(PHONON_GST_PATCH_VERSION "0")
14
14
set(PHONON_GST_VERSION "${PHONON_GST_MAJOR_VERSION}.${PHONON_GST_MINOR_VERSION}.${PHONON_GST_PATCH_VERSION}")
15
15
add_definitions(-DPHONON_GST_VERSION="${PHONON_GST_VERSION}")
16
16