* [gentoo-commits] gentoo-x86 commit in media-gfx/photivo: photivo-9999.ebuild photivo-0_pre20121212.ebuild ChangeLog
@ 2013-03-07 21:10 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-03-07 21:10 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/03/07 21:10:14
Modified: photivo-9999.ebuild ChangeLog
Added: photivo-0_pre20121212.ebuild
Log:
Version bump. Bug #460590. Thanks to Marios Andreopoulos for the ebuild and Alexander Stein for the patch
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.4 media-gfx/photivo/photivo-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild?r1=1.3&r2=1.4
Index: photivo-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- photivo-9999.ebuild 2 Mar 2013 21:38:52 -0000 1.3
+++ photivo-9999.ebuild 7 Mar 2013 21:10:14 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild,v 1.3 2013/03/02 21:38:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-9999.ebuild,v 1.4 2013/03/07 21:10:14 hwoarang Exp $
EAPI=4
@@ -46,8 +46,8 @@
src_configure() {
local config="WithSystemCImg"
- if ! use gimp ; then
- config+=" WithoutGimp"
+ if use gimp ; then
+ config+=" WithGimp"
fi
eqmake4 "CONFIG+=${config}"
1.4 media-gfx/photivo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 2 Mar 2013 21:38:52 -0000 1.3
+++ ChangeLog 7 Mar 2013 21:10:14 -0000 1.4
@@ -1,6 +1,13 @@
# ChangeLog for media-gfx/photivo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.3 2013/03/02 21:38:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/ChangeLog,v 1.4 2013/03/07 21:10:14 hwoarang Exp $
+
+*photivo-0_pre20121212 (07 Mar 2013)
+
+ 07 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+ +photivo-0_pre20121212.ebuild, photivo-9999.ebuild:
+ Version bump. Bug #460590. Thanks to Marios Andreopoulos for the ebuild and
+ Alexander Stein for the patch
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
photivo-0_pre20121006.ebuild, photivo-9999.ebuild:
1.1 media-gfx/photivo/photivo-0_pre20121212.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-0_pre20121212.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photivo/photivo-0_pre20121212.ebuild?rev=1.1&content-type=text/plain
Index: photivo-0_pre20121212.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photivo/photivo-0_pre20121212.ebuild,v 1.1 2013/03/07 21:10:14 hwoarang Exp $
EAPI=4
inherit qt4-r2
DESCRIPTION="Photo processor for RAW and Bitmap images"
HOMEPAGE="http://www.photivo.org"
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gimp"
RDEPEND="dev-qt/qtcore:4
dev-qt/qtgui:4
virtual/jpeg
media-libs/tiff
media-libs/libpng
media-gfx/exiv2
media-libs/lcms:2
media-libs/lensfun
sci-libs/fftw:3.0
media-libs/liblqr
media-gfx/graphicsmagick[q16,-lcms]
media-gfx/greycstoration[lapack]
virtual/lapack
media-libs/cimg
gimp? ( media-gfx/gimp )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}-${PV/0_pre/}
src_prepare() {
# remove ccache dependency
local File
for File in $(find "${S}" -type f); do
if grep -sq ccache ${File}; then
sed -e 's/ccache//' -i "${File}"
fi
done
# useless check (no pkgconfig file is provided)
sed -e "/PKGCONFIG += CImg/d" \
-i photivoProject/photivoProject.pro || die
qt4-r2_src_prepare
}
src_configure() {
local config="WithSystemCImg"
if use gimp ; then
config+=" WithGimp"
fi
eqmake4 "CONFIG+=${config}"
}
src_install() {
qt4-r2_src_install
if use gimp; then
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe ptGimp
doexe "mm extern photivo.py"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-07 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 21:10 [gentoo-commits] gentoo-x86 commit in media-gfx/photivo: photivo-9999.ebuild photivo-0_pre20121212.ebuild ChangeLog Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox