diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-10 23:54:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-10 23:54:10 +0000 |
commit | 0bf4b8157bd874a5c2d88f1934fdf5cbdafcf3c3 (patch) | |
tree | 10343b857ea337627c7ea9e40c5e07f5ea68c206 /media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild | |
parent | Version bump wrt #340793 by "Nikoli" (diff) | |
download | gentoo-2-0bf4b8157bd874a5c2d88f1934fdf5cbdafcf3c3.tar.gz gentoo-2-0bf4b8157bd874a5c2d88f1934fdf5cbdafcf3c3.tar.bz2 gentoo-2-0bf4b8157bd874a5c2d88f1934fdf5cbdafcf3c3.zip |
old
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild')
-rw-r--r-- | media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild deleted file mode 100644 index 8300dd5cbab6..000000000000 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r2.ebuild,v 1.2 2011/08/10 16:53:33 xarthisius Exp $ - -EAPI=4 -inherit autotools eutils multilib - -DESCRIPTION="A minimalistic plugin API for video effects" -HOMEPAGE="http://www.piksel.org/frei0r/" -SRC_URI="http://propirate.net/frei0r/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd" -IUSE="doc facedetect scale0tilt" - -DEPEND="facedetect? ( >=media-libs/opencv-2.2.0 ) - scale0tilt? ( media-libs/gavl )" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-opencv-2.2.0-api.patch - epatch "${FILESDIR}"/${P}-no-automagic-deps.patch - epatch "${FILESDIR}"/${P}-libdir.patch - epatch "${FILESDIR}"/${P}-pkgconfig-support.patch # needed by media-libs/mlt - eautoreconf -} - -src_configure() { - econf \ - $(use_enable facedetect) \ - $(use_enable scale0tilt) \ - --libdir=/usr/$(get_libdir) -} - -src_install() { - default - use doc && dohtml -r doc/html -} |