public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/qtpfsgui: ChangeLog qtpfsgui-1.9.1-r1.ebuild
@ 2008-04-12 14:06 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2008-04-12 14:06 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/12 14:06:14

  Modified:             ChangeLog
  Added:                qtpfsgui-1.9.1-r1.ebuild
  Log:
  add support for split qt4 ebuilds, thanks zlin for the help (bug #217172)
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.5                  media-gfx/qtpfsgui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Mar 2008 00:50:23 -0000	1.4
+++ ChangeLog	12 Apr 2008 14:06:14 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/qtpfsgui
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v 1.4 2008/03/16 00:50:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v 1.5 2008/04/12 14:06:14 maekke Exp $
+
+*qtpfsgui-1.9.1-r1 (12 Apr 2008)
+
+  12 Apr 2008; Markus Meier <maekke@gentoo.org> +qtpfsgui-1.9.1-r1.ebuild:
+  add support for split qt4 ebuilds, thanks zlin for the help (bug #217172)
 
   16 Mar 2008; Markus Meier <maekke@gentoo.org> qtpfsgui-1.9.1.ebuild:
   add ~amd64



1.1                  media-gfx/qtpfsgui/qtpfsgui-1.9.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: qtpfsgui-1.9.1-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.1-r1.ebuild,v 1.1 2008/04/12 14:06:14 maekke Exp $

EAPI="1"

inherit eutils qt4

DESCRIPTION="Qtpfsgui is a graphical user interface that provides a workflow for HDR imaging."
HOMEPAGE="http://qtpfsgui.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

DEPEND="
	media-gfx/dcraw
	>=media-gfx/exiv2-0.14
	>=media-libs/jpeg-6b-r7
	>=media-libs/openexr-1.2.2-r2
	>=media-libs/tiff-3.8.2-r2
	>=sci-libs/fftw-3.0.1-r2
	|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )
		>=x11-libs/qt-4.2.3-r1 )"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# no insane CXXFLAGS
	sed -i -e '/QMAKE_CXXFLAGS/d' project.pro || die
}

src_compile() {
	lrelease project.pro || die
	eqmake4 project.pro PREFIX=/usr || die
	emake || die
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-12 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 14:06 [gentoo-commits] gentoo-x86 commit in media-gfx/qtpfsgui: ChangeLog qtpfsgui-1.9.1-r1.ebuild Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox