libvideo-fourcc-info-perl 1.005-1 source package in Ubuntu

Changelog

libvideo-fourcc-info-perl (1.005-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.
  * Add perl (>= 5.10.1) as an alternative build dependency for
    Pod::Simple.

  [ Dominic Hargreaves ]
  * Note that this new release fixes FTBFS on perl 5.12 (Closes: #578901)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:12:32 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libvideo-fourcc-info-perl_1.005.orig.tar.gz 48.9 KiB 3b84ab43e79d6ce66df6e580e5b01c6c99c194019650230276810db35bc8b35b
libvideo-fourcc-info-perl_1.005-1.diff.gz 2.3 KiB b87fb3d9e1e1a3e37dd7003e6948a295fe83504d9b42b0a79149f6917077c572
libvideo-fourcc-info-perl_1.005-1.dsc 1.8 KiB 524b7b6331158822419c17e7c426222aace644b1f0732591e9e44eb2cb8b04e9

Available diffs

View changes file

Binary packages built by this source

libvideo-fourcc-info-perl: Perl module to find information about codecs from its FourCC

 Video::FourCC::Info finds information about a given Four Character Code
 (FourCC).
 .
 This code is a four-byte sequence embedded in video files that tells video
 players what algorithm is required to decode a given video stream. This
 detection scheme ensures that the detected codec format is independent of
 the file extension, which may be incorrect due to human error or for some
 other reason.