summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/gnonlin/ChangeLog9
-rw-r--r--media-libs/gnonlin/gnonlin-0.10.11.ebuild22
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
+}