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:           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.

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



Home | Main Index | Thread Index | Old Index