summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2012-01-02 14:59:22 +0000
committerAndrey Grozin <grozin@gentoo.org>2012-01-02 14:59:22 +0000
commitc59760d3c4cab3fa6f88489fb2d858f65fdd2cea (patch)
treefc3604f3db812c48a253fe1e0adddc2afd37a0bf /media-gfx
parentversion bump (diff)
downloadgentoo-2-c59760d3c4cab3fa6f88489fb2d858f65fdd2cea.tar.gz
gentoo-2-c59760d3c4cab3fa6f88489fb2d858f65fdd2cea.tar.bz2
gentoo-2-c59760d3c4cab3fa6f88489fb2d858f65fdd2cea.zip
Version bump
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fotoxx/ChangeLog10
-rw-r--r--media-gfx/fotoxx/files/fotoxx-12.01.patch (renamed from media-gfx/fotoxx/files/fotoxx-11.11.1.patch)22
-rw-r--r--media-gfx/fotoxx/fotoxx-12.01.ebuild (renamed from media-gfx/fotoxx/fotoxx-11.11.1.ebuild)4
3 files changed, 21 insertions, 15 deletions
diff --git a/media-gfx/fotoxx/ChangeLog b/media-gfx/fotoxx/ChangeLog
index 9fad2934aebf..337b0c24aa20 100644
--- a/media-gfx/fotoxx/ChangeLog
+++ b/media-gfx/fotoxx/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/fotoxx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.25 2011/12/04 08:42:39 grozin Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.26 2012/01/02 14:59:22 grozin Exp $
+
+*fotoxx-12.01 (02 Jan 2012)
+
+ 02 Jan 2012; Andrey Grozin <grozin@gentoo.org> -fotoxx-11.11.1.ebuild,
+ -files/fotoxx-11.11.1.patch, +fotoxx-12.01.ebuild, +files/fotoxx-12.01.patch:
+ Version bump
*fotoxx-11.12.1 (04 Dec 2011)
diff --git a/media-gfx/fotoxx/files/fotoxx-11.11.1.patch b/media-gfx/fotoxx/files/fotoxx-12.01.patch
index b58706807488..163173bdd0b6 100644
--- a/media-gfx/fotoxx/files/fotoxx-11.11.1.patch
+++ b/media-gfx/fotoxx/files/fotoxx-12.01.patch
@@ -1,6 +1,6 @@
-diff -U1 -r fotoxx-11.11.1.orig/Makefile fotoxx-11.11.1/Makefile
---- fotoxx-11.11.1.orig/Makefile 2011-11-05 12:30:36.000000000 +0700
-+++ fotoxx-11.11.1/Makefile 2011-11-06 16:06:23.000000000 +0700
+diff -r -U1 fotoxx-11.12.1.orig/Makefile fotoxx-11.12.1/Makefile
+--- fotoxx-11.12.1.orig/Makefile 2011-12-02 21:10:01.000000000 +0700
++++ fotoxx-11.12.1/Makefile 2011-12-04 15:26:12.000000000 +0700
@@ -5,4 +5,4 @@
# defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O3 -g -Wall
@@ -18,17 +18,17 @@ diff -U1 -r fotoxx-11.11.1.orig/Makefile fotoxx-11.11.1/Makefile
-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-2.0`
+CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-2.0`
LIBS = `pkg-config --libs gtk+-2.0 gthread-2.0`
-@@ -73,5 +73,2 @@
+@@ -75,5 +75,2 @@
rm -f fotoxx.1.gz
- # menu (desktop) file
- cp -f desktop $(DESTDIR)$(MENUFILE)
- xdg-desktop-menu install $(DESTDIR)$(MENUFILE)
-diff -U1 -r fotoxx-11.11.1.orig/zfuncs.cc fotoxx-11.11.1/zfuncs.cc
---- fotoxx-11.11.1.orig/zfuncs.cc 2011-11-05 12:30:36.000000000 +0700
-+++ fotoxx-11.11.1/zfuncs.cc 2011-11-06 16:08:26.000000000 +0700
-@@ -3119,3 +3119,3 @@
- strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /installoc/share/appname/locales
-- strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /installoc/share/doc/appname
-+ strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /installoc/share/doc/appname
+diff -r -U1 fotoxx-11.12.1.orig/zfuncs.cc fotoxx-11.12.1/zfuncs.cc
+--- fotoxx-11.12.1.orig/zfuncs.cc 2011-12-02 21:10:01.000000000 +0700
++++ fotoxx-11.12.1/zfuncs.cc 2011-12-04 15:28:27.000000000 +0700
+@@ -3123,3 +3123,3 @@
+ strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /prefix/share/appname/locales
+- strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /prefix/share/doc/appname
++ strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /prefix/share/doc/appname
diff --git a/media-gfx/fotoxx/fotoxx-11.11.1.ebuild b/media-gfx/fotoxx/fotoxx-12.01.ebuild
index a6dad33892f0..ca1b1773f995 100644
--- a/media-gfx/fotoxx/fotoxx-11.11.1.ebuild
+++ b/media-gfx/fotoxx/fotoxx-12.01.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-11.11.1.ebuild,v 1.1 2011/11/06 09:20:22 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-12.01.ebuild,v 1.1 2012/01/02 14:59:22 grozin Exp $
EAPI=3
inherit eutils toolchain-funcs