Remove frei0r-plugins

atratsevskiy
Alexander Tratsevskiy 13 years ago
parent 30e64d85a7
commit c091b65d50

@ -1,10 +0,0 @@
# ChangeLog for media-plugins/frei0r-plugins
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*frei0r-plugins-1.2.1 (06 Feb 2011)
06 Feb 2011; Alexander Tratsevskiy (L'autre) <at@calculate.ru>
+frei0r-plugins-1.2.1.ebuild:
Version bump

@ -1,3 +0,0 @@
DIST frei0r-plugins-1.2.1.tar.gz 1018783 RMD160 5a09b3023eaf69df8c02ff33d5ac90af74ece522 SHA1 4c167450263a02938f68ebf8af45dea8a5f00197 SHA256 375cd80f03a2bbcecc585487147120952cda99b9d5fe26c0232c233d3525de5b
EBUILD frei0r-plugins-1.2.1.ebuild 943 RMD160 825ff769c038e9f2d3bb90039e4ca2e150338a7c SHA1 44ac9b7744ac0c4edfd99c370320ebeba97d622e SHA256 e5efba5548d82a0c4e7864a01ee0f75e04dbff8ba1255bd318e5a6172cb792e4
MISC ChangeLog 279 RMD160 f4ed77550cc8262c0c23870f848a2a1ecec0f9a5 SHA1 4d244c1737f4f92c6b5017373e7980934b4c5bd4 SHA256 40a230f9e9fefb56d9f1fc392efc04cdb1a4e517b6a286f030a4b3076c4af468

@ -1,38 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit base eutils autotools multilib
DESCRIPTION="A minimalistic plugin API for video effects"
HOMEPAGE="http://www.piksel.org/frei0r/"
SRC_URI="http://www.piksel.no/frei0r/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="doc facedetect scale0tilt"
DEPEND="facedetect? ( media-libs/opencv )
scale0tilt? ( media-libs/gavl )"
RDEPEND="${DEPEND}"
src_prepare() {
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() {
base_src_install
dodoc AUTHORS README
use doc && dohtml -r doc/html
}
Loading…
Cancel
Save