Initial import of p5-MPEG-Audio-Frame, version 0.09:
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.
This commit is contained in:
parent
bbdaf76efe
commit
4d1d9037d7
4 changed files with 29 additions and 0 deletions
6
audio/p5-MPEG-Audio-Frame/DESCR
Normal file
6
audio/p5-MPEG-Audio-Frame/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
audio/p5-MPEG-Audio-Frame/Makefile
Normal file
17
audio/p5-MPEG-Audio-Frame/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $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"
|
1
audio/p5-MPEG-Audio-Frame/PLIST
Normal file
1
audio/p5-MPEG-Audio-Frame/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
|
5
audio/p5-MPEG-Audio-Frame/distinfo
Normal file
5
audio/p5-MPEG-Audio-Frame/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
|
||||
|
||||
SHA1 (MPEG-Audio-Frame-0.09.tar.gz) = b3dc17ce3328518bcedae671aa6ef44894c65810
|
||||
RMD160 (MPEG-Audio-Frame-0.09.tar.gz) = effb9ca3d13f66191766c81f6b0e079898e66a96
|
||||
Size (MPEG-Audio-Frame-0.09.tar.gz) = 365714 bytes
|
Loading…
Reference in a new issue