* [gentoo-commits] gentoo-x86 commit in media-gfx/qtpfsgui: metadata.xml ChangeLog qtpfsgui-1.9.0.ebuild Manifest
@ 2007-12-17 10:46 Markus Meier (maekke)
0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2007-12-17 10:46 UTC (permalink / raw
To: gentoo-commits
maekke 07/12/17 10:46:49
Added: metadata.xml ChangeLog qtpfsgui-1.9.0.ebuild
Manifest
Log:
initial import of qtpfsgui, bug #179887 (and bug #162080)
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.1 media-gfx/qtpfsgui/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>graphics</herd>
<longdescription lang="en">
Qtpfsgui is an open source graphical user interface application that aims to provide a workflow for HDR imaging.
Supported HDR formats:
* OpenEXR (extension: exr)
* Radiance RGBE (extension: hdr)
* Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff)
* Raw image formats (extension: various)
* PFS native format (extension: pfs)
Supported LDR formats:
* JPEG, PNG, PPM, PBM, TIFF(8 bit)
Supported features:
* Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and 16bit, RAW) of the same scene taken at different exposure setting.
* Save and load HDR images.
* Rotate and resize HDR images.
* Tonemap HDR images.
* Copy exif data between sets of images.
* Supports internationalization.
</longdescription>
</pkgmetadata>
1.1 media-gfx/qtpfsgui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for media-gfx/qtpfsgui
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/ChangeLog,v 1.1 2007/12/17 10:46:48 maekke Exp $
*qtpfsgui-1.9.0 (17 Dec 2007)
17 Dec 2007; Markus Meier <maekke@gentoo.org> +metadata.xml,
+qtpfsgui-1.9.0.ebuild:
initial import of qtpfsgui, bug #179887 (and bug #162080)
1.1 media-gfx/qtpfsgui/qtpfsgui-1.9.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.0.ebuild?rev=1.1&content-type=text/plain
Index: qtpfsgui-1.9.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/qtpfsgui/qtpfsgui-1.9.0.ebuild,v 1.1 2007/12/17 10:46:48 maekke Exp $
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="~x86"
IUSE=""
DEPEND=">=x11-libs/qt-4.2.3-r1
>=media-gfx/exiv2-0.14
>=sci-libs/fftw-3.0.1-r2
>=media-libs/jpeg-6b-r7
>=media-libs/tiff-3.8.2-r2
>=media-libs/openexr-1.2.2-r2
media-gfx/dcraw"
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
}
1.1 media-gfx/qtpfsgui/Manifest
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/qtpfsgui/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST qtpfsgui-1.9.0.tar.gz 1145494 RMD160 f0a213a09baccdebb3156ac51ff628bfa3d37960 SHA1 b1e907fbd8fe8d8ea72a50c8692cb8e4dff583de SHA256 11557aa7c040e38301a77381759aed8095fda1096c1a11b8789e8865739290bc
EBUILD qtpfsgui-1.9.0.ebuild 840 RMD160 dd4d9847e5d46222e6efd0762e6dc76288d6cadb SHA1 caae2e8799a34240eea9b19e8b7c2275bc4b66fd SHA256 f0eddf8246b70c5fdf190104ce80e688c4326dad9ee85973c4f54669a3cb321c
MD5 f371e86790c03445a2f7c42572cdcbf3 qtpfsgui-1.9.0.ebuild 840
RMD160 dd4d9847e5d46222e6efd0762e6dc76288d6cadb qtpfsgui-1.9.0.ebuild 840
SHA256 f0eddf8246b70c5fdf190104ce80e688c4326dad9ee85973c4f54669a3cb321c qtpfsgui-1.9.0.ebuild 840
MISC ChangeLog 300 RMD160 27294770fab51610ec2716936417af4bef744809 SHA1 e5d85e0e989566fdaa5916291393873ad6cb5e41 SHA256 98b576d6df873ff175f34da1d7ac092a763f577eccdb6a181bc4c371f32f5b14
MD5 5c57c5cedfde4cfb75f3d4d707ba5b1b ChangeLog 300
RMD160 27294770fab51610ec2716936417af4bef744809 ChangeLog 300
SHA256 98b576d6df873ff175f34da1d7ac092a763f577eccdb6a181bc4c371f32f5b14 ChangeLog 300
MISC metadata.xml 937 RMD160 188c7d5bcc2a1f029b36fb4644b45e0d4c42f5f7 SHA1 54bb4fd8c2ff64ddab7173aa25792d588f4977c5 SHA256 03752b3db20bdd5f73b81a4c7ac7a6173b7825c55aef76758cd48db98e778ef6
MD5 470148a7cd65af1e6c647f694353b257 metadata.xml 937
RMD160 188c7d5bcc2a1f029b36fb4644b45e0d4c42f5f7 metadata.xml 937
SHA256 03752b3db20bdd5f73b81a4c7ac7a6173b7825c55aef76758cd48db98e778ef6 metadata.xml 937
MD5 4fa48707512e1597b2291c5fc0f8de2d files/digest-qtpfsgui-1.9.0 247
RMD160 160fba1fa95d95959924d28738b54dc745d55079 files/digest-qtpfsgui-1.9.0 247
SHA256 f77f3b1a8a2788f972d137ee1ad897b938e9107a3cf806cb9d42826024d7a039 files/digest-qtpfsgui-1.9.0 247
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-17 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 10:46 [gentoo-commits] gentoo-x86 commit in media-gfx/qtpfsgui: metadata.xml ChangeLog qtpfsgui-1.9.0.ebuild Manifest 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