Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7D0331A923B for ; Tue, 26 Jan 2021 14:47:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 90BAE84DCC; Tue, 26 Jan 2021 14:47:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA7D484DBC for ; Tue, 26 Jan 2021 14:47:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NDlSIeNJe1W2 for ; Tue, 26 Jan 2021 14:47:41 +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 3E7CF84D87 for ; Tue, 26 Jan 2021 14:47:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 376F7FA9D; Tue, 26 Jan 2021 14:47:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611672461247030" MIME-Version: 1.0 Date: Tue, 26 Jan 2021 14:47:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/audio/ruby-taglib To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210126144741.376F7FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611672461247030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jan 26 14:47:41 UTC 2021 Modified Files: pkgsrc/audio/ruby-taglib: Makefile PLIST distinfo Log Message: audio/ruby-taglib: update to 1.1.0 1.1.0 - 2021-01-20 Added * Added support for CTOC and CHAP frames for ID3v2 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/ruby-taglib/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/ruby-taglib/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/ruby-taglib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611672461247030 Content-Disposition: inline Content-Length: 2822 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/ruby-taglib/Makefile diff -u pkgsrc/audio/ruby-taglib/Makefile:1.9 pkgsrc/audio/ruby-taglib/Makefile:1.10 --- pkgsrc/audio/ruby-taglib/Makefile:1.9 Sat Apr 25 15:49:02 2020 +++ pkgsrc/audio/ruby-taglib/Makefile Tue Jan 26 14:47:41 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/04/25 15:49:02 taca Exp $ +# $NetBSD: Makefile,v 1.10 2021/01/26 14:47:41 taca Exp $ -DISTNAME= taglib-ruby-1.0.1 +DISTNAME= taglib-ruby-1.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} CATEGORIES= audio Index: pkgsrc/audio/ruby-taglib/PLIST diff -u pkgsrc/audio/ruby-taglib/PLIST:1.10 pkgsrc/audio/ruby-taglib/PLIST:1.11 --- pkgsrc/audio/ruby-taglib/PLIST:1.10 Sat Apr 25 15:49:02 2020 +++ pkgsrc/audio/ruby-taglib/PLIST Tue Jan 26 14:47:41 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/04/25 15:49:02 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2021/01/26 14:47:41 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/taglib_aiff.${RUBY_DLEXT} @@ -108,6 +108,7 @@ ${GEM_LIBDIR}/test/data/aiff-sample.aiff ${GEM_LIBDIR}/test/data/crash.mp3 ${GEM_LIBDIR}/test/data/flac-create.cpp ${GEM_LIBDIR}/test/data/flac.flac +${GEM_LIBDIR}/test/data/flac_nopic.flac ${GEM_LIBDIR}/test/data/get_picture_data.cpp ${GEM_LIBDIR}/test/data/globe_east_540.jpg ${GEM_LIBDIR}/test/data/globe_east_90.jpg @@ -129,6 +130,7 @@ ${GEM_LIBDIR}/test/fileref_properties_te ${GEM_LIBDIR}/test/fileref_write_test.rb ${GEM_LIBDIR}/test/flac_file_test.rb ${GEM_LIBDIR}/test/flac_file_write_test.rb +${GEM_LIBDIR}/test/flac_picture_memory_test.rb ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/id3v1_genres_test.rb ${GEM_LIBDIR}/test/id3v1_tag_test.rb Index: pkgsrc/audio/ruby-taglib/distinfo diff -u pkgsrc/audio/ruby-taglib/distinfo:1.8 pkgsrc/audio/ruby-taglib/distinfo:1.9 --- pkgsrc/audio/ruby-taglib/distinfo:1.8 Sat Apr 25 15:49:02 2020 +++ pkgsrc/audio/ruby-taglib/distinfo Tue Jan 26 14:47:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/04/25 15:49:02 taca Exp $ +$NetBSD: distinfo,v 1.9 2021/01/26 14:47:41 taca Exp $ -SHA1 (taglib-ruby-1.0.1.gem) = 27ad9f3dd6f9d034ab2a1c800f5d4723d45f846c -RMD160 (taglib-ruby-1.0.1.gem) = 47cd869c6a5e3f428221e0d9141b90b3a94716a8 -SHA512 (taglib-ruby-1.0.1.gem) = 13a803244e0bdacb0d8934c58caf9d28c263ca7ccdfa0cf6e27141b28869c2340d4127d7777f9b726cc39658acb3fb6a4f6f73bd4ff598d039d081670de38406 -Size (taglib-ruby-1.0.1.gem) = 791040 bytes +SHA1 (taglib-ruby-1.1.0.gem) = 8385d3603b44fcaf8773be86d48088863e4f84b1 +RMD160 (taglib-ruby-1.1.0.gem) = ea593bf994aac1d71e56fb3c67b57e65b99ac988 +SHA512 (taglib-ruby-1.1.0.gem) = a31c30bd29ce2af642dd2bab7e47a20e8e642adb8453e9f5c926045a6ff60131d5208b5f16c096fe1cfa43ea85e22f744829b28c685dea6a15b14d12b06d1ac9 +Size (taglib-ruby-1.1.0.gem) = 822272 bytes --_----------=_1611672461247030--