class for weeding out MPEG audio frames out of a file handle
from Stuart Henderson
This commit is contained in:
parent
b606f6e079
commit
7b9a1abb41
15
audio/p5-MPEG-Audio-Frame/Makefile
Normal file
15
audio/p5-MPEG-Audio-Frame/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/26 03:33:07 steven Exp $
|
||||
|
||||
COMMENT= class for weeding out MPEG audio frames from a file handle
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= MPEG-Audio-Frame-0.09
|
||||
CATEGORIES= audio
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/p5-MPEG-Audio-Frame/distinfo
Normal file
5
audio/p5-MPEG-Audio-Frame/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (MPEG-Audio-Frame-0.09.tar.gz) = N27DUsJXpiDvKTz19tfM8A==
|
||||
RMD160 (MPEG-Audio-Frame-0.09.tar.gz) = 7/uco9E/ZhkXZsgfaw4HmJjmapY=
|
||||
SHA1 (MPEG-Audio-Frame-0.09.tar.gz) = s9wXzjMoUYvO2uZxqm70SJTGWBA=
|
||||
SHA256 (MPEG-Audio-Frame-0.09.tar.gz) = RizHHp79I37UjPvbHPgKHDsZR1J15Kir4U5lUxmCqEg=
|
||||
SIZE (MPEG-Audio-Frame-0.09.tar.gz) = 365714
|
6
audio/p5-MPEG-Audio-Frame/pkg/DESCR
Normal file
6
audio/p5-MPEG-Audio-Frame/pkg/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.
|
5
audio/p5-MPEG-Audio-Frame/pkg/PLIST
Normal file
5
audio/p5-MPEG-Audio-Frame/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/26 03:33:07 steven Exp $
|
||||
${P5SITE}/MPEG/
|
||||
${P5SITE}/MPEG/Audio/
|
||||
${P5SITE}/MPEG/Audio/Frame.pm
|
||||
@man man/man3p/MPEG::Audio::Frame.3p
|
Loading…
x
Reference in New Issue
Block a user