Portage is a package management system used by Gentoo Linux
# ChangeLog for media-plugins/gimp-greycstoration
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog,v 1.4 2008/06/18 09:11:28 hanno Exp $
*gimp-greycstoration-2.9 (18 Jun 2008)
18 Jun 2008; Hanno Boeck
+gimp-greycstoration-2.9.ebuild:
Version bump.
30 May 2008; Denis Dupeyron
gimp-greycstoration-2.8.ebuild:
Added unzip to DEPEND, thanks to Marek Miller (bug #114577).
*gimp-greycstoration-2.8 (30 Mar 2008)
30 Mar 2008; Denis Dupeyron
+gimp-greycstoration-2.8.ebuild:
Version bump. Added smp support.
*gimp-greycstoration-1.2.7 (25 Feb 2008)
25 Feb 2008; Denis Dupeyron
+gimp-greycstoration-1.2.7.ebuild:
Initial commit, see bug #114577.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST CImg-1.2.7.tar.gz 5945505 RMD160 6f6cb6c05d126c5408807c8eac5b620dea010cee SHA1 40efd983a7d95cc5dc9b08a04620211f08f29a28 SHA256 ae562feae3b6d900cc959c3bc6742485828ca6f55321e8e94a8df7be041b18f3
DIST GREYCstoration-2.8.zip 3524726 RMD160 93e7f505d33315b421c4edefe00d181b16d9576c SHA1 bace29d745cbcad4e7eb983c1a611cb72f454405 SHA256 59cdfed273cb82d89f88b2a09eabc237a53db117d8bfdf426d20b3938e8e8969
DIST GREYCstoration-2.9-src.zip 287957 RMD160 9421c455aa0c451413a99a70b2df14043cd07499 SHA1 a453ffc9bd8d0ceb234edd55cf5bb9d4786eb8d0 SHA256 ba2b476a13e134aa826683f9753e209ff4796fbb09dd971a463592e6f262951a
EBUILD gimp-greycstoration-1.2.7.ebuild 1107 RMD160 f211428f723dd178ee94270397b20c8c3df32b63 SHA1 68b7596970fccb663cbd06bb8ad3e7e288708c00 SHA256 ad8b8bc6274b7a174d5288f547c6293c786a5806603edc527992c658f4e9eadb
EBUILD gimp-greycstoration-2.8.ebuild 1337 RMD160 067956d459c59fbe9eef2c67c1f931bc1de8f66b SHA1 d08af1852d152d2f07220a91fa136e07b9c168cd SHA256 628dae1c13847a6b83017c3c5c0995c372db4beb3d001f398d0395f58645a8d3
EBUILD gimp-greycstoration-2.9.ebuild 1334 RMD160 e33a6cd2c7013193c25cf60c08cc3a00efded1b5 SHA1 9c1d75ed70287d5515cb0ce2bc4062c7a9fb0e7e SHA256 23d622a312ea345771ee83ebfef6b6a8b2c5c1acb7923c2e8f88dff8c87a859e
MISC ChangeLog 868 RMD160 dc55022ad906215ef0210842349ed5ee9defba26 SHA1 c1d002b01009fbe3367dc6dd7d7beb8019777bd1 SHA256 411ff6565528b5eddc520224d01ba38bb4b11ee1d8743c3c9e27f8bddc220c48
MISC metadata.xml 232 RMD160 4c7ab29da7172e74adfd87ebb5eb6fb5475a82be SHA1 7b98547e067cdaccb43f37be116d5b15befef8e9 SHA256 18d82999ae63f6a95f78867cc239598fd2eb8011c837dcbe85830d022e7e6aea
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhY0UkACgkQr2QksT29OyBX1ACgjeQekFC/IUbW8b32JRlwaOun
HT0Anj6yCx/rs253EvGir5dhqkCVHHjb
=YT9B
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-1.2.7.ebuild,v 1.1 2008/02/25 10:08:46 calchan Exp $
inherit toolchain-funcs
DESCRIPTION="GIMP plug-in for denoising through image regularization"
HOMEPAGE="http://www.greyc.ensicaen.fr/~dtschump/greycstoration/"
SRC_URI="mirror://sourceforge/cimg/CImg-${PV}.tar.gz"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-gfx/gimp-2.2"
S="${WORKDIR}/CImg-${PV}"
src_unpack() {
unpack ${A}
mv "${S}"/examples/greycstoration4gimp.cpp "${S}"
}
src_compile() {
$(tc-getCXX) -o greycstoration greycstoration4gimp.cpp \
$(gimptool-2.0 --cflags) $(gimptool-2.0 --libs) \
-lpthread ${CXXFLAGS} ${LDFLAGS} \
|| die "Compilation failed"
}
src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe greycstoration || die "Installation failed"
}
pkg_postinst() {
elog "The GREYCstoration plugin is accessible from the menu :"
elog "Filters -> Enhance -> GREYCstoration"
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild,v 1.2 2008/05/30 11:08:12 calchan Exp $
inherit toolchain-funcs
DESCRIPTION="GIMP plug-in for denoising through image regularization"
HOMEPAGE="http://www.greyc.ensicaen.fr/~dtschump/greycstoration/"
SRC_URI="mirror://sourceforge/cimg/GREYCstoration-${PV}.zip"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="smp"
RDEPEND=">=media-gfx/gimp-2.2"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/GREYCstoration-${PV}/src"
src_unpack() {
unpack ${A}
sed -i -e "s:plugins/../CImg.h:CImg.h:" "${S}"/greycstoration4gimp.cpp || die "sed failed"
if use smp ; then
sed -i -e "s:^#define NTHREADS 1:#define NTHREADS 4:" "${S}"/greycstoration4gimp.cpp || die "sed failed"
fi
}
src_compile() {
$(tc-getCXX) -o greycstoration greycstoration4gimp.cpp \
$(gimptool-2.0 --cflags) $(gimptool-2.0 --libs) \
-lpthread ${CXXFLAGS} ${LDFLAGS} \
|| die "Compilation failed"
}
src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe greycstoration || die "Installation failed"
}
pkg_postinst() {
elog "The GREYCstoration plugin is accessible from the menu :"
elog "Filters -> Enhance -> GREYCstoration"
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.9.ebuild,v 1.1 2008/06/18 09:11:28 hanno Exp $
inherit toolchain-funcs
DESCRIPTION="GIMP plug-in for denoising through image regularization"
HOMEPAGE="http://cimg.sourceforge.net/greycstoration/"
SRC_URI="mirror://sourceforge/cimg/GREYCstoration-${PV}-src.zip"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="smp"
RDEPEND=">=media-gfx/gimp-2.4.0"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/GREYCstoration-${PV}-src/src"
src_unpack() {
unpack ${A}
sed -i -e "s:plugins/../CImg.h:CImg.h:" "${S}"/greycstoration4gimp.cpp || die "sed failed"
if use smp ; then
sed -i -e "s:^#define NTHREADS 1:#define NTHREADS 4:" "${S}"/greycstoration4gimp.cpp || die "sed failed"
fi
}
src_compile() {
$(tc-getCXX) -o greycstoration greycstoration4gimp.cpp \
$(gimptool-2.0 --cflags) $(gimptool-2.0 --libs) \
-lpthread ${CXXFLAGS} ${LDFLAGS} \
|| die "Compilation failed"
}
src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe greycstoration || die "Installation failed"
}
pkg_postinst() {
elog "The GREYCstoration plugin is accessible from the menu :"
elog "Filters -> Enhance -> GREYCstoration"
}