diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-06-10 21:34:13 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-06-10 21:34:13 +0000 |
commit | 511a9c3a8bd508c24e085896074fe2cedda369f8 (patch) | |
tree | e90e53cd1606aa9674527176dfe41d6ee4a3a97c /media-libs/gnonlin/gnonlin-0.10.8.ebuild | |
parent | Stable for HPPA (bug #181563). (diff) | |
download | gentoo-2-511a9c3a8bd508c24e085896074fe2cedda369f8.tar.gz gentoo-2-511a9c3a8bd508c24e085896074fe2cedda369f8.tar.bz2 gentoo-2-511a9c3a8bd508c24e085896074fe2cedda369f8.zip |
gnonlin bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-libs/gnonlin/gnonlin-0.10.8.ebuild')
-rw-r--r-- | media-libs/gnonlin/gnonlin-0.10.8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/gnonlin/gnonlin-0.10.8.ebuild b/media-libs/gnonlin/gnonlin-0.10.8.ebuild new file mode 100644 index 000000000000..c7aff79d72e1 --- /dev/null +++ b/media-libs/gnonlin/gnonlin-0.10.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.8.ebuild,v 1.1 2007/06/10 21:34:13 hanno Exp $ + +SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors." +HOMEPAGE="http://gnonlin.sourceforge.net" +LICENSE="LGPL-2" +SLOT="0.10" + +S="${WORKDIR}"/"${P}" +RDEPEND=">=media-libs/gstreamer-0.10.9 + >=media-libs/gst-plugins-base-0.10.9" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README RELEASE +} |