r23576 - in /trunk/libvideo-capture-v4l-perl/debian: changelog patches/compile-failure.patch

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


Author: gregoa
Date: Sat Jul 26 15:11:12 2008
New Revision: 23576

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23576
Log:
Refresh compile-failure.patch (parts of the patch are adopted upstreams).

Modified:
    trunk/libvideo-capture-v4l-perl/debian/changelog
    trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=23576&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Sat Jul 26 15:11:12 2008
@@ -3,6 +3,7 @@
   * New upstream release.
   * Set Standards-Version to 3.8.0; add debian/README.source to document
     quilt usage.
+  * Refresh compile-failure.patch (parts of the patch are adopted upstreams).
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 26 Jul 2008 17:03:31 +0200
 

Modified: trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch?rev=23576&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch (original)
+++ trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch Sat Jul 26 15:11:12 2008
@@ -1,6 +1,6 @@
 --- a/RTjpeg/codec/modules/RTb2s_raw.c
 +++ b/RTjpeg/codec/modules/RTb2s_raw.c
-@@ -2,7 +2,7 @@ int RTjpeg_b2s(s16 *data, s8 *strm, u8 b
+@@ -2,7 +2,7 @@
  {
   int ci=1, co=1, tmp;
  
@@ -9,20 +9,9 @@
   
   for(ci=1; ci<=63; ci++)
    if(data[RTjpeg_ZZ[ci]]>0)
---- a/RTjpeg/codec/modules/RTb2s.c
-+++ b/RTjpeg/codec/modules/RTb2s.c
-@@ -2,7 +2,7 @@ int RTjpeg_b2s(s16 *data, s8 *strm, u8 b
- {
-  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)
 --- a/VBI/VBI.xs
 +++ b/VBI/VBI.xs
-@@ -482,7 +482,7 @@ decoder_decode (decoder *dec, UI y, u8 *
+@@ -482,7 +482,7 @@
                      case 0x55:
                        break;
                      default:




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