public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-news/liferea: ChangeLog liferea-1.4.8.ebuild
@ 2007-11-23 19:59 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; only message in thread
From: Daniel Gryniewicz (dang) @ 2007-11-23 19:59 UTC (permalink / raw
  To: gentoo-commits

dang        07/11/23 19:59:32

  Modified:             ChangeLog
  Added:                liferea-1.4.8.ebuild
  Log:
  Bump to 1.4.8
  	* Now never loads duplicates when using recursive
  	  folder view. This avoids duplicate removal problems
  	  when using Mark-All-Read on such a view.
  	* Fixes CVE-2005-4791: LD_LIBRARY_PATH problem in
  	  Liferea starter script.
  	* Fixes SF #1832671: use default update interval
  	  even if feed specifies one if it is larger than
  	  the feed specific one.
  	* Fixes failing DB close when terminated by session
  	  manager or SIGHUP/TERM/INT which causes long startup
  	  durations (>30s) on next start due to leftover
  	  sqlite journal file.
  	* Patch SF #1835414 from goyko that improves menu enabling
  	  and disabling for the "Item" menu options.
  	* Fixes SF #1821179 crash with Catalan locale.
  	  (reported by frango)
  	* Fixes disabled mark-all-read toolbar button when
  	  a folder is selected.
  	* Fixes SF #1825113 crash when removing folders
  	  when child feeds are in update.
  	* Fixes drag&drop into empty folders.
  	* Fixes handling of updated items. Now updated items
  	  are replaced and marked again appropriately.
  	* Fixes problems with search folders with more than
  	  one rule.
  	* Added kget download manager support SF #1824344.
  
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.134                net-news/liferea/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/liferea/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/liferea/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/liferea/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	23 Nov 2007 19:49:26 -0000	1.133
+++ ChangeLog	23 Nov 2007 19:59:32 -0000	1.134
@@ -1,6 +1,37 @@
 # ChangeLog for net-news/liferea
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.133 2007/11/23 19:49:26 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.134 2007/11/23 19:59:32 dang Exp $
+
+*liferea-1.4.8 (23 Nov 2007)
+
+  23 Nov 2007; Daniel Gryniewicz <dang@gentoo.org> +liferea-1.4.8.ebuild:
+  Bump to 1.4.8
+  	* Now never loads duplicates when using recursive
+  	  folder view. This avoids duplicate removal problems
+  	  when using Mark-All-Read on such a view.
+  	* Fixes CVE-2005-4791: LD_LIBRARY_PATH problem in
+  	  Liferea starter script.
+  	* Fixes SF #1832671: use default update interval
+  	  even if feed specifies one if it is larger than
+  	  the feed specific one.
+  	* Fixes failing DB close when terminated by session
+  	  manager or SIGHUP/TERM/INT which causes long startup
+  	  durations (>30s) on next start due to leftover
+  	  sqlite journal file.
+  	* Patch SF #1835414 from goyko that improves menu enabling
+  	  and disabling for the "Item" menu options.
+  	* Fixes SF #1821179 crash with Catalan locale.
+  	  (reported by frango)
+  	* Fixes disabled mark-all-read toolbar button when
+  	  a folder is selected.
+  	* Fixes SF #1825113 crash when removing folders
+  	  when child feeds are in update.
+  	* Fixes drag&drop into empty folders.
+  	* Fixes handling of updated items. Now updated items
+  	  are replaced and marked again appropriately.
+  	* Fixes problems with search folders with more than
+  	  one rule.
+  	* Added kget download manager support SF #1824344.
 
   23 Nov 2007; Daniel Gryniewicz <dang@gentoo.org> -liferea-1.2.18.ebuild,
   -liferea-1.2.20.ebuild, -liferea-1.2.22.ebuild, -liferea-1.2.23.ebuild:



1.1                  net-news/liferea/liferea-1.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/liferea/liferea-1.4.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/liferea/liferea-1.4.8.ebuild?rev=1.1&content-type=text/plain

Index: liferea-1.4.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/liferea-1.4.8.ebuild,v 1.1 2007/11/23 19:59:32 dang Exp $

WANT_AUTOMAKE=1.7
WANT_AUTOCONF=latest
inherit gnome2

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 )
	!xulrunner? ( firefox? ( www-client/mozilla-firefox ) )
	!xulrunner? ( !firefox? ( seamonkey? ( www-client/seamonkey ) ) )
	!amd64? ( !xulrunner? ( !firefox? ( !seamonkey? ( gnome-extra/gtkhtml:2 ) ) ) )
	!amd64? ( 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() {
	# On amd64, gtkhtml isn't supported.  You need one of the gecko use flags
	if use amd64 && ! use firefox && ! use seamonkey && ! use xulrunner; then
		elog "gtkhtml is no longer supported on amd64; you will need to select"
		elog "one of the gecko backends to use liferea"
		die "You must enable on of the gecko backends on amd64"
	fi

	# if you don't choose a gecko to use, we will automatically
	# use gtkhtml2 as the backend except on amd64 (where we failed above)
	if ! use seamonkey && ! use firefox && ! use xulrunner && ! use amd64 ; then
		G2CONF="${G2CONF} --enable-gtkhtml2"
	elif ! use amd64 && use gtkhtml ; then
		G2CONF="${G2CONF} --enable-gtkhtml2"
	else
		G2CONF="${G2CONF} --disable-gtkhtml2"
	fi

	# we prefer xulrunner over firefox over seamonkey
	if use xulrunner ; then
		G2CONF="${G2CONF} --enable-xulrunner"
	elif use firefox ; then
		G2CONF="${G2CONF} --enable-gecko=firefox"
	elif use seamonkey ; then
		G2CONF="${G2CONF} --enable-gecko=seamonkey"
	else
		G2CONF="${G2CONF} --disable-gecko"
	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}"
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-23 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 19:59 [gentoo-commits] gentoo-x86 commit in net-news/liferea: ChangeLog liferea-1.4.8.ebuild Daniel Gryniewicz (dang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox