r43236 - in /trunk/libvideo-fourcc-info-perl: Build.PL Changes META.yml SIGNATURE debian/changelog lib/Video/FourCC/Info.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 29 13:16:39 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 29 13:16:28 2009
New Revision: 43236

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43236
Log:
Now creates database from source at build time

Modified:
    trunk/libvideo-fourcc-info-perl/Build.PL
    trunk/libvideo-fourcc-info-perl/Changes
    trunk/libvideo-fourcc-info-perl/META.yml
    trunk/libvideo-fourcc-info-perl/SIGNATURE
    trunk/libvideo-fourcc-info-perl/debian/changelog
    trunk/libvideo-fourcc-info-perl/lib/Video/FourCC/Info.pm

Modified: trunk/libvideo-fourcc-info-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/Build.PL?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/Build.PL (original)
+++ trunk/libvideo-fourcc-info-perl/Build.PL Sat Aug 29 13:16:28 2009
@@ -3,7 +3,7 @@
 # Build.PL
 #  Script to build and install this distribution
 #
-# $Id: Build.PL 8669 2009-08-20 02:37:09Z FREQUENCY at cpan.org $
+# $Id: Build.PL 8786 2009-08-28 21:38:32Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;
@@ -36,6 +36,10 @@
     # User tests for good functionality
     'Test::More'              => 0.62,
     'Test::NoWarnings'        => 0.084,
+
+    # Database related modules
+    'DBI'                     => 0,
+    'DBD::SQLite'             => 1.20,
   },
   recommends => {
     # Video::Info for detecting FourCC used in files

Modified: trunk/libvideo-fourcc-info-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/Changes?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/Changes (original)
+++ trunk/libvideo-fourcc-info-perl/Changes Sat Aug 29 13:16:28 2009
@@ -1,4 +1,9 @@
-1.002 - XXX - Jonathan Yu <frequency at cpan.org>
+1.003 - 28 Aug 2009 - Jonathan Yu <frequency at cpan.org>
+
+  + Add DBI and DBD::SQLite to build_requires (this should
+    fix the UNKNOWN reports)
+
+1.002 - 23 Aug 2009 - Jonathan Yu <frequency at cpan.org>
 
   + Remove generated files from the repository
   + Use a simple string version, per David Golden's article:

Modified: trunk/libvideo-fourcc-info-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/META.yml?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/META.yml (original)
+++ trunk/libvideo-fourcc-info-perl/META.yml Sat Aug 29 13:16:28 2009
@@ -1,6 +1,6 @@
 ---
 name: Video-FourCC-Info
-version: 1.002
+version: 1.003
 author:
   - 'Jonathan Yu <frequency at cpan.org>'
 abstract: Perl module to retrieve information about FourCCs
@@ -10,6 +10,8 @@
   DBI: 0
   perl: 5.006
 build_requires:
+  DBD::SQLite: 1.2
+  DBI: 0
   Test::More: 0.62
   Test::NoWarnings: 0.084
 recommends:
@@ -19,7 +21,7 @@
 provides:
   Video::FourCC::Info:
     file: lib/Video/FourCC/Info.pm
-    version: 1.002
+    version: 1.003
 generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: trunk/libvideo-fourcc-info-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/SIGNATURE?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/SIGNATURE (original)
+++ trunk/libvideo-fourcc-info-perl/SIGNATURE Sat Aug 29 13:16:28 2009
@@ -14,18 +14,18 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 715760b6bd96b9244f7cd4f1a90a2fd759b803bd Build.PL
-SHA1 4a78e4c4acd92383f031cb8d17ddffbcbddeabee Changes
+SHA1 f86aa8512f7e15a3fcd97d93ed37ceb51883487d Build.PL
+SHA1 988aad9f15d5e0622eeed3a1277089c8b39a9b32 Changes
 SHA1 675653131853c8cef00f3d84dabab6e8951478aa LICENSE
 SHA1 e82dde553333330591d8d2519ec11d7916b26d10 MANIFEST
 SHA1 c1ef3014c0bc3ed78eec43db3590cecd28f39a12 MANIFEST.SKIP
-SHA1 05fe9121cdddf7c6ff63db6eda185897f1d2dab2 META.yml
+SHA1 036551b2556b03f5d52d6f516ad8ba05f5d45d7a META.yml
 SHA1 2738ad9a21b0be9d3d025983f2647f041763162f Makefile.PL
 SHA1 c97587b1f3b1809325a91e23ca0a07c980e4827d README
 SHA1 1a9cf8d8ff47b812acf4b080879ec68387cf72c7 examples/fourcc.pl
 SHA1 cdd8d0ba5015afd3f4b1c063c452b1be2009cfa0 examples/peekvideo.pl
 SHA1 e2ab44142a0e55cd760e12d72dc727b550ad0a70 inc/My/Builder.pm
-SHA1 52b5aaf7b6c754524aa92b66040e6f94d0de4a2f lib/Video/FourCC/Info.pm
+SHA1 ab0353e54006ed2c60048acbf4b16be875230016 lib/Video/FourCC/Info.pm
 SHA1 4aeecf15b8e2edede3536974277ebcb3210dc254 lib/Video/FourCC/source-data.sql
 SHA1 645b35a8bd83ceebe33587199abc20714de85320 t/00signature.t
 SHA1 f39500ac2345602b180327443ddcb535c2030961 t/01manifest.t
@@ -43,7 +43,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (GNU/Linux)
 
-iEYEARECAAYFAkqRhvUACgkQYYN9T93mai9cJACffXb+Fun5KYprA/6FjFwQCwWA
-0/UAn04Zaak+RY/DbNe2825bCBRAdKZ0
-=l7l6
+iEYEARECAAYFAkqYF6cACgkQYYN9T93mai+97gCdF3j0UjbcJJYMHka0HNMJsfMh
+mZIAn0NdQLuzTq0nP08nTQ/Cqtu/cKOi
+=ungv
 -----END PGP SIGNATURE-----

Modified: trunk/libvideo-fourcc-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/changelog?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/changelog (original)
+++ trunk/libvideo-fourcc-info-perl/debian/changelog Sat Aug 29 13:16:28 2009
@@ -1,4 +1,4 @@
-libvideo-fourcc-info-perl (1.002-1) UNRELEASED; urgency=low
+libvideo-fourcc-info-perl (1.003-1) UNRELEASED; urgency=low
 
   No release necessary
   IGNORE-VERSION: 1.002-1
@@ -6,6 +6,7 @@
   [ Jonathan Yu ]
   * New upstream release
     + Don't run Test::Signature without internet (Closes: #538014)
+    + Now creates database from source at build time
   * Standards-Version 3.8.3 (no changes)
   * Remove Perl::Critic test
   * Rewrote control description
@@ -18,7 +19,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Jonathan Yu <frequency at cpan.org>  Mon, 24 Aug 2009 08:09:39 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 29 Aug 2009 05:14:21 -0400
 
 libvideo-fourcc-info-perl (1.1.5-1) unstable; urgency=low
 

Modified: trunk/libvideo-fourcc-info-perl/lib/Video/FourCC/Info.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/lib/Video/FourCC/Info.pm?rev=43236&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/lib/Video/FourCC/Info.pm (original)
+++ trunk/libvideo-fourcc-info-perl/lib/Video/FourCC/Info.pm Sat Aug 29 13:16:28 2009
@@ -1,20 +1,21 @@
 # Video::FourCC::Info
 #  Shows information about codecs specified as a Four Character Code
 #
-# $Id: Info.pm 8621 2009-08-18 04:39:32Z FREQUENCY at cpan.org $
+# $Id: Info.pm 8786 2009-08-28 21:38:32Z FREQUENCY at cpan.org $
 
 package Video::FourCC::Info;
 
 use strict;
 use warnings;
 
+
 use Carp ();
 
 use DBI ();
-
-use File::Basename  ();
-use File::Spec      ();
-use DBD::SQLite     ();
+use DBD::SQLite ();
+
+use File::Basename ();
+use File::Spec ();
 
 # Use DateTime if available
 eval { require DateTime; };
@@ -44,11 +45,11 @@
 
 =head1 VERSION
 
-Version 1.002 ($Id: Info.pm 8621 2009-08-18 04:39:32Z FREQUENCY at cpan.org $)
-
-=cut
-
-our $VERSION = '1.002';
+Version 1.003 ($Id: Info.pm 8786 2009-08-28 21:38:32Z FREQUENCY at cpan.org $)
+
+=cut
+
+our $VERSION = '1.003';
 $VERSION = eval $VERSION;
 
 =head1 DESCRIPTION




More information about the Pkg-perl-cvs-commits mailing list