pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-xpra: update to 0.17.5
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Aug 31 08:36:58 2016 +0200
Changeset: 03d8630a905a1eeac2b49c3b1cd6df25b07b2510
Modified Files:
py-xpra/Makefile
py-xpra/distinfo
py-xpra/patches/patch-setup.py
py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx
Log Message:
py-xpra: update to 0.17.5
v0.17.5 (2016-08-24)
======================
-- fix sound codec order: prevent incompatibilities with gdp payloader
-- fix internal error with some values for the window title option
-- fix crash on FreeBSD caused by buggy netifaces package
-- fix strict build on FreeBSD, use correct Xvfb command
-- fix video region statistics not correctly reset
-- fix OSX PKG installation errors on El Capitan and later
-- fix OSX installation warnings
-- fix X11 keyboard layout setup code corner case handling
-- fix VP9 speed setting to prevent excruciatingly slow compression
-- fix honour socket-dirs value found in configuration files
-- fix Fedora 25+ builds hanging during printer probing
-- fix unnecessary delay in network layer of MS Windows clients
-- fix xvid encoder debug overlay (now only enabled with debugging)
-- fix x265 compilation with python3
-- fix cursor errors with no data to send
-- fix v4l2 module build on older platforms, add missing build switch
-- fix CentOS 7.1 cryptography packaging dependency
-- fix misleading cryptography import error message
-- fix logging loops with 'network' and 'crypto' debug flags
-- fix spurious sound log messages on some platforms (ie: CentOS 6.x)
-- fix webcam spurious warnings when already disabled
-- fix proxy server: connection errors, video proxy encoding, etc
-- fix Xnest / Xephyr window detection code
-- fix incorrect value for x264 API
-- fix paths accumulating duplicates in run-xpra script
-- fix race condition in video cleanup
-- fix socket-dirs option syntax in default config file
-- fix multifile authentication module
-- fix dbus crash on exit which prevented Xvfb from being killed
-- fix webcam skewed picture
-- fix size calculations for the 1 pixel bottom edge of video areas
-- fix heavy import with side effects for shadow servers
-- fix MS Windows shadow servers picture corruption
-- fix jpeg wrongly included in auto-refresh encodings
-- fix compatibility with ffmpeg 3.1+, warn but don't fail
-- fix socket-dir option not being honoured
-- fix log dir in commented out Xvfb example
-- fix build on some non US locales
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03d8630a905a1eeac2b49c3b1cd6df25b07b2510
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-xpra/Makefile | 2 +-
py-xpra/distinfo | 12 ++++-----
py-xpra/patches/patch-setup.py | 2 +-
py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx | 32 +----------------------
4 files changed, 9 insertions(+), 39 deletions(-)
diffs:
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index d19f20a..d63b1f3 100644
--- a/py-xpra/Makefile
+++ b/py-xpra/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
-DISTNAME= xpra-0.17.4
+DISTNAME= xpra-0.17.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index 5eab918..7637dde 100644
--- a/py-xpra/distinfo
+++ b/py-xpra/distinfo
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
-SHA1 (xpra-0.17.4.tar.xz) = e68812bea4e192496843fa64d2c595bf1c261035
-RMD160 (xpra-0.17.4.tar.xz) = 175de457e7151c51526d21a046364c0778f05ee6
-SHA512 (xpra-0.17.4.tar.xz) = 5463d3ca659fe6d1617e69eee0b115f9df2f488c8c390a02e9eb31e04c29d262679a5463fdd13472cdd2328d01c52fde6ad9a87686fe95cb8adcbff97af6e324
-Size (xpra-0.17.4.tar.xz) = 1416960 bytes
-SHA1 (patch-setup.py) = d60fe0a9b6e2eafa222fa232783bd009ccca85a2
-SHA1 (patch-xpra_codecs_v4l2_pusher.pyx) = 1cfaf9404e6dea08762956d72502eec79605e7aa
+SHA1 (xpra-0.17.5.tar.xz) = 72cc041b390200e68ac6bdd2b1f474f91ea7d482
+RMD160 (xpra-0.17.5.tar.xz) = 9570bb0c36ec593c53d725938cf5208489262b64
+SHA512 (xpra-0.17.5.tar.xz) = 90e70ba556c1ddc63b15945739b9b006968e3b168dffebf1ab5ef46d8345c0823c2cb33cc2800fbb36fa7195a85d4a03cf74a0f68f93db9b9f1add986bd657a1
+Size (xpra-0.17.5.tar.xz) = 1418192 bytes
+SHA1 (patch-setup.py) = 19d6834e3e62361e230b250383e5ef56dbe84dd1
+SHA1 (patch-xpra_codecs_v4l2_pusher.pyx) = c45fb604c635a9d57478755f178ae16b6d166368
SHA1 (patch-xpra_codecs_v4l2_video.h) = 001cc17b7549c2ec62c503dc86d33489fae3cd88
SHA1 (patch-xpra_x11_gtk2_gdk__bindings.pyx) = 66e9688758e777de440ab047e9444309d543aac1
SHA1 (patch-xpra_x11_gtk2_gdk__display__source.pyx) = 22184d73ed547373762070a550a5379eb6b4561b
diff --git a/py-xpra/patches/patch-setup.py b/py-xpra/patches/patch-setup.py
index 502ddca..b88cb83 100644
--- a/py-xpra/patches/patch-setup.py
+++ b/py-xpra/patches/patch-setup.py
@@ -1,6 +1,6 @@
$NetBSD$
---- setup.py.orig 2016-06-04 03:39:58.000000000 +0000
+--- setup.py.orig 2016-08-22 12:50:38.000000000 +0000
+++ setup.py
@@ -992,7 +992,6 @@ if 'clean' in sys.argv or 'sdist' in sys
"xpra/codecs/v4l2/pusher.c",
diff --git a/py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx b/py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx
index 6c33d46..46e7f4b 100644
--- a/py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx
+++ b/py-xpra/patches/patch-xpra_codecs_v4l2_pusher.pyx
@@ -1,6 +1,6 @@
$NetBSD$
---- xpra/codecs/v4l2/pusher.pyx.orig 2016-06-03 05:35:44.000000000 +0000
+--- xpra/codecs/v4l2/pusher.pyx.orig 2016-07-29 03:08:34.000000000 +0000
+++ xpra/codecs/v4l2/pusher.pyx
@@ -41,7 +41,7 @@ cdef extern from *:
cdef extern from "sys/ioctl.h":
@@ -11,33 +11,3 @@ $NetBSD$
#define v4l2_fourcc(a,b,c,d)\
# (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
int v4l2_fourcc(unsigned char a, unsigned char b, unsigned char c, unsigned char d)
-@@ -55,10 +55,10 @@ cdef extern from "linux/videodev2.h":
- int V4L2_FIELD_BOTTOM
- int V4L2_FIELD_INTERLACED
- int V4L2_FIELD_SEQ_TB
-- int V4L2_FIELD_SEQ_BT
-- int V4L2_FIELD_ALTERNATE
-- int V4L2_FIELD_INTERLACED_TB
-- int V4L2_FIELD_INTERLACED_BT
-+ #int V4L2_FIELD_SEQ_BT
-+ #int V4L2_FIELD_ALTERNATE
-+ #int V4L2_FIELD_INTERLACED_TB
-+ #int V4L2_FIELD_INTERLACED_BT
- #formats:
- int V4L2_PIX_FMT_GREY
- int V4L2_PIX_FMT_YUV422P
-@@ -159,10 +159,10 @@ FIELD_STR = {
- V4L2_FIELD_BOTTOM : "Bottom",
- V4L2_FIELD_INTERLACED : "Interlaced",
- V4L2_FIELD_SEQ_TB : "SEQ TB",
-- V4L2_FIELD_SEQ_BT : "SEQ BT",
-- V4L2_FIELD_ALTERNATE : "ALTERNATE",
-- V4L2_FIELD_INTERLACED_TB : "INTERLACED TB",
-- V4L2_FIELD_INTERLACED_BT : "INTERLACED BT",
-+ #V4L2_FIELD_SEQ_BT : "SEQ BT",
-+ #V4L2_FIELD_ALTERNATE : "ALTERNATE",
-+ #V4L2_FIELD_INTERLACED_TB : "INTERLACED TB",
-+ #V4L2_FIELD_INTERLACED_BT : "INTERLACED BT",
- }
- COLORSPACE_STR = {
- V4L2_COLORSPACE_SRGB : "SRGB",
Home |
Main Index |
Thread Index |
Old Index