Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 47D28A580B for ; Tue, 15 Apr 2014 03:07:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A356014A21F; Tue, 15 Apr 2014 03:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E520614A21C for ; Tue, 15 Apr 2014 03:07:10 +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 qIoLtLekJt2H for ; Tue, 15 Apr 2014 03:07:10 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 0702514A20B for ; Tue, 15 Apr 2014 03:07:09 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s3F371sU003661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 15 Apr 2014 05:07:01 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s3F371qA017755 for pkgsrc-changes@netbsd.org; Tue, 15 Apr 2014 05:07:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53BDF14A2C0 for ; Sat, 12 Apr 2014 06:45:32 +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 xKtXb-tNk0AO for ; Sat, 12 Apr 2014 06:45:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7B01114A2B9 for ; Sat, 12 Apr 2014 06:45:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 78C4B96; Sat, 12 Apr 2014 06:45:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sat, 12 Apr 2014 06:45:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/easytag To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140412064531.78C4B96@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Tue, 15 Apr 2014 05:07:02 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Apr 12 06:45:31 UTC 2014 Modified Files: pkgsrc/audio/easytag: Makefile PLIST distinfo options.mk Log Message: Update to 2.2.0: Changes since 2.1.10: * Several stability fixes, found with Valgrind and the Fedora retrace server * Use GTK+ 3 by default, but still allow building against GTK+ 2 * Support extended tag fields in MP4 files * Support GIF images in tags * Abhinav Jangda’s Ogg Opus support, asynchronous image loading, scanner function tests and new Vorbis cover art support * Santtu Lakkala’s MP4 cover art and GIO support, fix for Roman numeral capitalization * Ask for confirmation before overwriting during renaming * Ekaterina Gerasimova’s Mallard help updates * Avoid truncating Vorbis audio data when saving * Gianvito Cavasoli’s Italian translation update * Alexandre Franke’s French translation updates and typo fix * Wolfgang Stöggl’s German translation updates * Piotr Drąg’s Polish translation updates * Мирослав Николић’s Serbian translation update * Daniel Mustieles’ Spanish translation updates * Balázs Úr and Attila Hammer’s Hungarian translation updates * Enrico Nicoletto and Rafael Ferrera’s Brazilian Portuguese translation updates * Marek Černocký’s Czech translation updates * Aurimas Černius’s Lithuanian translation update To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 pkgsrc/audio/easytag/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/easytag/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/easytag/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/easytag/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.