Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 282C163BD37 for ; Sat, 21 May 2011 15:13:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F394E14A454; Sat, 21 May 2011 15:13:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37A3414A34D for ; Sat, 21 May 2011 15:13:22 +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 F9Zg2M+A8htQ for ; Sat, 21 May 2011 15:13:21 +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 5EF4314A340 for ; Sat, 21 May 2011 15:13:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 44ADB175DD; Sat, 21 May 2011 15:13:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 21 May 2011 15:13:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/taglib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110521151321.44ADB175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat May 21 15:13:21 UTC 2011 Modified Files: pkgsrc/audio/taglib: Makefile PLIST distinfo Added Files: pkgsrc/audio/taglib/patches: patch-CMakeLists.txt Log Message: Update to 1.7. Manually increase shlib minor in CMake files since upstream didn't react to my question why it went down with this release. TagLib 1.7 (Mar 11, 2011) ========================= 1.7: * Fixed memory leaks in the FLAC file format parser. * Fixed bitrate calculation for WAV files. 1.7 RC1: * Support for reading/writing tags from Monkey's Audio files. (BUG:210404) * Support for reading/writing embedded pictures from WMA files. * Support for reading/writing embedded pictures from FLAC files (BUG:218696). * Implemented APE::Tag::isEmpty() to check for all APE tags, not just the basic ones. * Added reading of WAV audio length. (BUG:116033) * Exposed FLAC MD5 signature of the uncompressed audio stream via FLAC::Properties::signature(). (BUG:160172) * Added function ByteVector::toHex() for hex-encoding of byte vectors. * WavPack reader now tries to get the audio length by finding the final block, if the header doesn't have the information. (BUG:258016) * Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007) * Fixed writing of RIFF files with even chunk sizes. (BUG:243954) * Fixed compilation on MSVC 2010. * Removed support for building using autoconf/automake. * API docs can be now built using "make docs". To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/taglib/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/taglib/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/taglib/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/audio/taglib/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.