[Pkg-ocaml-maint-commits] [SCM] liquidsoap packaging branch, master, updated. debian/0.9.2-3-2-g1bd2d10

Romain Beauxis toots at rastageeks.org
Mon Jul 26 21:46:37 UTC 2010


The following commit has been merged in the master branch:
commit 1bd2d105b3ee2cc2d710c9bf60639d7f2a132593
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Jul 26 16:47:20 2010 -0500

    Added harbor_recode_tags.patch

diff --git a/debian/patches/harbor_recode_tags.patch b/debian/patches/harbor_recode_tags.patch
new file mode 100644
index 0000000..da7d61b
--- /dev/null
+++ b/debian/patches/harbor_recode_tags.patch
@@ -0,0 +1,19 @@
+Index: liquidsoap/src/tools/harbor.ml
+===================================================================
+--- liquidsoap.orig/src/tools/harbor.ml	2010-06-10 13:09:41.000000000 -0500
++++ liquidsoap/src/tools/harbor.ml	2010-07-26 16:46:00.000000000 -0500
+@@ -377,6 +377,14 @@
+               in
+               Hashtbl.remove args "mount";
+               Hashtbl.remove args "mode";
++              (* Recode tags.. *)
++              let f x y m = 
++                let g = Configure.recode_tag in
++                Hashtbl.add m (g x) (g y) ; m
++              in
++              let args = 
++                Hashtbl.fold f args (Hashtbl.create (Hashtbl.length args))
++              in
+               s#insert_metadata args ;
+               raise (Answer (fun () -> write_answer c ans))
+      | _ -> raise (Answer ans_401)
diff --git a/debian/patches/series b/debian/patches/series
index b3acfdb..d2637b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+harbor_recode_tags.patch
 magic_follow_symlink.patch
 fix_sdl_output.patch
 theora_0.2.0_fix.patch

-- 
liquidsoap packaging



More information about the Pkg-ocaml-maint-commits mailing list