Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove RHEL 7 packages | Pierre Ossman | 2025-03-09 | 2 | -748/+0 |
| | | | | This should have been part of 792c4a0. | ||||
* | Merge branch 'dri3' of github.com:CendioOssman/tigervnc | Pierre Ossman | 2024-06-20 | 1 | -2/+2 |
|\ | |||||
| * | Add basic DRI3 support | Pierre Ossman | 2024-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | This provides buffer sync with the primary render node of the system (if available). By doing so, OpenGL and Vulkan can use the render node for acceleration. This first implementation is extremely pessimistic and synchronises buffers whenever there's even a slight chance they will be used. | ||||
* | | Merge branch 'xserver-cleanup' of github.com:CendioOssman/tigervnc | Pierre Ossman | 2024-06-19 | 1 | -3/+0 |
|\| | |||||
| * | Remove old Xorg configure arguments | Pierre Ossman | 2024-06-19 | 1 | -3/+0 |
| | | | | | | | | These are no longer used in the versions of Xorg currently in use. | ||||
* | | Implement XDG Base Directory paths, deprecate ~/.vnc | 90 | 2024-04-26 | 1 | -1/+1 |
|/ | |||||
* | Stop explicitly building icons | Pierre Ossman | 2022-10-14 | 1 | -5/+0 |
| | | | | | These files are checked in, so there is no need to build these for packaging. | ||||
* | Sync RHEL packaging with Fedora | Pierre Ossman | 2022-08-22 | 1 | -82/+52 |
| | | | | Makes it easier to compare changes with what people normally run. | ||||
* | Added AppStream meta info file for the vncviewer | Joachim Falk | 2022-03-08 | 1 | -1/+7 |
| | |||||
* | H264 Decoder | Vladimir Sukhonosov | 2022-01-21 | 1 | -1/+1 |
| | | | | Linux implementation using ffmpeg | ||||
* | Raise CMake requirement to 3.10 | Pierre Ossman | 2021-11-05 | 1 | -6/+2 |
| | | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04. | ||||
* | Update RHEL package spec files | Jan Grulich | 2021-05-18 | 1 | -13/+21 |
| | |||||
* | Specify HOWTO.md in spec files | Pierre Ossman | 2021-03-02 | 1 | -0/+1 |
| | | | | Or rpmbuild gets grumpy. | ||||
* | EL 7 tigervnc.spec updates | Mark Mielke | 2020-07-27 | 1 | -3/+8 |
| | | | | | | | | | | | Add missing build requirements: libpng-devel, zlib-devel Remove obsolete build requirements: libXfont-devel Fix unexpected rpm macro expansion `%{VERSION}` which is supposed to be passed through as literal to `rpm -q --qf`. This hasn't caused problems before, but it was found to cause problems when built from EL 8 when it expanded to "1.10.1". | ||||
* | Automatically pick the correct X.org patch | Mark Mielke | 2020-05-31 | 1 | -2/+6 |
| | | | | | Update RPM package build process to automatically detect and apply the correct X.org patch. | ||||
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 1 | -5/+6 |
| | | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags. | ||||
* | Add SELinux policy file for vncsession | Pierre Ossman | 2020-03-12 | 1 | -1/+42 |
| | | | | | | Running as a service on a SELinux system requires rules so we can transition to our own context. We also need the proper permissions to start new user sessions. | ||||
* | Start sessions via PAM | Pierre Ossman | 2020-03-12 | 2 | -16/+7 |
| | | | | | | | | | This sets up a more correct session as there are key tasks that need to be performed by PAM. E.g. systemd will allocate cgroups and start base services. In order to easily handle this as a system service the mapping of displays is now done via a configuration file. | ||||
* | Always install systemd services | Pierre Ossman | 2020-03-12 | 3 | -70/+0 |
| | | | | | | | It is the most common init system these days so it should not be hidden in the contrib/ directory. This also removes all old SysV files from the contrib packages. | ||||
* | Add default configuration files | Pierre Ossman | 2020-03-12 | 1 | -1/+4 |
| | | | | Install some example files to make things more easily discoverable. | ||||
* | Clean up RPM spec files | Pierre Ossman | 2019-01-21 | 1 | -3/+1 |
| | | | | | Remove the unused Java self sign variable, and make sure we don't hard code a version as it needs to be adjusted before a build. | ||||
* | Make sure libXrandr is available in package builds | Pierre Ossman | 2019-01-21 | 1 | -1/+2 |
| | | | | It is needed by x0vncserver. | ||||
* | Stop building FLTK for modern distributions | Pierre Ossman | 2019-01-21 | 1 | -82/+8 |
| | | | | They include a new enough version, so stop doing our own build. | ||||
* | Update RPM package dependencies to require version alignment between packages. | Mark Mielke | 2018-12-12 | 1 | -7/+10 |
| | |||||
* | EL7 with Xorg 1.2.0 needs --disable-dri3 | Brian P. Hinz | 2018-11-26 | 1 | -3/+6 |
| | |||||
* | el7 bumped version of xorg to 1.20 | Brian P. Hinz | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Remove Java web server | Pierre Ossman | 2018-10-09 | 1 | -38/+0 |
| | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | Update static library dependencies for rpm/deb packages | Brian P. Hinz | 2018-07-24 | 1 | -1/+4 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Fix build Java errors caused by UTF-8 characters in source comments | Brian P. Hinz | 2017-11-13 | 1 | -1/+1 |
| | | | | See issue #534 | ||||
* | Update distro package requirements | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Patch the el7 xorg source appropriately | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Update URL for java timestamp authority | Brian P. Hinz | 2016-08-21 | 1 | -1/+1 |
| | | | | | OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme is https. | ||||
* | Install viewer .desktop file and icons on all Unix systems | Pierre Ossman | 2016-01-11 | 2 | -27/+1 |
| | | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed. | ||||
* | Delete unnecessary patch files | Brian P. Hinz | 2016-01-03 | 1 | -37/+0 |
| | |||||
* | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 1 | -2/+0 |
| | | | | Obsoleted by 7461517 | ||||
* | Add snap tag to el7 packages | Brian P. Hinz | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Add support for building RPM packages for RHEL 7 derivatives | Brian P. Hinz | 2015-12-24 | 7 | -0/+969 |