Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do parallel builds for Ubuntu packages | Pierre Ossman | 2019-01-21 | 2 | -5/+9 |
| | | | | Make the builds faster as we now run them often via Travis. | ||||
* | Build RHEL 6 packages in Travis | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Clean up RPM spec files | Pierre Ossman | 2019-01-21 | 2 | -4/+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. | ||||
* | Add missing FLTK dependency | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | | | | libXft is needed to build FLTK for the RHEL 6 RPM. | ||||
* | Clean up Ubuntu 14.04 FLTK build | Pierre Ossman | 2019-01-21 | 3 | -91/+13 |
| | | | | | | The supporting scripts weren't really up to date, so remove them and just require the packager to include FLTK in the source tarball. | ||||
* | Make sure libXrandr is available in package builds | Pierre Ossman | 2019-01-21 | 4 | -5/+9 |
| | | | | It is needed by x0vncserver. | ||||
* | Use Xorg source from distribution | Pierre Ossman | 2019-01-21 | 8 | -25/+19 |
| | |||||
* | Add libXfont as a Debian package dependency | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | | | | It is needed to build Xvnc. | ||||
* | 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. | ||||
* | Remove obsolete packages | Pierre Ossman | 2019-01-14 | 74 | -8498/+0 |
| | | | | | Packages for RHEL 5 and Ubuntu 12.04 are no longer maintained, so remove those files. | ||||
* | Remove obsolete FLTK patches | Pierre Ossman | 2019-01-14 | 18 | -5231/+0 |
| | | | | | These are for ancient versions of FLTK and are not needed in the versions required by us. | ||||
* | dead links and bitrot | Ben Hildred | 2019-01-11 | 1 | -2/+2 |
| | | | | | | | Two minor issues: This script is written in python two which is depreciated, and should be rewritten in python three, but I have so far been successful in not learning python. :-) to simplify debugging I have clarified that it needs a python two interpreter. This script downloads an old version of mesa (an update may be appropriate), unfortunately the release candidate previously specified is no longer available, so an update to the next released version was made. | ||||
* | Update RPM package dependencies to require version alignment between packages. | Mark Mielke | 2018-12-12 | 2 | -14/+20 |
| | |||||
* | EL7 with Xorg 1.2.0 needs --disable-dri3 | Brian P. Hinz | 2018-11-26 | 2 | -4/+7 |
| | |||||
* | el7 bumped version of xorg to 1.20 | Brian P. Hinz | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Remove Java viewer from debian packages (4a4453f broke nightly builds) | Brian P. Hinz | 2018-11-25 | 2 | -8/+8 |
| | |||||
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-10-26 | 3 | -116/+0 |
|\ | |||||
| * | Remove Java web server | Pierre Ossman | 2018-10-09 | 3 | -116/+0 |
| | | | | | | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 4 | -4/+4 |
|/ | | | | Our main web site now supports https, so update all references. | ||||
* | Update static library dependencies for rpm/deb packages | Brian P. Hinz | 2018-07-24 | 4 | -17/+19 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 3 | -3/+3 |
| | |||||
* | Update package dependencies for Ubuntu Trusty | Brian P. Hinz | 2017-11-26 | 1 | -3/+3 |
| | |||||
* | Fix build Java errors caused by UTF-8 characters in source comments | Brian P. Hinz | 2017-11-13 | 5 | -5/+5 |
| | | | | See issue #534 | ||||
* | Update distro package requirements | Brian P. Hinz | 2017-10-29 | 2 | -2/+2 |
| | |||||
* | Patch the el7 xorg source appropriately | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Add missing package dependency | Brian P. Hinz | 2017-02-10 | 1 | -1/+1 |
| | | | | Fixes issue #408 | ||||
* | Update Ubuntu package dependencies. | Brian P. Hinz | 2016-11-06 | 3 | -3/+3 |
| | | | | Fixes #360 | ||||
* | Update package build dependecies. | Brian P. Hinz | 2016-11-06 | 1 | -1/+1 |
| | | | | Fixes #349 | ||||
* | Update URL for java timestamp authority | Brian P. Hinz | 2016-08-21 | 2 | -2/+2 |
| | | | | | OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme is https. | ||||
* | Bump version of Xorg source patch to match distro update | Brian P. Hinz | 2016-06-20 | 1 | -2/+5 |
| | |||||
* | Fix to workaround non-default libtool on debian | Brian P. Hinz | 2016-05-12 | 6 | -0/+194 |
| | | | | | | | Debian patches libtool so that the default value of link_all_deplibs is set to 'no' rather than 'unknown', causing transitive dependencies in shared objects to be lost. | ||||
* | Update xenial build to account for distro-specific xorg patches | Brian P. Hinz | 2016-05-07 | 2 | -0/+23 |
| | |||||
* | contrib: Add ubuntu-xenial debian source package to build on xenial. | Dominik Muth | 2016-04-14 | 15 | -0/+746 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The package is based on the contrib ubuntu-trusty debian package. The following modifications have been made: The current tigervnc sources can be used unmodified as the .orig tarball for the debian package, so get-orig-source.sh is gone. The ubuntu xorg-server-sources package provides the xorg sources used to build tigervnc. The two small patches which where in the trusty quilt series are now applied to the xorg sources after they have been extracted. There is no quilt series anymore at this point. Fltk 1.3.3 is available in the xenial repositories and it is used to build xtigervncviewer. No need to get the fltk sources. patch_fltk.sh is gone. Fixed some dependencies to reflect changes between trusty and xenial. Removed configure options not recognized by configure. The install target is not called a second time for the viewer package, but the viewer files are moved from the server installation. (Eliminate file conflicts during binary package installation.) Note: Some dependencies (including libfltk1.3 and xorg-server-source) are found in the xenial universe repository only. | ||||
* | Apply nettle CVE patches to el6 build | Brian P. Hinz | 2016-04-02 | 2 | -1/+283 |
| | | | | Patch taken directly from f22 nettle package | ||||
* | Add missing BuildPrereq to el5 spec file | Brian P. Hinz | 2016-03-19 | 1 | -0/+1 |
| | | | | NASM 2.01 can be rebuilt from el6 spec file | ||||
* | Add '-g' to CFLAGS in el5 builds to get debug info | Brian P. Hinz | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Fixes for static linking of fltk for generic binaries | Brian P. Hinz | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | More fixes for libX11 linkage problems | Brian P. Hinz | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | Missed change in 57b11d46 | Brian P. Hinz | 2016-02-29 | 1 | -1/+1 |
| | | | | Additional change need for dynamic build of libX11 | ||||
* | Link libX11 dynamically | Brian P. Hinz | 2016-02-29 | 1 | -3/+2 |
| | | | | | | | | | Building libX11 statically causes problems with libpthread, however the version of libX11 that ships with el5 is too old to build libXext. So we have to build a dynamic version of libX11 and link against that while building. The resulting binary will actually be linked against the system libX11, which should be ABI compatible as far as Xvnc is concerned. | ||||
* | Update debian init scripts so that sysconfig settings are actually used | Brian P. Hinz | 2016-01-22 | 2 | -166/+132 |
| | |||||
* | Install viewer .desktop file and icons on all Unix systems | Pierre Ossman | 2016-01-11 | 8 | -106/+3 |
| | | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed. | ||||
* | Ubuntu package fixes | Brian P. Hinz | 2016-01-09 | 4 | -5/+5 |
| | | | | | Adds missing build dependencies and fixes java compile issues caused by non-ascii characters in comments. | ||||
* | Allow Ubuntu 12.04 packages to build on any architecture | Brian P. Hinz | 2016-01-06 | 1 | -2/+2 |
| | | | | Updating control file per suggestion in #258 | ||||
* | Debian package updates | Brian P. Hinz | 2016-01-05 | 1 | -3/+3 |
| | | | | [re #258] Add missing build-deps and allow deb to build on any arch | ||||
* | Delete unnecessary patch files | Brian P. Hinz | 2016-01-03 | 3 | -111/+0 |
| | |||||
* | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 7 | -81/+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 |
| | |||||
* | Use --host and --build to prevent buildhost-specific optimizations | Brian P. Hinz | 2015-12-12 | 2 | -21/+41 |
| |