Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to pass in configure args (030_nx-X11_configure-args.full.patch). | Jan Engelhardt | 2015-02-09 | 2 | -52/+0 |
| | |||||
* | Fix BIGENDIAN issue in nxcomp (relevant on PPC64 arch) ↵ | Mihai Moldovan | 2015-02-09 | 2 | -18/+0 |
| | | | | (029_nxcomp_ppc64.full+lite.patch) | ||||
* | Support abstract local sockets for Linux systems ↵ | Mike Gabriel | 2015-02-09 | 2 | -322/+0 |
| | | | | | | (028_nx-X11_abstract-kernel-sockets.full.patch). Relevant code taken from xtrans 1.2.7 on 2014-06-11. | ||||
* | Add X11 abstract socket support to nxcomp/nxproxy ↵ | Mike Gabriel | 2015-02-09 | 2 | -60/+0 |
| | | | | (027_nxcomp_abstract-X11-socket.full+lite.patch). | ||||
* | Honour compiler/linker option flags. | Orion Poplawski | 2015-02-09 | 4 | -68/+0 |
| | | | | | | 026_nxcompext_honour-optflags.full.patch 026_nxcomp_honour-optflags.full+lite.patch 026_nxcompshad_honour-optflags.full.patch | ||||
* | Fix FTBFS against libjpeg9a ↵ | Gabriel Marcano | 2015-02-09 | 2 | -41/+0 |
| | | | | (025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch). | ||||
* | nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates. | Mike Gabriel | 2015-02-09 | 3 | -72/+0 |
| | | | | | 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 Gabriel | 2015-02-09 | 2 | -155/+0 |
| | | | | | | | | | 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. | ||||
* | nxcomp*,nxproxy: Add clean rules to Makefile.in templates. | Mike Gabriel | 2015-02-09 | 5 | -254/+0 |
| | |||||
* | Work on man pages. | Mike Gabriel | 2015-02-09 | 4 | -198/+0 |
| | | | | | | 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 Gabriel | 2015-02-09 | 2 | -47/+0 |
| | | | | | | 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 Gabriel | 2015-02-09 | 2 | -18/+0 |
| | | | | | 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 Gabriel | 2015-02-09 | 2 | -44/+0 |
| | | | | | | | | | | | | | | | 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 Shima | 2015-02-09 | 2 | -78/+0 |
| | | | | Use builtin includes to build with gcc43. | ||||
* | Description: Fix build on Debian (004_nx-X11_fix-nxcompshad-build.full.patch) | Mike Gabriel | 2015-02-09 | 2 | -19/+0 |
| | | | | | | 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 Shima | 2015-02-09 | 2 | -34/+0 |
| | | | | Use builtin includes to build with gcc43. | ||||
* | Build nxcompshad against nx-X11 ↵ | Mike Gabriel | 2015-02-09 | 2 | -40/+0 |
| | | | | | | | | | (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 Gabriel | 2015-02-09 | 2 | -49/+0 |
| | |||||
* | fix long-line in changelog | Mike Gabriel | 2015-02-09 | 1 | -1/+2 |
| | |||||
* | Drop not-used-anymore NX source tree clean-up code. Source tree has been ↵ | Mike Gabriel | 2015-02-09 | 2 | -55/+0 |
| | | | | cleaned up natively. | ||||
* | Revert "Add patch ↵ | Mike Gabriel | 2015-02-09 | 3 | -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 Gabriel | 2015-02-03 | 3 | -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 Gabriel | 2015-02-02 | 1 | -40/+0 |
| | | | | the NX code reduction effort. | ||||
* | Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build ↵ | Mike Gabriel | 2015-02-02 | 2 | -16/+0 |
| | | | | process. | ||||
* | Update 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Don't ↵ | Mike Gabriel | 2015-02-02 | 1 | -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 Gabriel | 2015-02-02 | 1 | -28/+0 |
| | | | | NX code tree. | ||||
* | Drop patches: 017_nx-X11_update-autotools-helper-files.full.patch, ↵ | Mike Gabriel | 2015-02-02 | 4 | -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 Gabriel | 2015-02-02 | 6 | -1004/+0 |
| | | | | efforts | ||||
* | On SLE 11.x: libX* packages are prefixed with "xorg-x11-". | Mike Gabriel | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | Assure that BuildRoot: is set. | Mike Gabriel | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | nx-libs.spec: Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} ↵ | Mike Gabriel | 2015-01-29 | 1 | -0/+1 |
| | | | | at build time. | ||||
* | Don't fail if removing *.a files fails due to the files being non-present. | Mike Gabriel | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | Makefile.nx-libs: fix faulty path to nxproxy.1 man page | Mike Gabriel | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: several dependency fixes... | Mike Gabriel | 2015-01-29 | 1 | -0/+3 |
| | | | | | | + 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 Gabriel | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | nx-libs.spec: Install man pages into bin:packages. | Mike Gabriel | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | Makefile.nx-libs: Install man pages via main Makefile. | Mike Gabriel | 2015-01-29 | 10 | -6/+17 |
| | |||||
* | nx-libs.spec: Mention NX technology in every package description. | Mike Gabriel | 2015-01-29 | 1 | -0/+1 |
| | |||||
* | Support .symbols for 64bit and 32bit alike. | Mike Gabriel | 2015-01-29 | 2 | -5/+6 |
| | |||||
* | Use SONAME based library package naming scheme. | Mike Gabriel | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Revert "Use SONAME based library package naming scheme." | Mike Gabriel | 2015-01-28 | 2 | -2/+1 |
| | | | | This reverts commit 1e5c83e8bcdf29539667168e20b787585097f680. | ||||
* | Use SONAME based library package naming scheme. | Mike Gabriel | 2015-01-28 | 2 | -1/+2 |
| | |||||
* | debian/control: don't use 1 person plural in LONG_DESCRIPTION | Mike Gabriel | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | CODE-REDUCTION_PRESERVE-NEEDED: keep cross.def and cross.rules | Mike Gabriel | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | debian/control: fix several packaging issues since the re-packaging started | Mike Gabriel | 2015-01-28 | 1 | -15/+18 |
| | |||||
* | Add Description: and Author: fields to various patch headers. | Mike Gabriel | 2015-01-28 | 15 | -1/+40 |
| | |||||
* | latest tarball size: 41MiB | Mike Gabriel | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Makefile.nx-libs: Don't allow symlinks to point into buildroot. | Mike Gabriel | 2015-01-28 | 2 | -3/+4 |
| | |||||
* | Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch. Fix ↵ | Mike Gabriel | 2015-01-28 | 4 | -0/+171 |
| | | | | several typos in upstream code detected by lintian. | ||||
* | debian/libnx-xinerama1.dirs: no non-multi-arch dir in multi-arch packages | Mike Gabriel | 2015-01-28 | 1 | -1/+0 |
| |