public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin (grozin)" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: fotoxx-13.01.ebuild ChangeLog
Date: Wed,  2 Jan 2013 08:26:00 +0000 (UTC)	[thread overview]
Message-ID: <20130102082600.490302171D@flycatcher.gentoo.org> (raw)

grozin      13/01/02 08:26:00

  Modified:             ChangeLog
  Added:                fotoxx-13.01.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.44                 media-gfx/fotoxx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	2 Dec 2012 13:47:52 -0000	1.43
+++ ChangeLog	2 Jan 2013 08:26:00 -0000	1.44
@@ -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.43 2012/12/02 13:47:52 grozin Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.44 2013/01/02 08:26:00 grozin Exp $
+
+*fotoxx-13.01 (02 Jan 2013)
+
+  02 Jan 2013; Andrey Grozin <grozin@gentoo.org> +fotoxx-13.01.ebuild,
+  +files/fotoxx-13.01.patch:
+  Version bump
 
 *fotoxx-12.12 (02 Dec 2012)
 



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

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

Index: fotoxx-13.01.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-13.01.ebuild,v 1.1 2013/01/02 08:26:00 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"
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
	insinto /usr/share/applications
	newins 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	other threads:[~2013-01-02  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-02  8:26 Andrey Grozin (grozin) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-14 12:40 [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: fotoxx-13.01.ebuild ChangeLog Sergey Popov (pinkbyte)
2013-02-17 17:40 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130102082600.490302171D@flycatcher.gentoo.org \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox