libaudio-flac-decoder-perl 0.3+dfsg-1build2 source package in Ubuntu

Changelog

libaudio-flac-decoder-perl (0.3+dfsg-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 17:10:50 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libaudio-flac-decoder-perl_0.3+dfsg.orig.tar.gz 147.1 KiB f823dab15c3914acbb5d43f9ef1fa927fd56d1e1bb40ee498f15e1cbd55f88d8
libaudio-flac-decoder-perl_0.3+dfsg-1build2.diff.gz 4.7 KiB bb80edf736286cb1f98fd9af3c3305c66426c957491d7f7e791ad72187c179bc
libaudio-flac-decoder-perl_0.3+dfsg-1build2.dsc 2.2 KiB 7d0eef850bb63cb65deb3339e3c910e009daadd182ea5db31f5a5287bee228fa

View changes file

Binary packages built by this source

libaudio-flac-decoder-perl: Perl module providing an object-oriented FLAC decoder

 The Audio::FLAC::Decoder module provides users with Decoder objects for FLAC
 files. One can read data in PCM format from the stream, seek by pcm samples,
 or time.
 .
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless, meaning that audio is compressed in FLAC without
 any loss in quality. This is similar to how Zip works, except with FLAC you
 will get much better compression because it is designed specifically for audio
 and you can play back compressed FLAC files in your favorite player just like
 you would an MP3 file.