pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-xpra: update to 2.0.1.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Apr 19 20:27:49 2017 +0200
Changeset: 75ea9080adc3fc730fee3efe8213bfe78611968b
Modified Files:
TODO
py-xpra/Makefile
py-xpra/PLIST
py-xpra/distinfo
Log Message:
py-xpra: update to 2.0.1.
v2.0.1 (2017-04-02)
======================
-- fix X11 server crashes with very short-lived OR windows
-- fix SSL connection failures
-- fix 64-bit MSYS2 build system setup script
-- fix RPM dependencies: remove libwebp, pynvml is only used on 64-bit, common package is always required
-- fix RPM dependencies of python3 package
-- fix absolute bind paths handled as relative locations
-- fix running the Javascript / CSS minifier for MS Windows builds
-- fix missing screen bit depth with Mac OS clients
-- fix resource leak in HTML5 client
-- fix missed characters in HTML5 client disconnection message
-- fix HTML5 password field wrongly greyed out
-- fix HTML5 window title bar wrapping
-- fix backwards compatibility for hmac authentication
-- fix error in OpenGL feature detection failure code path
-- fix socket group permissions failures more gracefully
-- fix proxy server control socket path issues
-- fix exit-with-client and server shutdown race conditions
-- fix missing window paint refresh with some posix window managers
-- try to ensure the tmpfiles.d directory is created on package installation
-- add support for Ubuntu Zesty packaging
-- support relative file paths in authentication modules
-- support more CUDA architectures for NVENC
-- log details of CUDA kernel loading errors
-- RPM packaging of tmpfiles.d config
-- improve error message when the client or server components aren't installed
-- enable ZIP and MSI by default for MS Windows builds
-- add missing indentation in man page, help page
-- MacOS library updates: libepoxy
v2.0 (2017-03-17)
======================
-- dropped support for outdated OS and libraries (long list)
-- 64-bit builds for MS Windows and MacOSX
-- MS Windows MSYS2 based build system with fully up to date libraries
-- MS Windows full support for named-pipe connections
-- MS Windows and MacOSX support for mmap transfers
-- more configurable mmap options to support KVM's ivshmem
-- faster HTML5 client, now packaged separately (RPM only)
-- clipboard synchronization support for the HTML5 client
-- faster window scrolling detection, bandwidth savings
-- support more screen bit depths: 8, 16, 24, 30 and 32
-- support 10-bit per pixel rendering with the OpenGL client backend
-- improved keyboard mapping support when sharing sessions
-- faster native turbojpeg codec
-- OpenGL enabled by default on more chipsets, with better driver sanity checks
-- better handling of tablet input devices (multiple platforms and HTML5 client)
-- synchronize Xkb layout group
-- support stronger HMAC authentication digest modes
-- unit tests are now executed automatically on more platforms
-- fix python-lz4 0.9.0 API breakage
-- fix html5 visual corruption with scroll paint packets
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75ea9080adc3fc730fee3efe8213bfe78611968b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
TODO | 1 -
py-xpra/Makefile | 2 +-
py-xpra/PLIST | 20 ++++----------------
py-xpra/distinfo | 8 ++++----
4 files changed, 9 insertions(+), 22 deletions(-)
diffs:
diff --git a/TODO b/TODO
index ccfdeba445..477b304d01 100644
--- a/TODO
+++ b/TODO
@@ -104,7 +104,6 @@ Suggested package updates
o py-kivy-1.9.1
o py-rpyc-3.2.1
o py-smop-0.29
- o py-xpra-2.0.1
o py-zeitgeist-0.9.16
o qmc2-0.59
o qtcreator-4.2
diff --git a/py-xpra/Makefile b/py-xpra/Makefile
index 66b80a9d8f..02031b03d8 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-1.0.4
+DISTNAME= xpra-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
diff --git a/py-xpra/PLIST b/py-xpra/PLIST
index d59cb1fd2b..d50ecf14eb 100644
--- a/py-xpra/PLIST
+++ b/py-xpra/PLIST
@@ -15,13 +15,15 @@ etc/xpra/conf.d/50_server_network.conf
etc/xpra/conf.d/55_server_x11.conf
etc/xpra/conf.d/60_server.conf
etc/xpra/conf.d/65_proxy.conf
-etc/xpra/cuda.conf
-etc/xpra/nvenc.keys
lib/cups/backend/xpraforwarder
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/xpra/__init__.py
${PYSITELIB}/xpra/__init__.pyc
${PYSITELIB}/xpra/__init__.pyo
+${PYSITELIB}/xpra/buffers/__init__.py
+${PYSITELIB}/xpra/buffers/__init__.pyc
+${PYSITELIB}/xpra/buffers/__init__.pyo
+${PYSITELIB}/xpra/buffers/membuf.so
${PYSITELIB}/xpra/build_info.py
${PYSITELIB}/xpra/build_info.pyc
${PYSITELIB}/xpra/build_info.pyo
@@ -191,16 +193,6 @@ ${PYSITELIB}/xpra/codecs/codec_checks.pyo
${PYSITELIB}/xpra/codecs/codec_constants.py
${PYSITELIB}/xpra/codecs/codec_constants.pyc
${PYSITELIB}/xpra/codecs/codec_constants.pyo
-${PYSITELIB}/xpra/codecs/csc_cython/__init__.py
-${PYSITELIB}/xpra/codecs/csc_cython/__init__.pyc
-${PYSITELIB}/xpra/codecs/csc_cython/__init__.pyo
-${PYSITELIB}/xpra/codecs/csc_cython/colorspace_converter.so
-${PYSITELIB}/xpra/codecs/csc_opencv/__init__.py
-${PYSITELIB}/xpra/codecs/csc_opencv/__init__.pyc
-${PYSITELIB}/xpra/codecs/csc_opencv/__init__.pyo
-${PYSITELIB}/xpra/codecs/csc_opencv/colorspace_converter.py
-${PYSITELIB}/xpra/codecs/csc_opencv/colorspace_converter.pyc
-${PYSITELIB}/xpra/codecs/csc_opencv/colorspace_converter.pyo
${PYSITELIB}/xpra/codecs/csc_swscale/__init__.py
${PYSITELIB}/xpra/codecs/csc_swscale/__init__.pyc
${PYSITELIB}/xpra/codecs/csc_swscale/__init__.pyo
@@ -395,9 +387,6 @@ ${PYSITELIB}/xpra/net/packet_encoding.pyo
${PYSITELIB}/xpra/net/protocol.py
${PYSITELIB}/xpra/net/protocol.pyc
${PYSITELIB}/xpra/net/protocol.pyo
-${PYSITELIB}/xpra/net/pycrypto_backend.py
-${PYSITELIB}/xpra/net/pycrypto_backend.pyc
-${PYSITELIB}/xpra/net/pycrypto_backend.pyo
${PYSITELIB}/xpra/net/pycryptography_backend.py
${PYSITELIB}/xpra/net/pycryptography_backend.pyc
${PYSITELIB}/xpra/net/pycryptography_backend.pyo
@@ -825,7 +814,6 @@ ${PYSITELIB}/xpra/x11/xsettings.pyo
${PYSITELIB}/xpra/x11/xsettings_prop.py
${PYSITELIB}/xpra/x11/xsettings_prop.pyc
${PYSITELIB}/xpra/x11/xsettings_prop.pyo
-lib/tmpfiles.d/xpra.conf
man/man1/xpra.1
man/man1/xpra_launcher.1
share/appdata/xpra.appdata.xml
diff --git a/py-xpra/distinfo b/py-xpra/distinfo
index d629198aad..d26e97cb59 100644
--- a/py-xpra/distinfo
+++ b/py-xpra/distinfo
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
-SHA1 (xpra-1.0.4.tar.xz) = 723bd0240ac439217e0ce5037896c77b7d7f1685
-RMD160 (xpra-1.0.4.tar.xz) = 6605f956c5c155dc2ab7c18cb9f4671df987550c
-SHA512 (xpra-1.0.4.tar.xz) = 85dad598a167a7c9cbf2d0e7d4cde0b7c0fd75b5e1cc515ea78261f4a33d6d864863f98746f7537b202a08c7f225f002d9abbbb5c2773acd63e3a1b37c4d68d9
-Size (xpra-1.0.4.tar.xz) = 1890404 bytes
+SHA1 (xpra-2.0.1.tar.xz) = 895d6cae8449d45e7e4a798c8a9a539b5e436996
+RMD160 (xpra-2.0.1.tar.xz) = 6b3a166ed3949e126acd09ecda4d0c32ed8738cd
+SHA512 (xpra-2.0.1.tar.xz) = 2f9a8f5f3c1980c822233c3b010511d7ac63983eff330222e7375257834dfd6c840fe4b4aba61b966fb3b14debfed05eb1cd724f502a7c7b7ee9fbc86becbac3
+Size (xpra-2.0.1.tar.xz) = 1926292 bytes
SHA1 (patch-service_xpra) = 36c0c0716c4dd9e2d31c9568b1bef389a318713e
SHA1 (patch-xpra_x11_gtk2_gdk__bindings.pyx) = 66e9688758e777de440ab047e9444309d543aac1
SHA1 (patch-xpra_x11_gtk2_gdk__display__source.pyx) = 22184d73ed547373762070a550a5379eb6b4561b
Home |
Main Index |
Thread Index |
Old Index