diff options
author | Andrey Grozin <grozin@gentoo.org> | 2012-02-04 15:06:15 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2012-02-04 15:06:15 +0000 |
commit | 32a65d1e2ea4d1ef121a5d255d1131fde8a95635 (patch) | |
tree | b9bd69f1a407316ee2c1fba17c3088f932d61a73 /media-gfx | |
parent | Fix maintainer's email in metadata (diff) | |
download | gentoo-2-32a65d1e2ea4d1ef121a5d255d1131fde8a95635.tar.gz gentoo-2-32a65d1e2ea4d1ef121a5d255d1131fde8a95635.tar.bz2 gentoo-2-32a65d1e2ea4d1ef121a5d255d1131fde8a95635.zip |
Version bump
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fotoxx/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/fotoxx/files/fotoxx-12.02.patch (renamed from media-gfx/fotoxx/files/fotoxx-11.12.1.patch) | 24 | ||||
-rw-r--r-- | media-gfx/fotoxx/fotoxx-12.02.ebuild (renamed from media-gfx/fotoxx/fotoxx-11.12.1.ebuild) | 6 |
3 files changed, 22 insertions, 16 deletions
diff --git a/media-gfx/fotoxx/ChangeLog b/media-gfx/fotoxx/ChangeLog index 806da9f78946..6a26f3a343e9 100644 --- a/media-gfx/fotoxx/ChangeLog +++ b/media-gfx/fotoxx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/fotoxx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.27 2012/01/06 10:45:28 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.28 2012/02/04 15:06:14 grozin Exp $ + +*fotoxx-12.02 (04 Feb 2012) + + 04 Feb 2012; Andrey Grozin <grozin@gentoo.org> -fotoxx-11.12.1.ebuild, + -files/fotoxx-11.12.1.patch, +fotoxx-12.02.ebuild, +files/fotoxx-12.02.patch: + Version bump *fotoxx-12.01.2 (06 Jan 2012) diff --git a/media-gfx/fotoxx/files/fotoxx-11.12.1.patch b/media-gfx/fotoxx/files/fotoxx-12.02.patch index 163173bdd0b6..b702a2550320 100644 --- a/media-gfx/fotoxx/files/fotoxx-11.12.1.patch +++ b/media-gfx/fotoxx/files/fotoxx-12.02.patch @@ -1,6 +1,6 @@ -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 +diff -r -U1 fotoxx-12.02.orig/Makefile fotoxx-12.02/Makefile +--- fotoxx-12.02.orig/Makefile 2012-01-30 03:31:53.000000000 +0700 ++++ fotoxx-12.02/Makefile 2012-02-04 21:39:45.000000000 +0700 @@ -5,4 +5,4 @@ # defaults for parameters that may be pre-defined -CXXFLAGS ?= -O3 -g -Wall @@ -15,20 +15,20 @@ diff -r -U1 fotoxx-11.12.1.orig/Makefile fotoxx-11.12.1/Makefile MANDIR = $(PREFIX)/share/man/man1 @@ -18,3 +18,3 @@ --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` -@@ -75,5 +75,2 @@ +-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0` ++CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0` + LIBS = `pkg-config --libs gtk+-3.0` +@@ -77,5 +77,2 @@ rm -f fotoxx.1.gz - # menu (desktop) file - cp -f desktop $(DESTDIR)$(MENUFILE) - xdg-desktop-menu install $(DESTDIR)$(MENUFILE) -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 @@ +diff -r -U1 fotoxx-12.02.orig/zfuncs.cc fotoxx-12.02/zfuncs.cc +--- fotoxx-12.02.orig/zfuncs.cc 2012-01-30 03:31:53.000000000 +0700 ++++ fotoxx-12.02/zfuncs.cc 2012-02-04 21:41:25.000000000 +0700 +@@ -3169,3 +3169,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 ++ strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /prefix/share/doc/${PF} diff --git a/media-gfx/fotoxx/fotoxx-11.12.1.ebuild b/media-gfx/fotoxx/fotoxx-12.02.ebuild index ba8b92b10c65..2fa0052489a4 100644 --- a/media-gfx/fotoxx/fotoxx-11.12.1.ebuild +++ b/media-gfx/fotoxx/fotoxx-12.02.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.12.1.ebuild,v 1.1 2011/12/04 08:42:39 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-12.02.ebuild,v 1.1 2012/02/04 15:06:14 grozin Exp $ EAPI=3 inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/gtk+:2 +DEPEND="x11-libs/gtk+:3 media-libs/tiff" RDEPEND="${DEPEND} media-libs/exiftool |