diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-09-28 10:10:08 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-09-28 10:10:08 +0000 |
commit | 904e44bc6927ee502f6e870581f81339673c983c (patch) | |
tree | c73e8d7169b5232b4e36be6bdf9a846be60a7d07 /media-libs/gnonlin | |
parent | x11-proto/xproto: bump to 7.0.16, sync with x11 overlay (diff) | |
download | gentoo-2-904e44bc6927ee502f6e870581f81339673c983c.tar.gz gentoo-2-904e44bc6927ee502f6e870581f81339673c983c.tar.bz2 gentoo-2-904e44bc6927ee502f6e870581f81339673c983c.zip |
gnonlin bump
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gnonlin')
-rw-r--r-- | media-libs/gnonlin/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gnonlin/gnonlin-0.10.13.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/media-libs/gnonlin/ChangeLog b/media-libs/gnonlin/ChangeLog index 571df15bb152..89e902c377a7 100644 --- a/media-libs/gnonlin/ChangeLog +++ b/media-libs/gnonlin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gnonlin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.12 2009/08/15 03:38:38 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.13 2009/09/28 10:10:08 hanno Exp $ + +*gnonlin-0.10.13 (28 Sep 2009) + + 28 Sep 2009; Hanno Boeck <hanno@gentoo.org> +gnonlin-0.10.13.ebuild: + Version bump. *gnonlin-0.10.12 (15 Aug 2009) diff --git a/media-libs/gnonlin/gnonlin-0.10.13.ebuild b/media-libs/gnonlin/gnonlin-0.10.13.ebuild new file mode 100644 index 000000000000..4787137ffd3c --- /dev/null +++ b/media-libs/gnonlin/gnonlin-0.10.13.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.13.ebuild,v 1.1 2009/09/28 10:10:08 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 +} |