diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-02-08 21:28:05 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-02-08 21:28:05 +0000 |
commit | 875d69ff7891519c611ccc6cbbb6d9ec013caf4e (patch) | |
tree | ecd48f4d005c76438d6163372c016382761b568f /net-im/kadu | |
parent | Version bump 1.9.0-rc2, bug #289719 (diff) | |
download | gentoo-2-875d69ff7891519c611ccc6cbbb6d9ec013caf4e.tar.gz gentoo-2-875d69ff7891519c611ccc6cbbb6d9ec013caf4e.tar.bz2 gentoo-2-875d69ff7891519c611ccc6cbbb6d9ec013caf4e.zip |
Version bump, related to bug #297465
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-im/kadu')
-rw-r--r-- | net-im/kadu/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/kadu/kadu-0.6.5.4.ebuild | 192 |
2 files changed, 198 insertions, 1 deletions
diff --git a/net-im/kadu/ChangeLog b/net-im/kadu/ChangeLog index 6ebc1e55f091..afb4716dab6a 100644 --- a/net-im/kadu/ChangeLog +++ b/net-im/kadu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/kadu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.85 2010/02/03 10:48:25 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.86 2010/02/08 21:28:05 reavertm Exp $ + +*kadu-0.6.5.4 (08 Feb 2010) + + 08 Feb 2010; Maciej Mrozowski <reavertm@gentoo.org> +kadu-0.6.5.4.ebuild: + Version bump, related to bug #297465 *kadu-0.6.5.3-r2 (03 Feb 2010) diff --git a/net-im/kadu/kadu-0.6.5.4.ebuild b/net-im/kadu/kadu-0.6.5.4.ebuild new file mode 100644 index 000000000000..51c221fa72b6 --- /dev/null +++ b/net-im/kadu/kadu-0.6.5.4.ebuild @@ -0,0 +1,192 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.6.5.4.ebuild,v 1.1 2010/02/08 21:28:05 reavertm Exp $ + +EAPI="2" + +inherit base cmake-utils flag-o-matic + +MY_P="${P/_/-}" + +DESCRIPTION="QT client for popular in Poland Gadu-Gadu instant messaging network" +HOMEPAGE="http://www.kadu.net" +SRC_URI="http://www.kadu.net/download/stable/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="alsa ao dbus kde oss phonon speech spell +ssl" + +COMMON_DEPEND=" + >=app-crypt/qca-2.0.0-r2 + >=media-libs/libsndfile-1.0 + >=net-libs/libgadu-1.9_rc2[threads] + x11-libs/libXScrnSaver + >=x11-libs/qt-gui-4.4:4[qt3support] + >=x11-libs/qt-webkit-4.4:4 + alsa? ( media-libs/alsa-lib ) + ao? ( media-libs/libao ) + dbus? ( >=x11-libs/qt-dbus-4.4:4 ) + kde? ( >=kde-base/kdelibs-4.3.3 ) + phonon? ( + !kde? ( + || ( + >=x11-libs/qt-phonon-4.4:4 + media-sound/phonon + ) + ) + kde? ( media-sound/phonon ) + ) + spell? ( app-text/enchant ) +" +DEPEND="${COMMON_DEPEND} + x11-proto/scrnsaverproto +" +RDEPEND="${COMMON_DEPEND} + speech? ( app-accessibility/powiedz ) + ssl? ( app-crypt/qca-ossl:2 ) +" + +S="${WORKDIR}/${PN}" + +PATCHES=( + "${FILESDIR}/libgsm-ugly-code.patch" +) + +# set given .config variable to =m or =y +# args: <variable> <m/y> +config_enable() { + sed -i -e "s/^\(${1}=\)./\1${2}/" .config || die "config_enable failed" +} + +src_prepare() { + # Autopatcher + base_src_prepare + + # Create .config file with all variables defaulted to =n + sed -i -n -e "s/=\(m\|y\)/=n/" -e "/^[a-z]/p" .config \ + || die ".config creation failed" + + # Common modules + config_enable module_account_management m + config_enable module_advanced_userlist m + config_enable module_agent m + config_enable module_antistring m + config_enable module_auto_hide m + config_enable module_autoaway m + config_enable module_autoresponder m + config_enable module_autostatus m + config_enable module_cenzor m + config_enable module_config_wizard m + config_enable module_dcc m + config_enable module_default_sms m + config_enable module_desktop_docking m + config_enable module_docking m + config_enable module_echo m + config_enable module_exec_notify m + config_enable module_ext_sound m + config_enable module_filedesc m + config_enable module_filtering m + config_enable module_firewall m + config_enable module_gg_avatars m + config_enable module_hints m + config_enable module_history m + config_enable module_idle m + config_enable module_last_seen m + config_enable module_notify m + config_enable module_parser_extender m + config_enable module_pcspeaker m + config_enable module_powerkadu m + config_enable module_profiles m + config_enable module_qt4_docking m + config_enable module_qt4_docking_notify m + config_enable module_screenshot m + config_enable module_single_window m + config_enable module_sms m + config_enable module_sound m + config_enable module_split_messages m + config_enable module_voice m + config_enable module_weather m + config_enable module_window_notify m + config_enable module_word_fix m + + # Autodownloaded modules + config_enable module_nextinfo m + config_enable module_tabs m + config_enable module_plus_pl_sms m + + if use dbus; then + # Media players - no build time deps so build them all + # bmpx_mediaplayer + config_enable module_mediaplayer m + # amarok1_mediaplayer m + config_enable module_amarok2_mediaplayer m + config_enable module_audacious_mediaplayer m + config_enable module_dragon_mediaplayer m + config_enable module_mpris_mediaplayer m + # falf_mediaplayer + # itunes_mediaplayer + config_enable module_vlc_mediaplayer m + # xmms2_mediaplayer + # xmms_mediaplayer + + # dbus interface for Kadu + config_enable module_dbus m + + # Autodownloaded module + use kde && config_enable module_kde_notify m + fi + + # Audio outputs + use alsa && config_enable module_alsa_sound m + use ao && config_enable module_ao_sound m + use oss && config_enable module_dsp_sound m + use phonon && config_enable module_phonon_sound m + + # Misc stuff + use speech && config_enable module_speech m + use spell && config_enable module_spellchecker m + use ssl && config_enable module_encryption m + + # Icons + config_enable icons_default y + # Uncomment when available + # config_enable icons_glass16 y + # config_enable icons_glass22 y + # config_enable icons_kadu05 y + # config_enable icons_oxygen16 y + # config_enable icons_tango16 y + + # Emoticons + config_enable emoticons_penguins y + # Uncomment when available + # config_enable emoticons_gg6_compatible y + # config_enable emoticons_tango y + + # Sound themes + config_enable sound_default y + # Uncomment when available + # config_enable sound_bns y + # config_enable sound_drums y + # config_enable sound_florkus y + # config_enable sound_michalsrodek y + # config_enable sound_percussion y + # config_enable sound_ultr y +} + +src_configure() { + # Filter out dangerous flags + filter-flags -fno-rtti + strip-unsupported-flags + + # Ensure -DQT_NO_DEBUG is added + append-cppflags -DQT_NO_DEBUG + + # Configure package + mycmakeargs="${mycmakeargs} + -DBUILD_DESCRIPTION='Gentoo Linux' + -DENABLE_AUTODOWNLOAD=ON + " + + cmake-utils_src_configure +} |