Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/greycstoration: metadata.xml ChangeLog greycstoration-1.2.7.ebuild Manifest
Date: Mon, 25 Feb 2008 23:18:35
Message-Id: E1JTmae-0003xS-Hw@stork.gentoo.org
1 calchan 08/02/25 23:18:32
2
3 Added: metadata.xml ChangeLog greycstoration-1.2.7.ebuild
4 Manifest
5 Log:
6 Initial commit, see bug #114577.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-gfx/greycstoration/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>calchan@g.o</email>
22 <name>Denis Dupeyron</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 media-gfx/greycstoration/ChangeLog
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for media-gfx/greycstoration
36 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v 1.1 2008/02/25 23:18:31 calchan Exp $
38
39 *greycstoration-1.2.7 (25 Feb 2008)
40
41 25 Feb 2008; Denis Dupeyron <calchan@g.o> +metadata.xml,
42 +greycstoration-1.2.7.ebuild:
43 Initial commit, see bug #114577.
44
45
46
47
48 1.1 media-gfx/greycstoration/greycstoration-1.2.7.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/greycstoration-1.2.7.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/greycstoration-1.2.7.ebuild?rev=1.1&content-type=text/plain
52
53 Index: greycstoration-1.2.7.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/greycstoration-1.2.7.ebuild,v 1.1 2008/02/25 23:18:31 calchan Exp $
58
59 inherit toolchain-funcs
60
61 DESCRIPTION="Image regularization algorithm for denoising, inpainting and resizing"
62 HOMEPAGE="http://www.greyc.ensicaen.fr/~dtschump/greycstoration/"
63 SRC_URI="mirror://sourceforge/cimg/CImg-${PV}.tar.gz"
64 LICENSE="CeCILL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="fftw imagemagick jpeg lapack png tiff X"
68
69 DEPEND="fftw? ( >=sci-libs/fftw-3 )
70 imagemagick? ( media-gfx/imagemagick )
71 jpeg? ( media-libs/jpeg )
72 lapack? ( virtual/lapack )
73 png? ( media-libs/libpng )
74 tiff? ( media-libs/tiff )
75 X? ( x11-libs/libX11
76 x11-libs/libXext
77 x11-libs/libXrandr )"
78
79 S="${WORKDIR}/CImg-${PV}/examples"
80
81 src_compile() {
82 local MY_CONF
83
84 use X && MY_CONF+=" -lX11 -Dcimg_use_xshm -lXext -Dcimg_use_xrandr -lXrandr"
85 use png && MY_CONF+=" -Dcimg_use_png -lpng -lz"
86 use jpeg && MY_CONF+=" -Dcimg_use_jpeg -ljpeg"
87 use tiff && MY_CONF+=" -Dcimg_use_tiff -ltiff"
88 use imagemagick && MY_CONF+=" -Dcimg_use_magick $(Magick++-config --cppflags) \
89 $(Magick++-config --ldflags) $(Magick++-config --libs)"
90 use fftw && MY_CONF+=" -Dcimg_use_fftw3 -lfftw3"
91 use lapack && MY_CONF+=" -Dcimg_use_lapack -llapack"
92
93 $(tc-getCXX) -o greycstoration greycstoration.cpp \
94 ${MY_CONF} -lm -lpthread \
95 ${CXXFLAGS} ${LDFLAGS} \
96 || die "Compilation failed"
97 }
98
99 src_install() {
100 dobin greycstoration
101 }
102
103
104
105 1.1 media-gfx/greycstoration/Manifest
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/Manifest?rev=1.1&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/Manifest?rev=1.1&content-type=text/plain
109
110 Index: Manifest
111 ===================================================================
112 DIST CImg-1.2.7.tar.gz 5945505 RMD160 6f6cb6c05d126c5408807c8eac5b620dea010cee SHA1 40efd983a7d95cc5dc9b08a04620211f08f29a28 SHA256 ae562feae3b6d900cc959c3bc6742485828ca6f55321e8e94a8df7be041b18f3
113 EBUILD greycstoration-1.2.7.ebuild 1418 RMD160 2ca6b1f05561281673d7a293077d9f0784bb65d7 SHA1 b9064c2720dc941c6682ead324c21aeaa68c08d5 SHA256 a27f37547ff2dd8c1520f35f97a15d2acb612f4d3ca18ab65d8035059d284144
114 MISC ChangeLog 296 RMD160 424cdbb054d236301ebedf107407a1f1e1290dc8 SHA1 172b67653befc33c4b3650b302c1737742a5986c SHA256 96c89645db35e33fd83e989bd1860c33479a62f3180b507a1c5096e863ba437b
115 MISC metadata.xml 232 RMD160 4c7ab29da7172e74adfd87ebb5eb6fb5475a82be SHA1 7b98547e067cdaccb43f37be116d5b15befef8e9 SHA256 18d82999ae63f6a95f78867cc239598fd2eb8011c837dcbe85830d022e7e6aea
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list