# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="OpenLibraries multimedia libraries" HOMEPAGE="http://www.openlibraries.org" SRC_URI="mirror://sourceforge/openlibraries/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/mlt++ >=media-libs/glut-3.7.1 >=media-libs/glew-1.3.3 >=media-libs/freetype-2.1.9 >=media-libs/openlibraries-0.2.0 =x11-libs/qt-3* dev-libs/boost" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd ${S} } src_compile() { ./configure --prefix=/usr/ --with-boostruntime=mt --with-boostthreadruntime=mt || die "failed to configure" make || die "failed to compile" } src_install() { make DESTDIR=${D} install || die "failed to install" }