~ubuntu-branches/ubuntu/oneiric/kdenetwork/oneiric-proposed

« back to all changes in this revision

Viewing changes to kopete/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Romain Perier, Romain Perier, Philip Muškovac, Tarun Kumar Mall, Jonathan Thomas, Felix Geyer
  • Date: 2011-06-02 22:31:33 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20110602223133-4yn8hax58hzwweu1
Tags: 4:4.6.3-1ubuntu1
[ Romain Perier ]
* Merge with Debian unstable, remaining changes:
  - debian/control:
    - Build against libboost1.46-dev
    - Build against libexpat1-dev instead of libexpat-dev
    - Drop from build-deps: libmediastreamer-dev, libortp-dev (in universe)
    - kopete recommends kopete-message-indicator
  - debian/rules:
    - chown kppp to root:dialout instead of root:dip
  - debian/kopete.install: don't add usr/bin/googletalk-call

[ Philip Muškovac ]
* Update Vcs links as the branch is owned by kubuntu-packagers now

[ Tarun Kumar Mall ]
* Removed patch kubuntu_08_kget_metalinker.diff, applied upstream

[ Jonathan Thomas ]
* Update kubuntu_05_samba_sharing.diff to use qapt-batch to install
  samba, now that it has replaced PackageKit in Kubuntu.
* Make kdenetwork-filesharing recommend qapt-batch

[ Felix Geyer ]
* Drop kubuntu_07_kopete_libjasper_optional.diff, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
macro_optional_find_package(msiLBC)
138
138
macro_log_feature(MSILBC_FOUND "msiLBC" "iLBC is low bitrate audio codec - plugin for mediastreamer" "http://download.savannah.gnu.org/releases/linphone/plugins/sources/" FALSE "" "Needed to build Google Talk libjingle voice call support with iLBC codec")
139
139
 
140
 
macro_optional_find_package(Jasper)
141
 
macro_bool_to_01(JASPER_FOUND HAVE_JASPER)
142
 
macro_log_feature(JASPER_FOUND Jasper "JasPer library implements the codec specified in the JPEG-2000 Part-1 standard" "http://www.ece.uvic.ca/~mdadams/jasper/" FALSE "" "Required in order to be able to receive and send webcam images from/to Yahoo in Kopete")
143
 
 
144
140
# Generate config-kopete.h
145
141
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-kopete.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kopete.h )
146
142