From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E37311387FD for ; Sun, 6 Apr 2014 11:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EAEFE0A04; Sun, 6 Apr 2014 11:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8704BE0A04 for ; Sun, 6 Apr 2014 11:49:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F90933FDB2 for ; Sun, 6 Apr 2014 11:49:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 1056F2004B; Sun, 6 Apr 2014 11:49:52 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gnonlin: gnonlin-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnonlin-1.2.0.ebuild ChangeLog X-VCS-Directories: media-libs/gnonlin X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140406114953.1056F2004B@flycatcher.gentoo.org> Date: Sun, 6 Apr 2014 11:49:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81dcb5ca-a754-4bf9-9bf2-6e239035d6da X-Archives-Hash: 1bbc96b38db25d91edb0996f7c4a2b38 eva 14/04/06 11:49:52 Modified: ChangeLog Added: gnonlin-1.2.0.ebuild Log: Version bump, bug #490770. Needed for pitivi-0.91. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.22 media-libs/gnonlin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 7 Nov 2012 21:16:57 -0000 1.21 +++ ChangeLog 6 Apr 2014 11:49:52 -0000 1.22 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gnonlin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.21 2012/11/07 21:16:57 tetromino Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.22 2014/04/06 11:49:52 eva Exp $ + +*gnonlin-1.2.0 (06 Apr 2014) + + 06 Apr 2014; Gilles Dartiguelongue +gnonlin-1.2.0.ebuild: + Version bump, bug #490770. Needed for pitivi-0.91. 07 Nov 2012; Alexandre Rostovtsev gnonlin-0.10.9.ebuild, gnonlin-0.10.17.ebuild: 1.1 media-libs/gnonlin/gnonlin-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: gnonlin-1.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.0.ebuild,v 1.1 2014/04/06 11:49:52 eva Exp $ EAPI="5" inherit gst-plugins10 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="1.0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-libs/glib-2.34:2 >=media-libs/gstreamer-1.2:1.0 >=media-libs/gst-plugins-base-1.2:1.0 " DEPEND="${RDEPEND} virtual/pkgconfig >=dev-util/gtk-doc-am-1.13 test? ( dev-libs/check >=media-libs/gst-plugins-good-1.2:1.0 ) " # videomixer src_configure() { econf --disable-gtk-doc } src_compile() { default } src_install() { default prune_libtool_files --all }