packages: clive/clive-delfi.patch - updated for 2.1.14

lisu lisu at pld-linux.org
Fri May 29 10:33:06 CEST 2009


Author: lisu                         Date: Fri May 29 08:33:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 2.1.14

---- Files affected:
packages/clive:
   clive-delfi.patch (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/clive/clive-delfi.patch
diff -u packages/clive/clive-delfi.patch:1.22 packages/clive/clive-delfi.patch:1.23
--- packages/clive/clive-delfi.patch:1.22	Mon Apr 27 11:30:13 2009
+++ packages/clive/clive-delfi.patch	Fri May 29 10:33:00 2009
@@ -1,23 +1,23 @@
---- clive-2.1.10/clive~ 2009-04-27 11:14:37.000000000 +0200
-+++ clive-2.1.10/clive  2009-04-27 11:21:15.000000000 +0200
-@@ -87,6 +87,7 @@
-                  IsEvisor    => qr|evisor.tv|i,
-                  IsDmotion   => qr|dailymotion.com|i,
-                  IsCctv      => qr|tv.cctv.com|i,
-+                 IsDelfi     => qr|.delfi.|i,
-                );
-
+--- clive-2.1.14/clive~	2009-05-29 10:38:23.000000000 +0200
++++ clive-2.1.14/clive	2009-05-29 10:38:19.000000000 +0200
+@@ -78,6 +78,7 @@
+     IsDmotion   => qr|dailymotion.com|i,
+     IsCctv      => qr|tv.cctv.com|i,
+     IsRedtube   => qr|redtube.com|i,
++    IsDelfi     => qr|.delfi.|i,
+ );
+ 
  my @re_hosts_arr = (
-@@ -99,6 +100,7 @@
-                     [$re_hosts{IsEvisor},    \&handle_evisor],
-                     [$re_hosts{IsDmotion},   \&handle_dmotion],
-                     [$re_hosts{IsCctv},      \&handle_cctv],
-+                    [$re_hosts{IsDelfi},     \&handle_delfi],
-                    );
-
- # Parse config              
-@@ -992,6 +993,64 @@
-     return ($xurl, $id);
+@@ -91,6 +92,7 @@
+     [ $re_hosts{IsDmotion},   \&handle_dmotion ],
+     [ $re_hosts{IsCctv},      \&handle_cctv ],
+     [ $re_hosts{IsRedtube},   \&handle_redtube ],
++    [ $re_hosts{IsDelfi},     \&handle_delfi],
+ );
+ 
+ # Parse config
+@@ -1016,6 +1018,64 @@
+     return ( $xurl, $video_id );
  }
  
 +sub handle_delfi {
@@ -80,3 +80,4 @@
 +
  # Subroutines: Progress
  # NOTE: the 'dot' progress copies much from wget.
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clive/clive-delfi.patch?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list