SHA256
1
0
forked from pool/tigervnc

Accepting request 231621 from X11:XOrg

- added missing pkgconfig(xorg-macros) >= 1.14 

- xorg-x11-Xvnc: require xkeyboard-config (bnc#875329) 

- vnc.xinetd
  * Do not use 16 bpp by default anymore. The network trafic gain
    of 16 bpp together with Tight encoding is arguable. 16 bpp
    causes graphical issues and is known to not work properly
    in Mesa. (bnc#871965)

OBS-URL: https://build.opensuse.org/request/show/231621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2014-05-05 19:09:53 +00:00 committed by Git OBS Bridge
commit 186a9b5cbc
3 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Apr 28 01:00:39 UTC 2014 - sndirsch@suse.com
- added missing pkgconfig(xorg-macros) >= 1.14
-------------------------------------------------------------------
Sat Apr 26 12:04:30 UTC 2014 - sndirsch@suse.com
- xorg-x11-Xvnc: require xkeyboard-config (bnc#875329)
-------------------------------------------------------------------
Fri Apr 25 11:55:11 UTC 2014 - msrb@suse.com
- vnc.xinetd
* Do not use 16 bpp by default anymore. The network trafic gain
of 16 bpp together with Tight encoding is arguable. 16 bpp
causes graphical issues and is known to not work properly
in Mesa. (bnc#871965)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 17 13:47:18 UTC 2014 - msrb@suse.com Mon Mar 17 13:47:18 UTC 2014 - msrb@suse.com

View File

@ -76,6 +76,7 @@ BuildRequires: pkgconfig(xextproto) >= 7.0.99.3
BuildRequires: pkgconfig(xfont) >= 1.4.2 BuildRequires: pkgconfig(xfont) >= 1.4.2
BuildRequires: pkgconfig(xineramaproto) BuildRequires: pkgconfig(xineramaproto)
BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xorg-macros) >= 1.14
BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xproto) >= 7.0.17
BuildRequires: pkgconfig(xtrans) >= 1.2.2 BuildRequires: pkgconfig(xtrans) >= 1.2.2
Url: http://sourceforge.net/apps/mediawiki/tigervnc/ Url: http://sourceforge.net/apps/mediawiki/tigervnc/
@ -118,6 +119,7 @@ TigerVNC also provides extensions for advanced authentication methods and TLS en
%package -n xorg-x11-Xvnc %package -n xorg-x11-Xvnc
Requires: xinetd Requires: xinetd
Requires: xkeyboard-config
Summary: TigerVNC implementation of Xvnc Summary: TigerVNC implementation of Xvnc
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4

View File

@ -10,7 +10,7 @@ service vnc1
wait = no wait = no
user = nobody user = nobody
server = /usr/bin/Xvnc server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -depth 16 -securitytypes none server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes none
disable = yes disable = yes
} }
# default: off # default: off
@ -25,7 +25,7 @@ service vnc2
wait = no wait = no
user = nobody user = nobody
server = /usr/bin/Xvnc server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -depth 16 -securitytypes none server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -securitytypes none
disable = yes disable = yes
} }
# default: off # default: off
@ -40,7 +40,7 @@ service vnc3
wait = no wait = no
user = nobody user = nobody
server = /usr/bin/Xvnc server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -depth 16 -securitytypes none server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -securitytypes none
disable = yes disable = yes
} }
# default: off # default: off