eb24ec17d2
Update ruby-taglib to 1.0.1 ## 1.0.1 - 2020-03-25 ### Fixed - Fix segmentation fault with TagLib::FLAC picture lists (#91), thanks @jameswyper!
16 lines
463 B
Makefile
16 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/04/25 15:49:02 taca Exp $
|
|
|
|
DISTNAME= taglib-ruby-1.0.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://robinst.github.com/taglib-ruby/
|
|
COMMENT= Ruby library for reading and writing meta-data of many audio formats
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../audio/taglib/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|