aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix wrong lib-name in libnx-x11.postinstMike Gabriel2012-03-011-1/+1
| |
* | typofix in libnx-x11.postinstMike Gabriel2012-03-011-1/+1
| |
* | Provide temporary workaround for installation on Debian 64bit with multiarch ↵Mike Gabriel2012-03-014-4/+55
| | | | | | | | support.
* | Update patch: 005_nxcomp_gcc43.full+lite.patch, fix faulty path to ↵Mihai Moldovan2012-03-012-10/+12
| | | | | | | | nxcomp/Split.cpp.
* | Pass address of fd_set structs on the stack to the FD_ISSET macro/function, ↵Mike Gabriel2012-03-012-7/+8
| | | | | | | | instead of the struct itself.
* | Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around issue in ↵Mihai Moldovan2012-02-293-0/+87
| | | | | | | | Mac OS X 10.5 SDK.
* | Create patch: 203_nxagent_disable-rootless-exit.full.patchOleksandr Shneyder2012-02-283-0/+69
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, adapt patch from ↵Mike Gabriel2012-02-222-6/+8
| | | | | | | | packaging. Test for Makefiles in subfolders before calling them. Fixes build failure during ,,make distclean'' calls.
* | Continue development...Mike Gabriel2012-02-221-0/+6
| |
* | release 3.5.0.11redist-server/3.5.0.11redist-client/3.5.0.11Mike Gabriel2012-02-221-2/+2
| |
* | Fine-tune symlinking of libXinerama.Mike Gabriel2012-02-205-7/+4
| |
* | Fix Xinerama support in Debian package libnx-x11 when NX gets built with ↵Mike Gabriel2012-02-182-0/+7
| | | | | | | | patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Still on the todo list: fix the nx-X11 installation via Makefile.
* | another last patch with .diff suffixMike Gabriel2012-02-162-1/+1
| |
* | Fix faulty patch name suffix (has to be .patch, not .diff).Mike Gabriel2012-02-164-2/+3
| |
* | Apply patches for the Debian package as the last patches in the series.Mike Gabriel2012-02-162-3/+3
| |
* | Update patches: 012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_.... Also ↵Mike Gabriel2012-02-154-7/+14
| | | | | | | | make use of $(LIBFULL) in Makefile.in's install and uninstall stanzas. Inspired by Jan Engelhardt's so-version.diff patch. However, the version name change requested in that patch has been rejected for NX (redistributed).
* | changelog cleanup, fix long-line-wrapsMike Gabriel2012-02-151-4/+5
| |
* | Add patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch, use ↵Jan Engelhardt2012-02-154-1/+2388
| | | | | | | | unique library names for nx-X11 based X11 libraries.
* | changelog cleanup, typo fixMike Gabriel2012-02-151-1/+1
| |
* | Add patch 032_nx-X11_no-x11r6-project-root. We must not overlap with any ↵Jan Engelhardt2012-02-153-0/+29
| | | | | | | | existing files, therefore, both /usr/X11R6 and /usr are excluded possibilities for ProjectRoot. Use %_libexecdir/somename, since that is still allowed by FHS.
* | Update patch: 001_add-main-makefile.full+lite.patch, fix missing ↵Mike Gabriel2012-02-142-4/+8
| | | | | | | | $(CONFIGURE) variable.
* | Make patch headers DEP5 compliant (030_nx-X11_... and 031_nx-X11_...).Mike Gabriel2012-02-143-12/+13
| |
* | Add patch: 301_nx-X11_use-shared-libs.full.diff, use shared libraries from ↵Jan Engelhardt2012-02-143-0/+109
| | | | | | | | distribution rather then libs included in source tree.
* | Rename patches 030_nx-X11_... and 031_nx-X11_..., the tarball roll script ↵Mike Gabriel2012-02-144-2/+4
| | | | | | | | currently requires ,,full'' or ,,full+lite'' in the file name.
* | Merge honor-ac-dirs.patch from Jan Engelhardt (OpenSUSE) with already ↵Mike Gabriel2012-02-148-180/+213
| | | | | | | | existing Makefile patches (012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_...).
* | Enable parallel build for Debian package.Mike Gabriel2012-02-142-1/+2
| |
* | Add patch: 031_nx-X11_parallel-make.diff, enable parallel make.Jan Engelhardt2012-02-143-0/+295
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, use curly braces for ↵Mike Gabriel2012-02-142-11/+13
| | | | | | | | macros.
* | Add patch: 030_nx-X11_configure-args.diff. Allow passing of configure args.Jan Engelhardt2012-02-143-0/+54
| |
* | changelog fix, long-line-wrapMike Gabriel2012-02-141-1/+2
| |
* | Update patch: 001_add-main-makefile.full+lite.patch, allow passing of ↵Jan Engelhardt2012-02-142-1/+5
| | | | | | | | configure args.
* | Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the ↵Mike Gabriel2012-02-121-1/+1
| | | | | | | | libXinerama files.
* | fix for intra-dependency lintian fixMike Gabriel2012-02-121-2/+1
| |
* | fix libXinerama removalMike Gabriel2012-02-121-2/+3
| |
* | Do not install libXinerama directly into /usr/lib/nx. Recommended method is ↵Mike Gabriel2012-02-112-0/+9
| | | | | | | | installing to /usr/lib/nx/Xinerama, so that you can enable/disable usage of the Xinerama extension.
* | Revert "Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race ↵Mike Gabriel2012-02-113-24/+0
| | | | | | | | | | | | | | condition in qtnx and libnxcl." This reverts commit 4eae840bd56bda22b7bf6c9a55f1118ed62461e4. It does not fix qtnx failures that occur with this version of nxagent.
* | Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race condition in ↵Mike Gabriel2012-02-083-0/+24
| | | | | | | | qtnx and libnxcl.
* | another fix for the main MakefileMike Gabriel2012-02-071-10/+13
| |
* | more simplification of the main MakefileMike Gabriel2012-02-071-38/+23
| |
* | simplify main Makefile a little...Mike Gabriel2012-02-071-13/+13
| |
* | Use ,,$(MAKE) -C'' in main Makefile for calling Makefiles in subdirectories, ↵Mike Gabriel2012-02-072-27/+32
| | | | | | | | make build stanza work for nx-libs-full and nx-libs-lite.
* | Use ,,make -C'' in main Makefile for calling Makefiles in subdirectories.Mike Gabriel2012-02-072-28/+27
| |
* | Continue development...Mike Gabriel2012-02-071-0/+6
| |
* | release 3.5.0.10redist-server/3.5.0.10redist-client/3.5.0.10Mike Gabriel2012-02-071-2/+2
| |
* | changelog fix (revision was missing)Mike Gabriel2012-02-071-1/+1
| |
* | Reintroduce patch: 008_nxcomp_sa_restorer.full+lite.patch, now in a version ↵Mike Gabriel2012-02-073-0/+49
| | | | | | | | found on etersoft.ru, fixes build on ia64 architecture.
* | cleanup patchMike Gabriel2012-02-061-1/+0
| |
* | Add patch: 006_nxcomp_libpng15.full+lite.patch, fix build against libpng 1.5.x.Mike Gabriel2012-02-063-1/+47
| |
* | Continue development...Mike Gabriel2012-02-011-0/+6
| |
* | release NX re-distributed 3.5.0.9redist-server/3.5.0.9Mike Gabriel2012-02-011-2/+2
| |