Received: by mail.netbsd.org (Postfix, from userid 605) id 32FFD84E3C; Thu, 3 Oct 2019 20:36:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF27784D63 for ; Thu, 3 Oct 2019 20:36:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WegkyQN8Pu4T for ; Thu, 3 Oct 2019 20:36:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0DB9984D2C for ; Thu, 3 Oct 2019 20:36:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00FB0FBF4; Thu, 3 Oct 2019 20:36:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570135013242350" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 20:36:53 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/pitivi To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191003203654.00FB0FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570135013242350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 3 20:36:53 UTC 2019 Modified Files: pkgsrc/multimedia/pitivi: DESCR Makefile Log Message: pitivi: Slightly improve COMMENT/DESCR To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/pitivi/DESCR cvs rdiff -u -r1.51 -r1.52 pkgsrc/multimedia/pitivi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570135013242350 Content-Disposition: inline Content-Length: 1202 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/pitivi/DESCR diff -u pkgsrc/multimedia/pitivi/DESCR:1.1.1.1 pkgsrc/multimedia/pitivi/DESCR:1.2 --- pkgsrc/multimedia/pitivi/DESCR:1.1.1.1 Wed Jun 16 14:12:09 2010 +++ pkgsrc/multimedia/pitivi/DESCR Thu Oct 3 20:36:53 2019 @@ -1 +1,3 @@ -Nonlinear video editor. +Pitivi is a non-linear video editor. Built upon the GStreamer multimedia +framework and GTK, Pitivi aims to be an intuitive and flexible video editor +that can appeal to newbies and professionals alike. Index: pkgsrc/multimedia/pitivi/Makefile diff -u pkgsrc/multimedia/pitivi/Makefile:1.51 pkgsrc/multimedia/pitivi/Makefile:1.52 --- pkgsrc/multimedia/pitivi/Makefile:1.51 Thu Oct 3 20:09:52 2019 +++ pkgsrc/multimedia/pitivi/Makefile Thu Oct 3 20:36:53 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/10/03 20:09:52 nia Exp $ +# $NetBSD: Makefile,v 1.52 2019/10/03 20:36:53 nia Exp $ DISTNAME= pitivi-0.999 CATEGORIES= multimedia @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pitivi.org/ -COMMENT= Video editor +COMMENT= Video editor using GStreamer/GTK LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= pkg-config intltool msgfmt xgettext --_----------=_1570135013242350--