public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: f-spot-0.8.2.ebuild ChangeLog f-spot-0.6.0.0.ebuild f-spot-0.5.0.3-r1.ebuild f-spot-0.6.1.1-r2.ebuild
@ 2010-12-19 20:12 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-12-19 20:12 UTC (permalink / raw
  To: gentoo-commits

pacho       10/12/19 20:12:55

  Modified:             ChangeLog
  Added:                f-spot-0.8.2.ebuild
  Removed:              f-spot-0.6.0.0.ebuild f-spot-0.5.0.3-r1.ebuild
                        f-spot-0.6.1.1-r2.ebuild
  Log:
  Version bump including a patch for compiling against mono-2.8 (bug #345409 Damien Thébault), remove old.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 media-gfx/f-spot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/f-spot/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	1 Oct 2010 19:40:19 -0000	1.47
+++ ChangeLog	19 Dec 2010 20:12:55 -0000	1.48
@@ -1,6 +1,17 @@
 # ChangeLog for media-gfx/f-spot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.47 2010/10/01 19:40:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.48 2010/12/19 20:12:55 pacho Exp $
+
+*f-spot-0.8.2 (19 Dec 2010)
+
+  19 Dec 2010; Pacho Ramos <pacho@gentoo.org> -f-spot-0.5.0.3-r1.ebuild,
+  -files/f-spot-0.5.0.3-icon-size-crash-fix.patch,
+  -files/f-spot-0.5.0.3-no-image-in-collection-crash-fix.patch,
+  -f-spot-0.6.0.0.ebuild, -files/f-spot-0.6.0.0-parallel-build.patch,
+  -files/f-spot-0.6.0.0-sandbox-violation.patch, -f-spot-0.6.1.1-r2.ebuild,
+  +files/f-spot-0.8.1-mono2.8.patch, +f-spot-0.8.2.ebuild:
+  Version bump including a patch for compiling against mono-2.8 (bug #345409
+  Damien Thébault), remove old.
 
 *f-spot-0.8.0 (01 Oct 2010)
 



1.1                  media-gfx/f-spot/f-spot-0.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/f-spot/f-spot-0.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/f-spot/f-spot-0.8.2.ebuild?rev=1.1&content-type=text/plain

Index: f-spot-0.8.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.8.2.ebuild,v 1.1 2010/12/19 20:12:55 pacho Exp $

EAPI="2"

inherit gnome2 mono eutils autotools multilib

DESCRIPTION="Personal photo management application for the gnome desktop"
HOMEPAGE="http://f-spot.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc flickr raw"

RDEPEND=">=dev-lang/mono-2.2
	>=gnome-base/libgnome-2.2
	>=gnome-base/libgnomeui-2.2
	dev-dotnet/gnome-keyring-sharp
	>=dev-dotnet/gtk-sharp-2.12.2
	>=dev-dotnet/glib-sharp-2.12.2
	>=x11-libs/gtk+-2.16
	>=dev-libs/glib-2.22
	>=dev-libs/libunique-1.0
	>=dev-dotnet/gnome-sharp-2.8
	>=dev-dotnet/glib-sharp-2.12
	>=dev-dotnet/gconf-sharp-2.20.2
	>=dev-dotnet/mono-addins-0.3
	>=dev-libs/dbus-glib-0.71
	>=dev-dotnet/dbus-sharp-0.4.2
	>=dev-dotnet/dbus-glib-sharp-0.3.0
	>=media-libs/lcms-1.12:0
	>=x11-libs/cairo-1.4
	doc? (	virtual/monodoc
		>=app-text/gnome-doc-utils-0.17.3 )
	flickr? ( >=dev-dotnet/flickrnet-bin-2.2-r1 )
	raw?	( media-gfx/dcraw )"

DEPEND="${RDEPEND}
	>=dev-dotnet/gtk-sharp-gapi-2.12.2
	>=app-text/gnome-doc-utils-0.17.3
	dev-util/pkgconfig
	>=dev-util/intltool-0.35"

pkg_setup() {
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
	G2CONF="${G2CONF}
		--disable-static
		--disable-scrollkeeper
		$(use_enable doc user-help)"
}

src_prepare() {
	gnome2_src_prepare

	# Fix compiler error CS1501 building FSpot.Loaders on mono 2.8, upstream bug #629224
	epatch "${FILESDIR}/${PN}-0.8.1-mono2.8.patch"

	sed  -r -i -e 's:-D[A-Z]+_DISABLE_DEPRECATED::g' \
		lib/libfspot/Makefile.am || die

	if ! use flickr; then
		sed -i -e '/FSpot.Exporters.Flickr/d' src/Extensions/Exporters/Makefile.am || die
		sed -i -e '/FSPOT_CHECK_FLICKRNET/d' configure.ac || die
	fi

	intltoolize --force --automake --copy || die "intltoolized failed"
	AT_M4DIR="build/m4/f-spot build/m4/shamrock build/m4/shave" eautoreconf
}

src_install() {
	gnome2_src_install
	find "${D}" -name '*.la' -delete || die "la removal failed"
}






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

only message in thread, other threads:[~2010-12-19 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-19 20:12 [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: f-spot-0.8.2.ebuild ChangeLog f-spot-0.6.0.0.ebuild f-spot-0.5.0.3-r1.ebuild f-spot-0.6.1.1-r2.ebuild Pacho Ramos (pacho)

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