Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs. | Mike Gabriel | 2015-09-28 | 3 | -132/+0 |
| | |||||
* | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ↵ | Mike Gabriel | 2015-09-28 | 6 | -183/+0 |
| | | | | Unused in nx-libs. | ||||
* | nx-X11/config/cf: Drop build-logic for all hardware drivers. | Mike Gabriel | 2015-09-28 | 4 | -434/+0 |
| | |||||
* | nx-X11/config/cf: Drop unnecessary xf86site.def, xf86.tmpl, xfree86.cf. | Mike Gabriel | 2015-09-28 | 7 | -2391/+5 |
| | |||||
* | nx-X11/config/cf/Imakefile: Don't list non-present-anymore imake ↵ | Mike Gabriel | 2015-09-28 | 1 | -89/+0 |
| | | | | configuration files. | ||||
* | remove libxkbui, looks like it is not used anywhere | Henning Heinold | 2015-09-28 | 4 | -50/+0 |
| | |||||
* | imake clean-up: Enforce build of Mesa GLX extension. Drop all other GLX ↵ | Mike Gabriel | 2015-09-28 | 7 | -544/+28 |
| | | | | build methods (built-in DRI drivers, etc.). | ||||
* | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. | Mike Gabriel | 2015-09-28 | 3 | -84/+0 |
| | | | | | | | | | | | | The client-side library libNX_GL.{a,so} is not built when building nx-libs. However, nx-X11/lib/GL/** ships several imake include files (Imakefile.inc) that are also used in nx-X11/programs/Xserver/GL/**. These files have been moved from the nx-X11/lib/GL/ code subtree to the nx-X11/programs/Xserver/GL/. Furthermore, we don't provide module builds of the GL extension anymore, as that feature is neither used in nx-libs. | ||||
* | library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is ↵ | Mike Gabriel | 2015-06-02 | 4 | -44/+0 |
| | | | | not used anywhere. | ||||
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr ↵ | Mike Gabriel | 2015-05-20 | 3 | -40/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ↵ | Mike Gabriel | 2015-05-01 | 2 | -41/+1 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826). | ||||
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 12 | -1957/+8 |
| | |||||
* | imake cleanup: Break up multiple vars into invidual lines to ease further ↵ | Mike Gabriel | 2015-04-28 | 1 | -1/+7 |
| | | | | work on patches / pull requests. | ||||
* | Fix underlinking issues for libNX_X{composite,damage,fixes}. | Mike Gabriel | 2015-04-26 | 1 | -0/+3 |
| | |||||
* | libX11 underlinking problem: Fix undefined reference to 'XdmcpWrap' (by ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | linking against X.Org'x libXdmcp). | ||||
* | libX11 underlinking problem: Fix undefined reference to 'dlopen' and ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | 'dlsym'. (Fixes: X2GoBTS#853). | ||||
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵ | Mike Gabriel | 2015-04-22 | 2 | -36/+0 |
| | | | | shared library. | ||||
* | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 10 | -1581/+2 |
| | | | | libXfont shared library and link dynamically. | ||||
* | Merge pull request #12 from sunweaver/pr/arch-cleanup.CRAY | Mike DePaulo | 2015-04-16 | 3 | -31/+2 |
|\ | | | | | arch cleanup (CRAY/WORD64) + X.Org CVE-2013-7439 | ||||
| * | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵ | Mike Gabriel | 2015-04-16 | 3 | -31/+2 |
| | | | | | | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions). | ||||
* | | NXAGENT_UPGRADE code cleanup: | Mike Gabriel | 2015-04-16 | 1 | -7/+0 |
|/ | | | | | | | | | | | NX agent contains/ed two build trees. An old one (probably pre-3.x.y) and a "newer" one. The "newer" code tree used to become enabled by setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES. As building the NXUpgradeAgentServer has been the default for years now, we drop all code that does not get used at build time for NXUpgradeAgentServer == YES (i.e., the code that belongs to the pre-3.x.y phase of NX agent). | ||||
* | drop: nx-X11/config/util/ (not needed at build time). | Mike Gabriel | 2015-04-14 | 49 | -6480/+1 |
| | |||||
* | imake clean-up: nx-X11/config/Imakefile (drop BuildDPSLibrary related ↵ | Mike Gabriel | 2015-04-14 | 1 | -4/+1 |
| | | | | build-logic). | ||||
* | imake clean: Remove (probably incomplete) support for NXZaurusXServer, ↵ | Mike Gabriel | 2015-04-05 | 1 | -54/+0 |
| | | | | NXiPAQXServer. | ||||
* | imake cleanup: Drop all references to BuildFontServer. | Mike Gabriel | 2015-04-04 | 7 | -40/+1 |
| | |||||
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 6 | -73/+3 |
| | |||||
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 5 | -80/+5 |
| | |||||
* | imake cleanup: Drop all references to XVirtualFramebufferServer. | Mike Gabriel | 2015-04-04 | 7 | -29/+0 |
| | |||||
* | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 7 | -30/+3 |
| | |||||
* | imake cleanup: Drop all references to XWinServer. | Mike Gabriel | 2015-04-04 | 1 | -1/+0 |
| | |||||
* | nx-X11/**: Drop non-imake Makefile* files. | Mike Gabriel | 2015-03-04 | 1 | -20/+0 |
| | |||||
* | nx-X11/config/cf/X11.tmpl: Fix imake warning ("UseInstalledOnCrossCompile" ↵ | Mike Gabriel | 2015-03-04 | 1 | -0/+2 |
| | | | | is not defined). | ||||
* | library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared ↵ | Mike Gabriel | 2015-03-03 | 1 | -2/+2 |
| | | | | library. | ||||
* | Make nxagent process aware of its current NX'ish version. | Mike Gabriel | 2015-02-17 | 3 | -2/+31 |
| | | | | | | | | | | | This feature copies the way how X.Org version string and number are propagated at build time. First use case: if people start nxagent, it reports its version number on stderr. This is about being human-friendly. Second use case: None, so far. But it will now be easy to use the NXAGENT_VERSION_STRING in later feature add-ons. | ||||
* | Provide build support for aarch64 architecture ↵ | Orion Poplawski | 2015-02-13 | 3 | -0/+17 |
| | | | | (606_nx-X11_build-on-aarch64.full.patch). | ||||
* | Do not build bundled libraries ↵ | Orion Poplawski | 2015-02-13 | 1 | -4/+13 |
| | | | | | | | | | | | | (601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch). This commit has been submitted by Orion in two portions. One was submitted to X2Go BTS and created on Wed, 10 Jul 2013. The other portion has been taken from the Fedora package by Mike Gabriel and worked into this patch on Fri, 06 Dec 2013. | ||||
* | Unique Library Names Patch ↵ | Jan Engelhardt | 2015-02-13 | 4 | -136/+136 |
| | | | | | | | | | | | | | | | | | | | | (600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch). We really want to make use of rpm's automatic dependency finding. Binaries are scanned for DT_NEEDED entries, the latter of which are then used for populating the "Requires"-type deps. The "nxagent" binary for example would require libX11.so.6. That incurs problems: 1. A package manager told to install nxagent could select xorg-x11 rather than nx-libs, even though nxagent depends on the NX version. 2. A package manager told to install $some_program could select nx-libs rather than xorg-x11 (since both provide libX11.so.6), but, since the NX library is in an obscure directory, running $some_program would fail as libX11.so.6 is not found. To solve this, give the NX libraries unique names different from the Xorg ones. | ||||
* | Use shared libraries (301_nx-X11_use-shared-libs.full.patch). | Jan Engelhardt | 2015-02-10 | 1 | -5/+6 |
| | | | | | | | | | | | | Many distributions have a policy to reduce code duplications. One means to avoid such duplications is to use shared libraries instead of using libs that are ofter shipped for convenience. Fedora: http://fedoraproject.org/wiki/Packaging:Guidelines#Shared_Libraries Debian (Section 10.7.4 of Debian policy): http://www.debian.org/doc/debian-policy/ch-files.html | ||||
* | Enable Xinerama support for NX (202_nx-X11_enable-xinerama.full.patch). | Oleksandr Shneyder | 2015-02-10 | 2 | -2/+2 |
| | | | | | | | | This patch adds Xinerama awareness to NX agent windows. The advantage of Xinerama awareness is that an NX session window will only maximize to the dimensions of the active physical display. | ||||
* | Fix FTBFS when compiled with -Werror=format-security ↵ | Orion Poplawski | 2015-02-09 | 1 | -221/+208 |
| | | | | (055_nx-X11_imake-Werror-format-security.full.patch). | ||||
* | Description: Enable parallel make (031_nx-X11_parallel-make.full.patch). | Jan Engelhardt | 2015-02-09 | 1 | -1/+0 |
| | | | | | | Restore ability to build things in parallel. (${MAKE} must always appear in the rule directly, and not be hidden through expansions of other variables to get this to work.) | ||||
* | FHS adaptation for Debian packaging (016_nx-X11_install-location.full.patch). | Mike Gabriel | 2015-02-09 | 5 | -16/+16 |
| | | | | | | | | | From tarball, NX libraries and binaries are installed to /usr/local/lib/nx. . FIXME: The paths in this patch get superceded by current build logic in nx-libs.spec and debian/rules. This should be merged into the NX build logic finally. | ||||
* | massive reduction of unneeded files | Mike Gabriel | 2015-02-02 | 130 | -36515/+0 |
| | |||||
* | Revert "release 3.5.0.19" | Mike Gabriel | 2013-03-28 | 27 | -226/+226 |
| | | | | This reverts commit e77bf36d9afbc7e56522574b06217d57c11dd095. | ||||
* | release 3.5.0.19 | Mike Gabriel | 2013-03-28 | 27 | -226/+226 |
| | |||||
* | Drop patch 032, fix other patches so that installation via make install ↵ | Mike Gabriel | 2012-10-19 | 1 | -1/+1 |
| | | | | installs NX components to /usr/local/lib/nx and /usr/local/include/nx. | ||||
* | Imported nx-X11-3.5.0-1.tar.gznx-X11/3.5.0-1 | Reinhard Tartler | 2011-10-10 | 2 | -2/+2 |
| | | | | | | | | Summary: Imported nx-X11-3.5.0-1.tar.gz Keywords: Imported nx-X11-3.5.0-1.tar.gz into Git repository | ||||
* | Imported nx-X11-3.4.0-3.tar.gznx-X11/3.4.0-3 | Reinhard Tartler | 2011-10-10 | 2 | -2/+2 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-3.tar.gz Keywords: Imported nx-X11-3.4.0-3.tar.gz into Git repository | ||||
* | Imported nx-X11-3.4.0-1.tar.gznx-X11/3.4.0-1 | Reinhard Tartler | 2011-10-10 | 2 | -4/+4 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-1.tar.gz Keywords: Imported nx-X11-3.4.0-1.tar.gz into Git repository | ||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 225 | -0/+74021 |
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository |