Subject: CVS commit: pkgsrc/audio/ruby-taglib
From: Takahiro Kambe
Date: 2024-11-06 14:45:48
Message id: 20241106134548.E7619FC7E@cvs.NetBSD.org

Log Message:
audio/ruby-taglib: update to 2.0.0

2.0.0 (2024-10-30)

Changed

* Regenerate SWIG wrapper code against TagLib 2.0.1.  This breaks
  compatibility with TagLib 1.x.  You will get a compiler error if you try
  to install taglib-ruby 2.x on a system that has TagLib 1.x.  Please use
  taglib-ruby 1.x if your system has TagLib 1.x, and taglib-ruby 2.x if your
  system has TagLib 2.x.  The optional strip_others argument to
  TagLib::MPEG::File#save no longer takes a boolean value.  It now uses the
  constants TagLib::File::StripOthers and TagLib::File::StripNone.

Removed

* TagLib::MPEG::File#tag has been removed because it no longer exists in
  TagLib 2.x.  Please use TagLib::MPEG::File#id3v2_tag or
  TagLib::MPEG::File#id3v1_tag.

Files:
RevisionActionfile
1.15modifypkgsrc/audio/ruby-taglib/Makefile
1.14modifypkgsrc/audio/ruby-taglib/distinfo