[Python-apps-commits] r8746 - in packages/xpra/trunk/debian (3 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Wed May 23 09:51:06 UTC 2012


    Date: Wednesday, May 23, 2012 @ 09:51:02
  Author: aelmahmoudy-guest
Revision: 8746

* New upstream release.
* Removed implicit-declaration.diff patch, it got included upstream.

Modified:
  packages/xpra/trunk/debian/changelog
  packages/xpra/trunk/debian/patches/series
Deleted:
  packages/xpra/trunk/debian/patches/implicit-declaration.diff

Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog	2012-05-23 00:37:04 UTC (rev 8745)
+++ packages/xpra/trunk/debian/changelog	2012-05-23 09:51:02 UTC (rev 8746)
@@ -1,3 +1,10 @@
+xpra (0.3.0+dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed implicit-declaration.diff patch, it got included upstream.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Wed, 23 May 2012 11:47:51 +0200
+
 xpra (0.2.0+dfsg-2) unstable; urgency=low
 
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]

Deleted: packages/xpra/trunk/debian/patches/implicit-declaration.diff
===================================================================
--- packages/xpra/trunk/debian/patches/implicit-declaration.diff	2012-05-23 00:37:04 UTC (rev 8745)
+++ packages/xpra/trunk/debian/patches/implicit-declaration.diff	2012-05-23 09:51:02 UTC (rev 8746)
@@ -1,16 +0,0 @@
-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/x264/x264lib.h
-+++ b/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-23 00:37:04 UTC (rev 8745)
+++ packages/xpra/trunk/debian/patches/series	2012-05-23 09:51:02 UTC (rev 8746)
@@ -1,2 +1 @@
-implicit-declaration.diff
 private-pkg.diff




More information about the Python-apps-commits mailing list