# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Free Photoshop plugins by Martin Vicanek" HOMEPAGE="http://www.vicanek.de/" RESTRICT="mirror" SRC_URI=" ${HOMEPAGE}/plugins/downloads/contrastmask.zip ${HOMEPAGE}/plugins/downloads/colorreplacer.zip ${HOMEPAGE}/plugins/downloads/panowarp.zip ${HOMEPAGE}/plugins/downloads/perspective.zip ${HOMEPAGE}/plugins/downloads/pinocchio.zip ${HOMEPAGE}/plugins/downloads/vignettecorrector.zip " LICENSE="MV" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-plugins/gimp-pspi-1.0.7" DEPEND="${RDEPEND}" OPTDIR="/opt/photoshop/plugins" src_install() { insinto ${OPTDIR}/${PN} doins `ls *.8bf` || die "doins" dodoc `ls *.txt` || die "dodoc" } pkg_postinst() { elog einfo "You will find the installed plugins in the GIMP under" einfo " Filters -> MV's Plugins," einfo "provided you've set a path to ${OPTDIR} in" einfo " Xtns -> Photoshop Plug-in Settings." elog }