[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / ruby-mp3info

File: [cvs.NetBSD.org] / pkgsrc / audio / ruby-mp3info / Makefile (download)

Revision 1.9, Sun May 31 15:23:06 2015 UTC (8 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.8: +2 -2 lines

Update ruby-mp3info to 0.8.6.

=== 0.8.6 / 2015-03-28

* fixed frame size computation (thanks to ekaminski)
* now correctly close the @io (thanks to cyberroot)
* correctly compute length of VBR files (fixes #42)

# $NetBSD: Makefile,v 1.9 2015/05/31 15:23:06 taca Exp $
#

DISTNAME=	ruby-mp3info-0.8.6
PKGNAME=	${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
CATEGORIES=	audio

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/moumar/ruby-mp3info
COMMENT=	Pure-ruby library for informations and tags on mp3 files
LICENSE=	gnu-gpl-v3

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"