This is an automated email from the git hooks/post-receive script.

toots pushed a commit to branch master
in repository liquidsoap.

commit 02a6e0dafccfa2bb3cfa1b35a7dd72c48b3006c4
Author: Romain Beauxis <to...@rastageeks.org>
Date:   Mon Aug 11 20:08:37 2014 -0500

    Prepare new package.
---
 debian/changelog           |  6 ++++++
 debian/patches/series      |  1 +
 debian/patches/shine_abi_3 | 13 +++++++++++++
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8a70fa1..5a50fb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liquidsoap (1.1.1-7) unstable; urgency=medium
+
+  * Patch shine encoder to adapt to new ABI. 
+
+ -- Romain Beauxis <to...@rastageeks.org>  Mon, 11 Aug 2014 20:07:58 -0500
+
 liquidsoap (1.1.1-6) unstable; urgency=low
 
   * Bring back SDL plugin. 
diff --git a/debian/patches/series b/debian/patches/series
index 159b2ac..60cd0b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fdkaad-dynlink.patch
+shine_abi_3
diff --git a/debian/patches/shine_abi_3 b/debian/patches/shine_abi_3
new file mode 100644
index 0000000..69c933c
--- /dev/null
+++ b/debian/patches/shine_abi_3
@@ -0,0 +1,13 @@
+Index: liquidsoap/src/encoder/shine_encoder.ml
+===================================================================
+--- liquidsoap.orig/src/encoder/shine_encoder.ml       2013-03-27 
12:42:12.133673540 -0500
++++ liquidsoap/src/encoder/shine_encoder.ml    2014-08-11 20:06:59.063843307 
-0500
+@@ -45,7 +45,7 @@
+   let src_freq = float (Frame.audio_of_seconds 1.) in
+   let dst_freq = float samplerate in
+   (* Shine accepts data of a fixed length.. *)
+-  let samples = Shine.samples_per_frame in
++  let samples = Shine.samples_per_pass enc in
+   let data = Audio.create channels samples in
+   let buf = G.create () in
+   let encoded = Buffer.create 1024 in

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/liquidsoap.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to