diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-20 17:58:25 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-04-20 17:58:25 +0000 |
commit | e194722022f43c7881b00a0db23d9b5d887ee150 (patch) | |
tree | 70b8057c8d9a45d8c11399d7b38f03b432279059 /net-news | |
parent | Added local use flag 'boehmgc' for dev-embedded/sdcc. (diff) | |
download | gentoo-2-e194722022f43c7881b00a0db23d9b5d887ee150.tar.gz gentoo-2-e194722022f43c7881b00a0db23d9b5d887ee150.tar.bz2 gentoo-2-e194722022f43c7881b00a0db23d9b5d887ee150.zip |
Bump to 1.4.15
* Fixes assertion when creating subscriptions using
the advanced subscription dialog.
* Fixes Debian #433393: subscription not update
anymore when number of flagged items = cache limit.
(reported by Eddy Petrisor)
* Fixes OpenSuSE #371307: possible undefined behaviour
when decoding authentication data.
(reported by Christoph Thiel)
* Fixes SF #1912774: news.yv valid feed "is not available"
(patch by Luis Rodrigo Gallardo Cruz)
* Fixes SF #1874030: build breakage with recent WebKit
versions (reported by Thomas Zajic)
* Fixes SF #1919640: segfault when 'Ctrl-R' pressed
without selection (patch by Patrick Bogen)
* Merged patch from OpenBSD (SF #1924623) to correctly
handle feeds served with non-ASCII HTTP headers.
(reported by viq)
* Merged patch from Arnold Noronha that fixes
deallocation of GdkColor instances.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/liferea/ChangeLog | 45 | ||||
-rw-r--r-- | net-news/liferea/liferea-1.4.15.ebuild | 91 |
2 files changed, 135 insertions, 1 deletions
diff --git a/net-news/liferea/ChangeLog b/net-news/liferea/ChangeLog index e2c47a541f6e..2859335a2f36 100644 --- a/net-news/liferea/ChangeLog +++ b/net-news/liferea/ChangeLog @@ -1,6 +1,49 @@ # ChangeLog for net-news/liferea # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.149 2008/04/14 13:43:19 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.150 2008/04/20 17:58:25 dang Exp $ + +*liferea-1.4.15 (20 Apr 2008) + + 20 Apr 2008; Daniel Gryniewicz <dang@gentoo.org> +liferea-1.4.15.ebuild: + Bump to 1.4.15 + + * Fixes assertion when creating subscriptions using + + the advanced subscription dialog. + + * Fixes Debian #433393: subscription not update + + anymore when number of flagged items = cache limit. + + (reported by Eddy Petrisor) + + * Fixes OpenSuSE #371307: possible undefined behaviour + + when decoding authentication data. + + (reported by Christoph Thiel) + + * Fixes SF #1912774: news.yv valid feed "is not available" + + (patch by Luis Rodrigo Gallardo Cruz) + + * Fixes SF #1874030: build breakage with recent WebKit + + versions (reported by Thomas Zajic) + + * Fixes SF #1919640: segfault when 'Ctrl-R' pressed + + without selection (patch by Patrick Bogen) + + * Merged patch from OpenBSD (SF #1924623) to correctly + + handle feeds served with non-ASCII HTTP headers. + + (reported by viq) + + * Merged patch from Arnold Noronha that fixes + + deallocation of GdkColor instances. 14 Apr 2008; Daniel Gryniewicz <dang@gentoo.org> +files/liferea-1.4.14-turkish-translation-fix.patch, diff --git a/net-news/liferea/liferea-1.4.15.ebuild b/net-news/liferea/liferea-1.4.15.ebuild new file mode 100644 index 000000000000..0390b97951a0 --- /dev/null +++ b/net-news/liferea/liferea-1.4.15.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/liferea-1.4.15.ebuild,v 1.1 2008/04/20 17:58:25 dang Exp $ + +WANT_AUTOMAKE=1.7 +WANT_AUTOCONF=latest +inherit gnome2 eutils + +DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo/etc feeds" +HOMEPAGE="http://liferea.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +EAPI="1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="dbus firefox gtkhtml gnutls libnotify lua networkmanager seamonkey xulrunner" + +RDEPEND=" + libnotify? ( >=x11-libs/libnotify-0.3.2 ) + lua? ( >=dev-lang/lua-5.1 ) + xulrunner? ( =net-libs/xulrunner-1.8* ) + !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) + !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) + !amd64? ( !xulrunner? ( !firefox? ( !seamonkey? ( gtkhtml? ( gnome-extra/gtkhtml:2 ) ) ) ) ) + >=x11-libs/gtk+-2.8 + x11-libs/pango + >=gnome-base/gconf-2 + >=dev-libs/libxml2-2.6.27 + >=dev-libs/libxslt-1.1.19 + >=dev-db/sqlite-3.3 + >=dev-libs/glib-2 + >=gnome-base/libglade-2 + dbus? ( >=dev-libs/dbus-glib-0.71 ) + networkmanager? ( net-misc/networkmanager ) + gnutls? ( net-libs/gnutls )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.35" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + # Backends are now mutually exclusive. + # we prefer xulrunner over firefox over seamonkey over gtkhtml + if use xulrunner ; then + G2CONF="${G2CONF} --enable-xulrunner" + G2CONF="${G2CONF} --disable-gecko" + G2CONF="${G2CONF} --disable-gtkhtml2" + elif use firefox ; then + G2CONF="${G2CONF} --enable-gecko=firefox" + G2CONF="${G2CONF} --disable-xulrunner" + G2CONF="${G2CONF} --disable-gtkhtml2" + elif use seamonkey ; then + G2CONF="${G2CONF} --enable-gecko=seamonkey" + G2CONF="${G2CONF} --disable-xulrunner" + G2CONF="${G2CONF} --disable-gtkhtml2" + elif use gtkhtml ; then + if ! use amd64 ; then + G2CONF="${G2CONF} --enable-gtkhtml2" + G2CONF="${G2CONF} --disable-gecko" + G2CONF="${G2CONF} --disable-xulrunner" + else + elog "" + elog "gtkhtml is no longer supported on amd64; you will need to " + elog "select one of the gecko backends to use liferea. " + elog "Preference is: xulrunner, firefox, then seamonkey." + die "You must enable on of the gecko backends on amd64" + fi + else + elog "" + elog "You must choose one backend for liferea to work. Preference is:" + elog "xulrunner, firefox, seamonkey, then gtkhtml." + die "You must enable on of the backends" + fi + + G2CONF="${G2CONF} \ + --disable-webkit \ + $(use_enable dbus) \ + $(use_enable gnutls) \ + $(use_enable libnotify) \ + $(use_enable lua) \ + $(use_enable networkmanager nm)" +} + +src_install() { + gnome2_src_install + rm -f "${D}/usr/bin/${PN}" + mv "${D}/usr/bin/${PN}-bin" "${D}/usr/bin/${PN}" +} |