grozin      14/10/13 13:58:48

  Modified:             ChangeLog
  Added:                fotoxx-14.10.2.ebuild
  Removed:              fotoxx-14.06.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.65                 media-gfx/fotoxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   3 Aug 2014 08:04:02 -0000       1.64
+++ ChangeLog   13 Oct 2014 13:58:48 -0000      1.65
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/fotoxx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.64 
2014/08/03 08:04:02 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.65 
2014/10/13 13:58:48 grozin Exp $
+
+*fotoxx-14.10.2 (13 Oct 2014)
+
+  13 Oct 2014; Andrey Grozin <[email protected]> -fotoxx-14.06.1.ebuild,
+  +fotoxx-14.10.2.ebuild, -files/fotoxx-14.06.1.patch,
+  +files/fotoxx-14.10.2.patch:
+  Version bump
 
 *fotoxx-14.08 (03 Aug 2014)
 



1.1                  media-gfx/fotoxx/fotoxx-14.10.2.ebuild

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

Index: fotoxx-14.10.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-14.10.2.ebuild,v 1.1 
2014/10/13 13:58:48 grozin Exp $

EAPI=4

inherit eutils toolchain-funcs fdo-mime

DESCRIPTION="Program for improving image files made with a digital camera"
HOMEPAGE="http://www.kornelix.com/fotoxx.html";
SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
        x11-libs/gtk+:3
        media-libs/libpng
        media-libs/tiff
        media-libs/lcms:2"
RDEPEND="${DEPEND}
        media-libs/exiftool
        media-gfx/ufraw[gtk]
        media-gfx/dcraw
        x11-misc/xdg-utils"

src_prepare() {
        epatch "${FILESDIR}"/${PF}.patch
}

src_compile() {
        tc-export CXX
        emake
}

src_install() {
        # For the Help menu items to work, *.html must be in 
/usr/share/doc/${PF},
        # and README, changelog, translations, edit-menus, KB-shortcuts must 
not be compressed
        emake DESTDIR="${D}" install
        newmenu desktop ${PN}.desktop
        rm -f "${D}"/usr/share/doc/${PF}/*.man
        docompress -x /usr/share/doc
}

pkg_postinst() {
        fdo-mime_mime_database_update
        fdo-mime_desktop_database_update
}

pkg_postrm() {
        fdo-mime_desktop_database_update
        fdo-mime_mime_database_update
}




Reply via email to