kde4libs 4:4.0.80-0ubuntu1 source package in Ubuntu

Changelog

kde4libs (4:4.0.80-0ubuntu1) intrepid; urgency=low

  * New upstream beta release
  * Remove depends on libaspell-dev

kde4libs (4:4.0.73-0ubuntu1) intrepid; urgency=low

  * New upstream development snapshot
  * Merge with Debian, remaining changes:
   - kubuntu_01_kde3_menu_applications.diff, indicate KDE 3 apps in menu
   - kubuntu_06_user_disk_mounting.diff, let users mount disks
   - Remove build-dep on libfam-dev

kde4libs (4:4.0.72+svn804262-1~pre1) UNRELEASED; urgency=low

  * New upstream development snapshot:
    - The latest upstream commit is r804262 by dfaure
    - Date: Mon, 05 May 2008 13:40:54 -0000

  * 99 patch is disabled. Build is not for public usage.

  +++ Changes by Modestas Vainius:

  * Add libacl1-dev to build depends. Refresh 98 patch (kio_file build
    failure).
  * Allow to set UPSTREAMVERSION in the environment.

  +++ Changes by Armin Berres:

  * kdelibs5-dev must replace kdelibs-data << 4:4.0.72-1 after the move of the
    dbus-1 XML interfaces.

kde4libs (4:4.0.72-1) experimental; urgency=low

  * New upstream snapshot. (r802761)

  * Fixes heap based buffer overflow via specially encoded image.
    CVE-2008-1670 (Closes: #478283)

  +++ Changes by Modestas Vainius:

  * 98_link_interfaces_library.diff - major update:
    - Drop ${QT_QTNETWORK_LIBRARY}, ${QT_QTDBUS_LIBRARY}, ${QT_QTXML_LIBRARY}
      from kdecore LINK_INTERFACE_LIBRARIES leaving only ${QT_QTCORE_LIBRARY}.
      Those 3 libraries are no longer implicitly provided by any kdelibs
      target. This may cause a few link time FTBFSes.
    - Further update LINK_INTERFACE_LIBRARIES of other public libraries.
  * Export ${KDE4_THREADWEAVER_LIBRARIES} and an alias for
    ${KDE4_THREADWEAVER_LIBS} to restore compatibility.
  * Fix offsets in other patches so they apply cleanly.
  * Move usr/include/KDE/Phonon from kdelibs5-dev to libphonon-dev. Update
    *.install files and Replaces for libphonon-dev appropriately.
  * Enhance 19_findqt4_optional_x11.diff patch. Do not implicitly add
    -lphread.
  * Build depend on libenchant-dev.
  * Add 99_more_implicit_link_libs.diff which adds more implicit link
    interface libraries to diverge from upstream as least as possible.
    - In addition, kdecore implies QtDBus, QtXml, QtNetwork.
    - In addition, kdeui implies QtSvg.
    - In addition, kde3support and ktuils imply kparts.
    - In addition, kio implies solid.
  * Move dbus-1 XML interfaces to kdelibs5-dev.install.

kde4libs (4:4.0.70+svn799089-2) experimental; urgency=low

  +++ Changes by Modestas Vainius:

  * Export kparts as khtml interface library.

kde4libs (4:4.0.70+svn799089-1) experimental; urgency=low

  * New upstream development snapshot:
    - The latest upstream commit is r799089.

  +++ Changes by Armin Berres:

  * Update and sort *.install files.

  +++ Changes by Ana Beatriz Guerrero Lopez

  * Add new build depends after Qt4 have updated its build depends:
    libpng-dev, libssl-dev, libsm-dev.
  * Add version to the RUNTIME_DEPS in debian/rules.

  +++ Changes by Modestas Vainius:

  * New version of 17_findservicebydesktoppath_try_realfilepath.diff. Still
    incomplete.
  * Shrink *-dev dependency list of kdelibs5-dev to libqt4-dev (>= 4.4.0~),
    libsoprano-dev (>= 2.0.97~). Thanks to Sune Vuorela for determining this
    set from #include's of the public headers.
  * Add 18_always_set_cmake_policy.diff patch to set CMake policy settings
    regardless of KDE_FOUND value.
  * Introduce 97_use_imported_targets_with_cmake26.diff which changes the way
    libraries dependences are exported when built with CMake 2.6:
    - Rationale behind this is to reduce excess linkage.
    - Build-depend on cmake 2.6 or later. Make kdelibs5-dev depend on
      cmake 2.6.
    - Do not use export_library_dependencies() to export library dependences
      with CMake 2.6. This method was the main source of excess linkage
      problems. Use a brand new install(EXPORT) instead which supports
      LINK_INTERFACE_LIBRARIES.
    - Due to the change above, add "EXPORT kdelibs" property for all public
      install(TARGETS).
    - Rewrite the part of FindKDE4Install.cmake which deals with
      KDE4_*_LIBRARY and KDE4_*_LIBS setup. Since we are using cmake IMPORTED
      targets now and let cmake do a major part of dependency handling for us,
      make each KDE4_*_LIBS variable refer to the IMPORTED target of the
      respective public KDE library. KDE4_*_LIBRARY semantics were not changed
      and they still point to the result of find_library().
  * Add 98_link_interface_libraries.diff which:
    - Tweaks target_link_libraries() calls where dependences where were
      missing.
    - Makes use of LINK_INTERFACE_LIBRARIES target property to control which
      libraries are exported via link interface (property values probably need
      more tweaking). This is CMake 2.6 or only, ignored for CMake 2.4.
  * Make kdelibs shlibs "dynamic" and ensure kdebase-runtime from KDE 4.1
    series is used as runtime dependency.
  * Build-depend on libglu1-mesa-dev as libqt4-dev 4.4.0~rc1-5 is dropping it
    from Depends.
  * Add myself to Uploaders.
  * Add 19_findqt4_optional_x11.diff - make X11 optional for in FindQt4.cmake.

kde4libs (4:4.0.68+svn794641-1) experimental; urgency=low

   * New upstream development snapshot.

   +++ Changes by Modestas Vainius:

   * Sort *.install files
   * Drop 16_postgresql_include_path_fix.diff - merged upstream.
   * Add 17_findservicebydesktoppath_try_realfilepath.diff to improve
     desktop file location by path on the systems where e.g. /usr is a
     symlink. Please note this patch still does not fix what I developed
     it for. So it's useless but it does not hurt. Work in progress.

kde4libs (4:4.0.68-1) experimental; urgency=low

  * New upstream snapshot.

  +++ Changes by Modestas Vainius:

  * Add Replaces: kdebase-runtime-data << KDE 4.1 for kdelibs5-dev due to
    common file /usr/share/kde4/apps/cmake/modules/FindXine.cmake

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Tighten build depend version on libstreamanalyzer-dev 0.5.8-2
    from experimental.

kde4libs (4:4.0.66+svn791114-1) experimental; urgency=low

  * First KDE 4.1 snapshot packaged, this is going to experimental.
  * Update installed files.
  * Refresh and update patches.
  * Bump to new version number where needed.
  * Add some versioned depends on Qt4 4.4.
  * Replace libqt4-debug with libqt4-dbg.
  * Build depend on soprano >= 2.0.97~.

 -- Jonathan Riddell <email address hidden>   Tue, 27 May 2008 09:22:49 +0100

Upload details

Uploaded by:
Jonathan Riddell
Uploaded to:
Intrepid
Original maintainer:
Kubuntu Members
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kde4libs_4.0.80.orig.tar.gz 10.9 MiB 0c60c4b77e6b1f1458e1064420694ee036138795d7aebe6074aaf50f93bb2e16
kde4libs_4.0.80-0ubuntu1.diff.gz 79.0 KiB fb481218b28068a973f8617e2bf68c587f57aae164c21975ac7e9034a28065f6
kde4libs_4.0.80-0ubuntu1.dsc 1.7 KiB 52574bde33e55c2805e00c0aeed693ac162a80633f2229951a0895366067e163

View changes file

Binary packages built by this source

kdelibs-bin: No summary available for kdelibs-bin in ubuntu intrepid.

No description available for kdelibs-bin in ubuntu intrepid.

kdelibs5: No summary available for kdelibs5 in ubuntu intrepid.

No description available for kdelibs5 in ubuntu intrepid.

kdelibs5-data: No summary available for kdelibs5-data in ubuntu intrepid.

No description available for kdelibs5-data in ubuntu intrepid.

kdelibs5-dbg: No summary available for kdelibs5-dbg in ubuntu intrepid.

No description available for kdelibs5-dbg in ubuntu intrepid.

kdelibs5-dev: No summary available for kdelibs5-dev in ubuntu intrepid.

No description available for kdelibs5-dev in ubuntu intrepid.

kdelibs5-doc: No summary available for kdelibs5-doc in ubuntu intrepid.

No description available for kdelibs5-doc in ubuntu intrepid.

libphonon-dev: No summary available for libphonon-dev in ubuntu intrepid.

No description available for libphonon-dev in ubuntu intrepid.

libphonon4: No summary available for libphonon4 in ubuntu intrepid.

No description available for libphonon4 in ubuntu intrepid.