r23572 - in /branches/upstream/libvideo-capture-v4l-perl/current: Changes META.yml RTjpeg/codec/modules/RTb2s.c V4l/V4l.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 26 15:03:14 UTC 2008


Author: gregoa
Date: Sat Jul 26 15:03:12 2008
New Revision: 23572

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23572
Log:
[svn-upgrade] Integrating new upstream version, libvideo-capture-v4l-perl (0.902)

Modified:
    branches/upstream/libvideo-capture-v4l-perl/current/Changes
    branches/upstream/libvideo-capture-v4l-perl/current/META.yml
    branches/upstream/libvideo-capture-v4l-perl/current/RTjpeg/codec/modules/RTb2s.c
    branches/upstream/libvideo-capture-v4l-perl/current/V4l/V4l.pm

Modified: branches/upstream/libvideo-capture-v4l-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvideo-capture-v4l-perl/current/Changes?rev=23572&op=diff
==============================================================================
--- branches/upstream/libvideo-capture-v4l-perl/current/Changes (original)
+++ branches/upstream/libvideo-capture-v4l-perl/current/Changes Sat Jul 26 15:03:12 2008
@@ -1,4 +1,7 @@
 Revision history for Perl extension Video::Capture::V4l.
+
+0.902 Thu Jul 24 22:54:34 CEST 2008
+	- fix another lvalue-cast isn't lvalue bug in rtjpeg.c
 
 0.901 Tue Jun  6 01:35:18 CEST 2006
 	- fix lvalue-cast isn't lvalue bug in rtjpeg.c

Modified: branches/upstream/libvideo-capture-v4l-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvideo-capture-v4l-perl/current/META.yml?rev=23572&op=diff
==============================================================================
--- branches/upstream/libvideo-capture-v4l-perl/current/META.yml (original)
+++ branches/upstream/libvideo-capture-v4l-perl/current/META.yml Sat Jul 26 15:03:12 2008
@@ -1,10 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Video-Capture-V4l
-version:      0.901
-version_from: V4l/V4l.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                Video-Capture-V4l
+version:             0.902
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libvideo-capture-v4l-perl/current/RTjpeg/codec/modules/RTb2s.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvideo-capture-v4l-perl/current/RTjpeg/codec/modules/RTb2s.c?rev=23572&op=diff
==============================================================================
--- branches/upstream/libvideo-capture-v4l-perl/current/RTjpeg/codec/modules/RTb2s.c (original)
+++ branches/upstream/libvideo-capture-v4l-perl/current/RTjpeg/codec/modules/RTb2s.c Sat Jul 26 15:03:12 2008
@@ -2,7 +2,7 @@
 {
  int ci=1, co=1, tmp;
 
- (u8)strm[0]=(u8)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]);
+ strm[0]=(u8)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]);
  
  for(ci=1; ci<=bt8; ci++)
   if(data[RTjpeg_ZZ[ci]]>0)

Modified: branches/upstream/libvideo-capture-v4l-perl/current/V4l/V4l.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libvideo-capture-v4l-perl/current/V4l/V4l.pm?rev=23572&op=diff
==============================================================================
--- branches/upstream/libvideo-capture-v4l-perl/current/V4l/V4l.pm (original)
+++ branches/upstream/libvideo-capture-v4l-perl/current/V4l/V4l.pm Sat Jul 26 15:03:12 2008
@@ -9,7 +9,7 @@
 
 use Fcntl;
 
-$VERSION = '0.901';
+$VERSION = '0.902';
 
 @ISA = qw(Exporter DynaLoader);
 




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