public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-10.7.ebuild
@ 2010-07-20  3:57 Andrey Grozin (grozin)
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Grozin (grozin) @ 2010-07-20  3:57 UTC (permalink / raw
  To: gentoo-commits

grozin      10/07/20 03:57:01

  Modified:             ChangeLog fotoxx-10.7.ebuild
  Log:
  Ebuild cleanup, ~amd64 added, thanks to Joshua Saddler <nightmorph@gentoo.org>
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-gfx/fotoxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Jul 2010 15:31:31 -0000	1.2
+++ ChangeLog	20 Jul 2010 03:57:01 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/fotoxx
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.2 2010/07/19 15:31:31 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.3 2010/07/20 03:57:01 grozin Exp $
+
+  20 Jul 2010; Andrey Grozin <grozin@gentoo.org> fotoxx-10.7.ebuild,
+  files/fotoxx-makefile.patch:
+  Ebuild cleanup, ~amd64 added, thanks to Joshua Saddler
+  <nightmorph@gentoo.org>
 
   19 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   metadata.xml:



1.2                  media-gfx/fotoxx/fotoxx-10.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?r1=1.1&r2=1.2

Index: fotoxx-10.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fotoxx-10.7.ebuild	16 Jul 2010 04:47:16 -0000	1.1
+++ fotoxx-10.7.ebuild	20 Jul 2010 03:57:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v 1.1 2010/07/16 04:47:16 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v 1.2 2010/07/20 03:57:01 grozin Exp $
 EAPI=3
 inherit eutils
 
@@ -10,10 +10,11 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="x11-libs/gtk+"
+DEPEND="x11-libs/gtk+:2
+	media-libs/tiff"
 RDEPEND="${DEPEND}
 	media-libs/exiftool
 	media-gfx/ufraw
@@ -28,16 +29,13 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
-	make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png "Application;Graphics;2DGraphics;"
-
-	# Documentation
-	cd doc
+	pushd doc > /dev/null
 	mv ${PN}.man ${PN}.1
 	doman ${PN}.1
-	dodoc userguide-changes
-	insinto /usr/share/doc/${PF}
-	doins README CHANGES TRANSLATIONS userguide-*.html
-	insinto /usr/share/doc/${PF}/images
-	doins images/*.jpeg
+	rm COPYING ${PN}.1
+	bzip2 -9 userguide-changes
+	popd > /dev/null
+
+	emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
+	make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png "Application;Graphics;2DGraphics;"
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-10.7.ebuild
@ 2010-07-26 14:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-26 14:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/26 14:01:33

  Modified:             ChangeLog fotoxx-10.7.ebuild
  Log:
  Fix building with -Wl,--as-needed wrt #329901 by Nao Nakashima.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/fotoxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	20 Jul 2010 03:57:01 -0000	1.3
+++ ChangeLog	26 Jul 2010 14:01:33 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/fotoxx
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.3 2010/07/20 03:57:01 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.4 2010/07/26 14:01:33 ssuominen Exp $
+
+  26 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> fotoxx-10.7.ebuild,
+  files/fotoxx-makefile.patch:
+  Fix building with -Wl,--as-needed wrt #329901 by Nao Nakashima.
 
   20 Jul 2010; Andrey Grozin <grozin@gentoo.org> fotoxx-10.7.ebuild,
   files/fotoxx-makefile.patch:



1.3                  media-gfx/fotoxx/fotoxx-10.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild?r1=1.2&r2=1.3

Index: fotoxx-10.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fotoxx-10.7.ebuild	20 Jul 2010 03:57:01 -0000	1.2
+++ fotoxx-10.7.ebuild	26 Jul 2010 14:01:33 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v 1.2 2010/07/20 03:57:01 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-10.7.ebuild,v 1.3 2010/07/26 14:01:33 ssuominen Exp $
 EAPI=3
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Program for improving image files made with a digital camera."
 HOMEPAGE="http://kornelix.squarespace.com/fotoxx"
@@ -25,7 +25,8 @@
 }
 
 src_compile() {
-	emake PREFIX=/usr || die "emake failed"
+	tc-export CXX
+	emake PREFIX=/usr || die
 }
 
 src_install() {
@@ -36,6 +37,7 @@
 	bzip2 -9 userguide-changes
 	popd > /dev/null
 
-	emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
-	make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png "Application;Graphics;2DGraphics;"
+	emake DESTDIR="${D}" PREFIX=/usr install || die
+	make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png \
+		"Application;Graphics;2DGraphics"
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-26 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  3:57 [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-10.7.ebuild Andrey Grozin (grozin)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-26 14:01 Samuli Suominen (ssuominen)

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