diff options
author | 2010-03-27 22:19:12 +0000 | |
---|---|---|
committer | 2010-03-27 22:19:12 +0000 | |
commit | 3b259407accc7c472679db371231dc09c15ab3d5 (patch) | |
tree | 4d08bc31d3bd2b0bcd684dee86cc44a0954de033 /media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild | |
parent | Initial import, bug 126220. Thanks to Maurizio Pucci and Jouni Rinne. (diff) | |
download | historical-3b259407accc7c472679db371231dc09c15ab3d5.tar.gz historical-3b259407accc7c472679db371231dc09c15ab3d5.tar.bz2 historical-3b259407accc7c472679db371231dc09c15ab3d5.zip |
Replace remove selection script with the improved one from http://registry.gimp.org/node/15118.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild')
-rw-r--r-- | media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild index 97a73313b342..18ae2787376c 100644 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild,v 1.1 2010/03/27 21:49:16 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-resynthesizer/gimp-resynthesizer-0.16.ebuild,v 1.2 2010/03/27 22:19:12 spatz Exp $ EAPI=2 @@ -25,6 +25,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { epatch "${FILESDIR}/${P}-makefile.patch" + cp "${FILESDIR}/smart-remove.scm" "${S}" || die tc-export CXX } @@ -42,5 +43,6 @@ src_install() { pkg_postinst() { elog "The Resynthesizer plugin is accessible from the menu:" elog "* Filters -> Map -> Resynthesize" - elog "* Filters -> Enhance -> Smart enlarge/sharpen/remove selection" + elog "* Filters -> Enhance -> Smart enlarge/sharpen" + elog "* Filters -> Enhance -> Heal selection" } |