# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ # This ebuild come from http://topperh.blogspot.com/2008/06/ebuild-for-smile.html inherit eutils qt4 DESCRIPTION="Slideshow Maker In Linux Environement" HOMEPAGE="http://www.kde-apps.org/content/show.php/SMILE?content=83276" SRC_URI="http://www.mandrivalinux-online.eu/manslide/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=media-sound/sox-14.0.1 media-video/mplayer ( $(qt4_min_version 4.2.0) ) " RDEPEND="${DEPEND}" src_compile() { cd smile && eqmake4 smile.pro emake || die } src_install() { dodir /usr/bin exeinto /usr/bin doexe smile/smile make_desktop_entry Smile Smile smile "Qt;AUdioVideo;Video" }