~ubuntu-branches/ubuntu/lucid/kid3/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-09-28 22:56:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090928225637-ng3s17lk1k4t5idf
Tags: 1.2-1ubuntu3
* Rebuild against new taglib 1.6 (LP: #425319)
  - debian/control: Remove libmp4v2-dev again., breaks the build
  - debian/rules: Change KDE4 cmake flag to disable MP4 support and add 
    --without-mp4v2 to configure of kid3-qt build

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
CMAKE_KDE4_FLAGS += \
42
42
        -DCMAKE_SKIP_RPATH=true \
43
43
        -DKDE4_USE_ALWAYS_FULL_RPATH=false \
44
 
        -DWITH_MP4V2=true \
 
44
        -DWITH_MP4V2=false
45
45
        -DSYSCONF_INSTALL_DIR=/etc \
46
46
        -DCMAKE_INSTALL_PREFIX=$(DEB_CMAKE_PREFIX) \
47
47
        -DCONFIG_INSTALL_DIR=$(DEB_CONFIG_INSTALL_DIR) \
62
62
        # Qt4 build.
63
63
        cd kid3-qt && \
64
64
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
65
 
                --prefix=/usr --with-qmake=qmake-qt4 && \
 
65
                --prefix=/usr --with-qmake=qmake-qt4 --without-mp4v2 && \
66
66
        cd ..
67
67
        $(MAKE) -C kid3-qt
68
68
        touch build-stamp