Skip to content

Commit

Permalink
audio/ruby-taglib: update to 1.1.2
Browse files Browse the repository at this point in the history
* Update HOMEPAGE.

1.1.1 (2022-04-12)

Changed

* Fixed build time warnings with Ruby >= 2.7.0 (NetBSD#85)
* Upgraded to SWIG 4.0.2
* Fixed running tests against TagLib 1.12

1.1.2 (2022-04-13)

Fixed

* Fix UserTextIdentificationFrame's constructor so that overloaded variants
  with StringList arguments can be called (NetBSD#107)
  • Loading branch information
taca committed May 5, 2022
1 parent 52b0392 commit d14b68c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions audio/ruby-taglib/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.10 2021/01/26 14:47:41 taca Exp $
# $NetBSD: Makefile,v 1.11 2022/05/05 04:23:29 taca Exp $

DISTNAME= taglib-ruby-1.1.0
DISTNAME= taglib-ruby-1.1.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= audio

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://robinst.github.com/taglib-ruby/
HOMEPAGE= https://github.com/robinst/taglib-ruby
COMMENT= Ruby library for reading and writing meta-data of many audio formats
LICENSE= mit

Expand Down
3 changes: 2 additions & 1 deletion audio/ruby-taglib/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2021/01/26 14:47:41 taca Exp $
@comment $NetBSD: PLIST,v 1.12 2022/05/05 04:23:29 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/taglib_aiff.${RUBY_DLEXT}
Expand All @@ -12,6 +12,7 @@ ${GEM_EXTSDIR}/taglib_mpeg.${RUBY_DLEXT}
${GEM_EXTSDIR}/taglib_ogg.${RUBY_DLEXT}
${GEM_EXTSDIR}/taglib_vorbis.${RUBY_DLEXT}
${GEM_EXTSDIR}/taglib_wav.${RUBY_DLEXT}
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
Expand Down
8 changes: 4 additions & 4 deletions audio/ruby-taglib/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 09:59:28 nia Exp $
$NetBSD: distinfo,v 1.12 2022/05/05 04:23:29 taca Exp $

BLAKE2s (taglib-ruby-1.1.0.gem) = d90cb80a2f11ff2affdc55842228e8502868b331369e01853c3ab13305395fb6
SHA512 (taglib-ruby-1.1.0.gem) = a31c30bd29ce2af642dd2bab7e47a20e8e642adb8453e9f5c926045a6ff60131d5208b5f16c096fe1cfa43ea85e22f744829b28c685dea6a15b14d12b06d1ac9
Size (taglib-ruby-1.1.0.gem) = 822272 bytes
BLAKE2s (taglib-ruby-1.1.2.gem) = f684dd9646fec6bf9103c811a907d44d55567d208316f09899c30629c5d28e8a
SHA512 (taglib-ruby-1.1.2.gem) = 489a8bcb393de5cbdfcb8dccb6f586ae94719112ccf1af3b15eab9ea648f58871e038387b87a87a11e18144b58372348303bd6427972daa52737a9e7049fb125
Size (taglib-ruby-1.1.2.gem) = 829952 bytes

0 comments on commit d14b68c

Please sign in to comment.