Commit Graph

78 Commits

Author SHA1 Message Date
Leonid Pliushch 63fb4a96a9
tigervnc: use older, precompiled version since tigervnc has problems with latest NDK 2022-04-18 14:09:14 +05:30
Leonid Pliushch f5dd6a1f94
bump C++ packages 2022-04-18 14:09:13 +05:30
Leonid Pliushch 0de025b67a
tigervnc: remove duplicated "cd" 2022-04-18 14:09:05 +05:30
Leonid Pliushch 0cff720956
tigervnc: do not rely on build directory of xorg-server-xvfb
Xvfb build directory may not be always available, so it is better to
download and patch sources manually.
2022-04-18 14:09:04 +05:30
Leonid Pliushch f34ab6654d
tigervnc: drop libandroid-support dependency 2022-04-18 14:09:03 +05:30
Leonid Pliushch 87dd007284
tigervnc: update homepage 2022-04-18 14:08:57 +05:30
Leonid Pliushch befeb8775c
set licenses & reformat build.sh scripts 2022-04-18 14:08:53 +05:30
Leonid Pliushch c7e1204767
tigervnc: drop unneeded patch 2022-04-18 14:08:51 +05:30
Leonid Pliushch 6380dacf03
disable glx as it causes problems on some devices
Fixes https://github.com/termux/x11-packages/issues/16.

 This undo changes introduced in the following commits:

  * bf945ba417bfd2ba661287fa1d4d25cf1da052d0.
  * a954c554e02b2b8faae3a336101bf5539832c476.
  * effb70f99fb7d0e3f3010dc926cec4e0ca612922.
  * cd0f20c8bd6f01e7b55491a6009f2826db355a97.
2022-04-18 14:08:35 +05:30
Leonid Pliushch 9a0b8ab3c3
xorg-server-xvfb: update to 1.20.3 2022-04-18 14:08:35 +05:30
Leonid Pliushch da8eeb2989
tigervnc, xorg-server-xvfb: fix GLX extension by providing 'swrast_dri.so' for these packages
OpenGL can be used without GLX extension, but Qt requires it anyway. So we have to provide
swrast driver.
2022-04-18 14:08:34 +05:30
Leonid Pliushch 597e04c722
tigervnc: update xstartup script
* Keep only necessary stuff in default '~/.vnc/xstartup'.
 * Add aterm & xorg-twm to suggested packages.
2022-04-18 14:08:31 +05:30
Leonid Pliushch 4feb06fac6
rebuild packages that has dependency 'libsm' 2022-04-18 14:08:31 +05:30
Leonid Pliushch 8365a896b4
xorg-server (vnc & xvfb): enable more extensions 2022-04-18 14:08:29 +05:30
Leonid Pliushch 9a1e45c313
tigervnc: depend on libxxf86vm 2022-04-18 14:08:24 +05:30
Leonid Pliushch 46768830ae
fix names for more packages
Now x11-packages repository will use original names for
packages. For example, libgtk2 now will be provided as
gtk2, libgtk3 will be available as gtk3, libsdl - as sdl.

List of changed packages:

 libatk        --> atk
 libglu        --> glu
 libgtk2       --> gtk2
 libgtk3       --> gtk3
 libmesa       --> mesa
 libsdl        --> sdl
 libsdl2       --> sdl2
 libsdl-net    --> sdl-net
 riscvemu-sdl  --> riscvemu
 xorg-xvfb     --> xorg-server-xvfb

List of dependent packages (should be rebuilt with new deps):

 dosbox, emacs-x, galculator, geany, libepoxy, mtpaint,
 qemu-system-x86_64, the-powder-toy, tigervnc, wireshark-gtk,
 xarchiver.

Note: depending on which packages are installed, it may be
necessary to upgrade with 'apt dist-upgrade'.
2022-04-18 14:08:23 +05:30
Leonid Pliushch cb8d70c36d
xorg-xvfb, tigervnc: fixes for Android Pie (9)
Remove setuid/setgid and similar calls as they are disallowed
by seccomp and not needed on Termux.
2022-04-18 14:08:22 +05:30
Leonid Pliushch 838d6a73cd
tigervnc: depend on libuuid
Fix linking error in 'vncpasswd'.
2022-04-18 14:08:22 +05:30
Leonid Pliushch 3faa2eeb0c
tigervnc, xvfb: use rename(2) instead of symlink(2) when creating lock file
Fixes issues with stale lock files in case Xvnc was killed.

Note: original implementation of locking uses link(2) which is
disallowed by seccomp on Android 8 or later.
2022-04-18 14:08:20 +05:30
Leonid Pliushch a5e72b7648
bump revisions due to NDK upgrade 2022-04-18 14:08:15 +05:30
Leonid Pliushch 837f8e0902
prepare to OpenSSL v1.1.1 update
Affected packages:

 * riscvemu-sdl
 * tigervnc
 * xorg-xvfb

others should be fine without recompiling.
2022-04-18 14:08:07 +05:30
Leonid Pliushch f80775d53d
tigervnc: add missing dependency 'xorg-xkbcomp' 2022-04-18 14:08:07 +05:30
Leonid Pliushch 6be1af8a9b
tigervnc: put viewer into separate package and fix dependencies 2022-04-18 14:08:07 +05:30
Leonid Pliushch 0e280f4735
tigervnc: use TCSANOW in vncpasswd
Now password won't be echoed when using tool 'vncpasswd'.
2022-04-18 14:08:06 +05:30
Leonid Pliushch 08ed27315c
tigervnc: depend on openssl 2022-04-18 14:08:06 +05:30
Leonid Pliushch 2a807e88ba
xorg-xvfb: update to 1.20.1
Now 'xorg-xvfb' depends on libmesa + libdrm.
GLX extension is enabled too.
2022-04-18 14:08:06 +05:30
Leonid Pliushch 57267c9fec
bump revisions for all packages
Since now X11 packages are official, it is necessary to rebuild
them all to make sure that everything is okay.
2022-04-18 14:08:06 +05:30
Leonid Pliushch 0061672623
initial commit 2022-04-18 14:08:05 +05:30