[Python-apps-commits] r8683 - in packages/xpra/trunk/debian (3 files)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sat May 12 09:34:39 UTC 2012
Date: Saturday, May 12, 2012 @ 09:34:38
Author: aelmahmoudy-guest
Revision: 8683
Added implicit-declaration.diff patch to explicitly declare
change_encoding_speed function in xpra/x264/x264lib.h
Added:
packages/xpra/trunk/debian/patches/implicit-declaration.diff
Modified:
packages/xpra/trunk/debian/changelog
packages/xpra/trunk/debian/patches/series
Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog 2012-05-11 19:12:36 UTC (rev 8682)
+++ packages/xpra/trunk/debian/changelog 2012-05-12 09:34:38 UTC (rev 8683)
@@ -2,8 +2,10 @@
* debian/control: Add versioned build-dep on cython (Closes: #670061)
* debian/clean: Updated files to be cleaned up (Closes: #671434)
+ * Added implicit-declaration.diff patch to explicitly declare
+ change_encoding_speed function in xpra/x264/x264lib.h
- -- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Wed, 09 May 2012 03:33:38 +0200
+ -- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 12 May 2012 11:33:32 +0200
xpra (0.2.0+dfsg-1) unstable; urgency=low
Added: packages/xpra/trunk/debian/patches/implicit-declaration.diff
===================================================================
--- packages/xpra/trunk/debian/patches/implicit-declaration.diff (rev 0)
+++ packages/xpra/trunk/debian/patches/implicit-declaration.diff 2012-05-12 09:34:38 UTC (rev 8683)
@@ -0,0 +1,16 @@
+Description: Explicitly declare change_encoding_speed function
+Author: Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+Bug: http://xpra.org/trac/ticket/125
+Forwarded: http://xpra.org/trac/attachment/ticket/125/implicit-declaration.diff
+--- a/xpra-0.2.0/xpra/x264/x264lib.h
++++ b/xpra-0.2.0/xpra/x264/x264lib.h
+@@ -36,3 +36,9 @@
+ @param outstride: Output stride.
+ */
+ int decompress_image(struct x264lib_ctx *, uint8_t *in, int size, uint8_t **out, int *outsize, int *outstride);
++
++/**
++ * Change the speed of encoding (x264 preset).
++ * @param increase: increase encoding speed (decrease preset) by this value. Negative values decrease encoding speed.
++ */
++void change_encoding_speed(struct x264lib_ctx *, int increase);
Modified: packages/xpra/trunk/debian/patches/series
===================================================================
--- packages/xpra/trunk/debian/patches/series 2012-05-11 19:12:36 UTC (rev 8682)
+++ packages/xpra/trunk/debian/patches/series 2012-05-12 09:34:38 UTC (rev 8683)
@@ -1 +1,2 @@
+implicit-declaration.diff
private-pkg.diff
More information about the Python-apps-commits
mailing list