Skip to content

Commit

Permalink
Import of RANDOMMAN/Video-FFmpeg-0.45 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: Video-FFmpeg
gitpan-cpan-version:      0.45
gitpan-cpan-path:         RANDOMMAN/Video-FFmpeg-0.45.tar.gz
gitpan-cpan-author:       RANDOMMAN
gitpan-cpan-maturity:     released
  • Loading branch information
CryptoPunk authored and Gitpan committed Oct 23, 2014
1 parent ef8f38f commit f1e95ad
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ Revision history for Perl extension Video::FFmpeg.
- First public release
0.43 Wed Dec 29 04:43:20 2009
- Fixed insufficient thread locking around avcodec_open/close() error;
0.44 Wed Dec 29 04:43:20 2009
0.44 Wed Jun 4 12:14:20 2010
- Fixed typo in metatag functions. Thanks Sergiy Borodych
0.45 Wed Jun 4 03:40:00 2010
- Added META.yml
- Fixed versioning info
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changes
FFmpeg.xs
Makefile.PL
MANIFEST
META.yml
ppport.h
README
test.ogm
Expand Down
22 changes: 22 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- #YAML:1.0
name: Video-FFmpeg
abstract: Build and install Perl modules
version: 0.45
author:
- Max Vohra <max@seattlenetworks.com>
license: perl
distribution_type: module
requires:
ExtUtils::MakeMaker: 0
ExtUtils::PkgConfig: 0
recommends:
Pod::Text: 0
YAML: 0.35
build_requires:
Test::More: 0
urls:
license: http://dev.perl.org/licenses/
meta-spec:
version: 1.3
url: http://module-build.sourceforge.net/META-spec-v1.3.html
generated_by: Max Vohra using vim
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Video-FFmpeg version 0.43
Video-FFmpeg version 0.45
========================

The README is used to introduce the module and provide instructions on
Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Video::FFmpeg::AVStream::Subtitle;

our @ISA = ('Video::FFmpeg::AVFormat');

our $VERSION = '0.43';
our $VERSION = '0.45';

sub new {
my $class = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg/AVFormat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Video::FFmpeg::AVFormat;
use Video::FFmpeg;
use Switch;

our $VERSION = '0.43';
our $VERSION = '0.45';

sub new {
$i = Video::FFmpeg::AVFormat::open($_[1]);
Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg/AVStream.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Video::FFmpeg::AVStream;

our $VERSION = '0.42';
our $VERSION = '0.45';

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg/AVStream/Audio.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Video::FFmpeg::AVStream::Audio;

our $VERSION = '0.42';
our $VERSION = '0.45';

our @ISA = ('Video::FFmpeg::AVStream');

Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg/AVStream/Subtitle.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Video::FFmpeg::AVStream::Subtitle;

our $VERSION = '0.42';
our $VERSION = '0.45';

our @ISA = ('Video::FFmpeg::AVStream');

Expand Down
2 changes: 1 addition & 1 deletion lib/Video/FFmpeg/AVStream/Video.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Video::FFmpeg::AVStream::Video;

our $VERSION = '0.42';
our $VERSION = '0.45';

our @ISA = ('Video::FFmpeg::AVStream');

Expand Down

0 comments on commit f1e95ad

Please sign in to comment.