diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-05-24 09:55:07 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-05-24 09:55:07 +0000 |
commit | 50cbd204c5497cc6c23f6a4047ea71a849464371 (patch) | |
tree | 5306749e471847ecc8a2d53e6f1baa5b6b711f4f /media-libs/gnonlin | |
parent | Fix compile with GCC 4.4 wrt #269728, thanks to Victor Ostorga. (diff) | |
download | gentoo-2-50cbd204c5497cc6c23f6a4047ea71a849464371.tar.gz gentoo-2-50cbd204c5497cc6c23f6a4047ea71a849464371.tar.bz2 gentoo-2-50cbd204c5497cc6c23f6a4047ea71a849464371.zip |
gnonlin bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gnonlin')
-rw-r--r-- | media-libs/gnonlin/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/gnonlin/gnonlin-0.10.11.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/media-libs/gnonlin/ChangeLog b/media-libs/gnonlin/ChangeLog index 00b37245b919..8fd2326b4462 100644 --- a/media-libs/gnonlin/ChangeLog +++ b/media-libs/gnonlin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gnonlin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.10 2008/11/03 21:09:51 tester Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.11 2009/05/24 09:55:07 hanno Exp $ + +*gnonlin-0.10.11 (24 May 2009) + + 24 May 2009; Hanno Boeck <hanno@gentoo.org> +gnonlin-0.10.11.ebuild: + Version bump. *gnonlin-0.10.10 (03 Nov 2008) diff --git a/media-libs/gnonlin/gnonlin-0.10.11.ebuild b/media-libs/gnonlin/gnonlin-0.10.11.ebuild new file mode 100644 index 000000000000..4b7eec5bec4b --- /dev/null +++ b/media-libs/gnonlin/gnonlin-0.10.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.11.ebuild,v 1.1 2009/05/24 09:55:07 hanno Exp $ + +DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors." +HOMEPAGE="http://gnonlin.sourceforge.net" +SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0.10" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/gstreamer-0.10.9 + >=media-libs/gst-plugins-base-0.10.9" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README RELEASE +} |