diff options
author | Fathi Boudra <fabo@debian.org> | 2008-03-03 09:52:06 +0000 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2008-03-03 09:52:06 +0000 |
commit | 8aacb94d187c597cd0a6945c93727326159171ad (patch) | |
tree | a27034e5a4f0295b9c91d6239ff32e16f1d82b89 | |
parent | ed749284966b9fe5d5160c8c59b0aa70d173471c (diff) | |
download | qt4-x11-8aacb94d187c597cd0a6945c93727326159171ad.tar.gz |
Clean up remaining bits from gstreamer/phonon
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/patches/09_install_phonon_gstreamer.diff | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 11 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog index 44fa772..a06194e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,12 @@ qt4-x11 (4.4.0~beta1-1) experimental; urgency=low * New upstream release. - * Add build dependencies: libgstreamer-plugins-base0.10-dev, firebird2.0-dev, - libiodbc2-dev, libtiff4-dev, libpam0g-dev, libreadline5-dev, libxslt1-dev. + * Add build dependencies: firebird2.0-dev, libiodbc2-dev, libtiff4-dev, + libpam0g-dev, libreadline5-dev, libxslt1-dev. * Update rules: * Disable DEB_INSTALL_CHANGELOGS_ALL. - * Add DEB_DH_SHLIBDEPS_ARGS_ALL workaround. - * Enable XmlPatterns. + * Add DEB_DH_SHLIBDEPS_ARGS workaround for WebKit. + * Enable WebKit and XmlPatterns. * Enable exceptions. It is a dependency to XmlPatterns module. * Refresh Debian patches. * Refresh qt-copy patches: 0167, 0172, 0178, 0180, 0191, 0192, 0195, 0203, @@ -23,7 +23,7 @@ qt4-x11 (4.4.0~beta1-1) experimental; urgency=low This patch doesn't apply as it is. * 91_qmake_lflags_no-undefined. Merged upstream. * Update .install files: libqt4-core, libqt4-gui and qt4-dev-tools. - * Add packages: libqt4-dbus and libqt4-xmlpatterns. + * Add packages: libqt4-dbus, libqt4-webkit and libqt4-xmlpatterns. * Move QtDBus module from libqt4-core in libqt4-dbus package. * Experimental test to re-introduce link_prl. diff --git a/debian/control b/debian/control index 176357f..de09efa 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Build-Depends: cdbs, debhelper (>= 5), quilt, flex, sharutils, firebird2.0-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc], libaudio-dev, libcupsys2-dev, libdbus-1-dev, libfreetype6-dev, libgl1-mesa-dev | libgl-dev, libglib2.0-dev, libglu1-mesa-dev | libglu-dev, - libgstreamer-plugins-base0.10-dev, libice-dev, libiodbc2-dev, libjpeg62-dev, - libmng-dev, libmysqlclient15-dev, libpam0g-dev, libpng12-dev, libpq-dev, - libreadline5-dev, libsm-dev, libsqlite0-dev, libsqlite3-dev, libtiff4-dev, - libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxi-dev, - libxinerama-dev, libxmu-dev, libxrandr-dev, libxrender-dev, libxslt1-dev, - libxt-dev, x11proto-core-dev, zlib1g-dev + libice-dev, libiodbc2-dev, libjpeg62-dev, libmng-dev, libmysqlclient15-dev, + libpam0g-dev, libpng12-dev, libpq-dev, libreadline5-dev, libsm-dev, + libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev, + libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev, + libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, x11proto-core-dev, + zlib1g-dev Standards-Version: 3.7.3 Homepage: http://www.trolltech.com Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/qt4-x11 diff --git a/debian/patches/09_install_phonon_gstreamer.diff b/debian/patches/09_install_phonon_gstreamer.diff deleted file mode 100644 index c22557d..0000000 --- a/debian/patches/09_install_phonon_gstreamer.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/plugins/phonon/gstreamer/gstreamer.pro -+++ b/src/plugins/phonon/gstreamer/gstreamer.pro -@@ -3,6 +3,9 @@ - TARGET = phonon_gstreamer - DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend - -+target.path += $$[QT_INSTALL_PLUGINS]/phonon_backend -+INSTALLS += target -+ - DEPENDPATH += . - INCLUDEPATH += . - diff --git a/debian/patches/series b/debian/patches/series index dd774b7..b7c4dfc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -22,7 +22,6 @@ 06_qtdemo_destdir.diff 07_trust_dpkg-arch_over_uname-m.diff 08_load_ssl.diff -# no phonon 09_install_phonon_gstreamer.diff 10_config_tests_fixes.diff 20_mips_atomic_ops.diff 40_alpha_ice.diff |