# 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://smile.tuxfamily.org/" SRC_URI="http://freshmeat.net/redir/smileslideshow/75569/url_tgz/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=media-sound/sox-14.0.1 media-video/mplayer x11-libs/qt-webkit >=x11-libs/qt-4.4.0 media-gfx/imagemagick" 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" }