public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/frei0r-plugins: metadata.xml ChangeLog frei0r-plugins-1.1.22.ebuild
@ 2009-07-05 13:59 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-07-05 13:59 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/07/05 13:59:19

  Added:                metadata.xml ChangeLog frei0r-plugins-1.1.22.ebuild
  Log:
  Initial commit, based on ebuild by Roberto Castagnola in bug 255319. Added patch to keep opencv and gavl optional but not automagic deps.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-plugins/frei0r-plugins/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>video</herd>
  <use>
    <flag name='facedetect'>Enables building of facedetect plugin, which
      depends on <pkg>media-libs/opencv</pkg>
    </flag>
    <flag name='scale0tilt'>Enables building of scale0tilt and vectorscope
      plugins, which depend on <pkg>media-libs/gavl</pkg>
    </flag>
  </use>
</pkgmetadata>



1.1                  media-plugins/frei0r-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-plugins/frei0r-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/frei0r-plugins/ChangeLog,v 1.1 2009/07/05 13:59:19 yngwin Exp $

*frei0r-plugins-1.1.22 (05 Jul 2009)

  05 Jul 2009; Ben de Groot <yngwin@gentoo.org>
  +frei0r-plugins-1.1.22.ebuild,
  +files/frei0r-plugins-1.1.22-no-automagic-deps.patch, +metadata.xml:
  Initial commit, based on ebuild by Roberto Castagnola in bug 255319. Added
  patch to keep opencv and gavl optional but not automagic deps.




1.1                  media-plugins/frei0r-plugins/frei0r-plugins-1.1.22.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22.ebuild?rev=1.1&content-type=text/plain

Index: frei0r-plugins-1.1.22.ebuild
===================================================================
# Copyright 1999-2009 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.ebuild,v 1.1 2009/07/05 13:59:19 yngwin Exp $

EAPI="2"
inherit base eutils autotools

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 ~x86"
IUSE="doc facedetect scale0tilt"

DEPEND="facedetect? ( media-libs/opencv )
	scale0tilt? ( media-libs/gavl )"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-no-automagic-deps.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable facedetect) $(use_enable scale0tilt)
}

src_install() {
	base_src_install
	dodoc AUTHORS README
	use doc && dohtml -r doc/html
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-05 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 13:59 [gentoo-commits] gentoo-x86 commit in media-plugins/frei0r-plugins: metadata.xml ChangeLog frei0r-plugins-1.1.22.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox