4d1d9037d7
A very simple, pure Perl module which allows parsing out data from MP3 files or streams and chunking them up into different frames. You can use this to accurately determine the length of an MP3, filter non-audio data, or chunk up the file for streaming via datagram. Virtually anything is possible. This module supports MPEG-1, MPEG-2 Multichannel, MPEG-2 LSF and MPEG-2.5.
17 lines
521 B
Makefile
17 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
|
|
|
|
DISTNAME= MPEG-Audio-Frame-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MPEG/NUFFIN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MPEG-Audio-Frame/
|
|
COMMENT= Class for weeding out MPEG audio frames out of a file handle
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/MPEG/Audio/Frame/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|