# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION="BMP plugins that have been ported, but are not included in the BMP main tree." HOMEPAGE="" SRC_URI="http://www.t17.ikarnet.pl/~wiget/bmp-extra-plugins/download/bmp-extra-plugins-0.2.1.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-sound/beep-media-player" src_unpack() { unpack ${A} } src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die # libblursk causes bmp to segfault. If someone could create a patch for # this, or figure out a better way to disable this, that would be nice. rm -f ${D}/usr/lib/bmp/Visualization/libblursk.* }