aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates.Mike Gabriel2015-02-098-78/+12
| | | | | 024_fix-make-clean.full.patch 024_fix-make-clean.full+lite.patch
* FHS adaptation for Debian packaging (016_nx-X11_install-location.full.patch).Mike Gabriel2015-02-097-171/+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.
* Fix RPM spec syntax errorMike DePaulo2015-02-091-1/+2
|
* nxcomp*,nxproxy: Add clean rules to Makefile.in templates.Mike Gabriel2015-02-099-261/+115
|
* Work on man pages.Mike Gabriel2015-02-097-219/+85
| | | | | | 009_nxproxy_add-man-page.full+lite.patch 009_nxagent_add-man-page.full.patch 010_nxauth_fix-binary-name-in-man-page.full.patch
* sa_restorer vs. memset (008_nxcomp_sa-restorer.full+lite.patch).Mike Gabriel2015-02-093-66/+4
| | | | | | Use memset instead of setting sa_restorer to NULL. Original-Author: Alexander Morozov
* Remove .gch files during cleanup (007_nxcompshad_clean-gch-files.full.patch).Mike Gabriel2015-02-093-19/+1
| | | | | When building nxcompshad .gch files get created. On cleanup these should be removed.
* Fix building against libpng 1.5 (006_nxcomp_libpng15.full+lite.patch).Mike Gabriel2015-02-093-47/+3
| | | | | | | | | | | | | | | From the libpng homepage... The libpng 1.5.x series continues the evolution of the libpng API, finally hiding the contents of the venerable and hoary png_struct and png_info data structures inside private (i.e., non-installed) header files. Instead of direct struct-access, applications should be using the various png_get_xxx() and png_set_xxx() accessor functions, which have existed for almost as long as libpng itself. (Apps that compiled against libpng 1.4 without warnings about deprecated features should happily compile against 1.5, too. Patch origin: Fedora packagers of libXcomp3.
* Description: gcc43 fix (005_nxcomp_gcc43.full+lite.patch)Marcelo Boveto Shima2015-02-097-89/+11
| | | | Use builtin includes to build with gcc43.
* Description: Fix build on Debian (004_nx-X11_fix-nxcompshad-build.full.patch)Mike Gabriel2015-02-093-20/+1
| | | | | | By an unknown reason this patch currently is needed to build nx-X11, nxcomp, nxcompshad and nxcompext with dpkg-buildpackage and debuild.
* gcc43 fix (003_nxcompshad_gcc43.full.patch)Marcelo Boveto Shima2015-02-094-38/+4
| | | | Use builtin includes to build with gcc43.
* Build nxcompshad against nx-X11 ↵Mike Gabriel2015-02-094-43/+3
| | | | | | | | | (002_nxcompshad_build-against-nx-x11-only.full.patch). Make sure nxcompshad get built against nx-X11. . Furthermore /usr/X11R6/lib is an outdated path on current Debian systems.
* Provide README.NX-development file. Drop README.NX-redistribution file.Mike Gabriel2015-02-093-49/+32
|
* fix long-line in changelogMike Gabriel2015-02-091-1/+2
|
* Drop not-used-anymore NX source tree clean-up code. Source tree has been ↵Mike Gabriel2015-02-093-81/+0
| | | | cleaned up natively.
* Revert "Add patch ↵Mike Gabriel2015-02-093-55/+0
| | | | | | | | | 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776)." This reverts commit 4db6f0fdba904d00c1cfc3909b9b2c09655abf87. Reason: the file nx-X11/extras/Mesa/src/glx/x11/glxextensions.c is not used at build time and has been removed from the code base in NX 3.6.
* Add patch 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. ↵Mike Gabriel2015-02-033-0/+55
| | | | Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776).
* Update 991_fix-hr-typos.full.patch. Don't patch files that get removed by ↵Mike Gabriel2015-02-021-40/+0
| | | | the NX code reduction effort.
* Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build ↵Mike Gabriel2015-02-022-16/+0
| | | | process.
* Update 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Don't ↵Mike Gabriel2015-02-021-24/+0
| | | | patch files matter to the NX code reduction efforts.
* Update 031_nx-X11_parallel-make.full.patch. Don't patch .original files in ↵Mike Gabriel2015-02-021-28/+0
| | | | NX code tree.
* Drop patches: 017_nx-X11_update-autotools-helper-files.full.patch, ↵Mike Gabriel2015-02-024-24562/+0
| | | | 018_nx-X11_update-libtool-ltmain-script.full.patch, 019_nx-X11_expat-build-against-system-libxmltok.full.patch. They patch files that are not used at build time.
* empty CODE-REDUCTION_* files (maybe usable later for futher code reduction ↵Mike Gabriel2015-02-026-1004/+0
| | | | efforts
* drop .original files from the current code baseMike Gabriel2015-02-02215-221967/+0
|
* massive reduction of unneeded filesMike Gabriel2015-02-026272-2367970/+0
|
* On SLE 11.x: libX* packages are prefixed with "xorg-x11-".Mike Gabriel2015-02-022-0/+5
|
* Assure that BuildRoot: is set.Mike Gabriel2015-01-292-0/+3
|
* nx-libs.spec: Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} ↵Mike Gabriel2015-01-292-1/+2
| | | | at build time.
* Don't fail if removing *.a files fails due to the files being non-present.Mike Gabriel2015-01-292-2/+3
|
* Makefile.nx-libs: fix faulty path to nxproxy.1 man pageMike Gabriel2015-01-291-1/+1
|
* nx-libs.spec: several dependency fixes...Mike Gabriel2015-01-292-23/+41
| | | | | | + Add Obsoletes: fields to all shared libs for marking the non-versioned library package (names) as obsolete. + Don't depend on nx-libs base package with fixed version.
* Make libNX_X11-6 and libXinerama1 compliant to Shared Library Policy.Mike Gabriel2015-01-292-6/+7
|
* nx-libs.spec: Install man pages into bin:packages.Mike Gabriel2015-01-292-0/+5
|
* Makefile.nx-libs: Install man pages via main Makefile.Mike Gabriel2015-01-2910-6/+17
|
* nx-libs.spec: Mention NX technology in every package description.Mike Gabriel2015-01-292-15/+119
|
* Support .symbols for 64bit and 32bit alike.Mike Gabriel2015-01-292-5/+6
|
* Use SONAME based library package naming scheme.Mike Gabriel2015-01-282-87/+88
|
* Revert "Use SONAME based library package naming scheme."Mike Gabriel2015-01-283-86/+85
| | | | This reverts commit 1e5c83e8bcdf29539667168e20b787585097f680.
* Use SONAME based library package naming scheme.Mike Gabriel2015-01-283-85/+86
|
* debian/control: don't use 1 person plural in LONG_DESCRIPTIONMike Gabriel2015-01-281-3/+3
|
* nx-libs.spec: Make %{_libdir}/nx{,/X11} owned by libNX_X11 bin:packageMike Gabriel2015-01-281-0/+2
|
* CODE-REDUCTION_PRESERVE-NEEDED: keep cross.def and cross.rulesMike Gabriel2015-01-281-0/+2
|
* debian/control: fix several packaging issues since the re-packaging startedMike Gabriel2015-01-281-15/+18
|
* Add Description: and Author: fields to various patch headers.Mike Gabriel2015-01-2815-1/+40
|
* nx-libs.spec: Non-packaged files detected: nxagent.xpm, /usr/share/nx/rgb in ↵Mike Gabriel2015-01-281-0/+2
| | | | bin:package nxagent
* latest tarball size: 41MiBMike Gabriel2015-01-281-1/+1
|
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.Mike Gabriel2015-01-282-3/+4
|
* Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch. Fix ↵Mike Gabriel2015-01-284-0/+171
| | | | several typos in upstream code detected by lintian.
* debian/libnx-xinerama1.dirs: no non-multi-arch dir in multi-arch packagesMike Gabriel2015-01-281-1/+0
|
* Provide CDBS-generated debian/copyright.in file.Mike Gabriel2015-01-282-0/+4481
|