pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ruby-taglib



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov  6 13:45:48 UTC 2024

Modified Files:
        pkgsrc/audio/ruby-taglib: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/ruby-taglib/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/ruby-taglib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ruby-taglib/Makefile
diff -u pkgsrc/audio/ruby-taglib/Makefile:1.14 pkgsrc/audio/ruby-taglib/Makefile:1.15
--- pkgsrc/audio/ruby-taglib/Makefile:1.14      Thu Feb  1 08:47:20 2024
+++ pkgsrc/audio/ruby-taglib/Makefile   Wed Nov  6 13:45:48 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/02/01 08:47:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/11/06 13:45:48 taca Exp $
 
-DISTNAME=      taglib-ruby-1.1.3
+DISTNAME=      taglib-ruby-2.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
-PKGREVISION=   1
 CATEGORIES=    audio
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,9 +11,6 @@ LICENSE=      mit
 
 USE_LANGUAGES= c c++
 
-# https://github.com/robinst/taglib-ruby/issues/127
-BROKEN=                "Needs fixes for taglib 2."
-
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/ruby-taglib/distinfo
diff -u pkgsrc/audio/ruby-taglib/distinfo:1.13 pkgsrc/audio/ruby-taglib/distinfo:1.14
--- pkgsrc/audio/ruby-taglib/distinfo:1.13      Tue Jan  3 05:48:04 2023
+++ pkgsrc/audio/ruby-taglib/distinfo   Wed Nov  6 13:45:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/01/03 05:48:04 taca Exp $
+$NetBSD: distinfo,v 1.14 2024/11/06 13:45:48 taca Exp $
 
-BLAKE2s (taglib-ruby-1.1.3.gem) = 1e864e4026f88f5467f961e99fea7dd1a483d2029dccf6df7e729ed427829d04
-SHA512 (taglib-ruby-1.1.3.gem) = 5744bcafb556529b68d144e1079b4fa08164b79b8ee932f0354033d4f49b1aecc33666b9d8ead8c2c2fe3ac0d23749d3eeeb75c136a3aae493afd4d8705f5b03
-Size (taglib-ruby-1.1.3.gem) = 836608 bytes
+BLAKE2s (taglib-ruby-2.0.0.gem) = b91cb055c16399ca5bcbd2962b560b26764334721ca50c9e636e9cc2930a19b4
+SHA512 (taglib-ruby-2.0.0.gem) = f84aee9189c8b1c3b1bf9f42535cc92919f77f1b799b7ece19c6f2b5cadcc6f66f4b00595f9d8599aead0ae1b78eab8deec6719d8e7dd4bdafafd5573a93d1d0
+Size (taglib-ruby-2.0.0.gem) = 840192 bytes



Home | Main Index | Thread Index | Old Index