<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxcompshad, branch upgrade-libX11</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=upgrade-libX11</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=upgrade-libX11'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2016-07-05T23:07:24+00:00</updated>
<entry>
<title>Per-file copyright notices: Update copyright information in file headers that NoMachine placed there own copyright statement in.</title>
<updated>2016-07-05T23:07:24+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T14:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=51c3d42f3d15b181d58a0df1e5abac8d298d4484'/>
<id>urn:sha1:51c3d42f3d15b181d58a0df1e5abac8d298d4484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NoMachine documentation files: Move to doc/_attic_/ folder.</title>
<updated>2016-07-05T08:40:41+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b38f01092ab65f41fc0a525c46c874a228676f71'/>
<id>urn:sha1:b38f01092ab65f41fc0a525c46c874a228676f71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LICENSE files: Have a main LICENSE file and one for nxcomp in the project's base folder.</title>
<updated>2016-07-05T08:33:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d38ccd197413f6fad830c314d904904368d3770d'/>
<id>urn:sha1:d38ccd197413f6fad830c314d904904368d3770d</id>
<content type='text'>
 Drop other LICENSE files added by NoMachine scattered all over the code tree.
</content>
</entry>
<entry>
<title>Drop multiple COPYING files contaning the GPL-2 license text.</title>
<updated>2016-07-05T08:26:34+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4ad29435c8549a9e27d3299957cbb190603fb080'/>
<id>urn:sha1:4ad29435c8549a9e27d3299957cbb190603fb080</id>
<content type='text'>
 One COPYING file in the project's base folder is sufficient.
</content>
</entry>
<entry>
<title>finally drop libNX_Xext</title>
<updated>2016-07-01T13:56:28+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-07-01T11:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf'/>
<id>urn:sha1:1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove shm code from libNX_Xext</title>
<updated>2016-07-01T13:56:28+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-07-01T11:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=e78c5bc3c2df117b4c8e5e4bd24c985cd89c49ad'/>
<id>urn:sha1:e78c5bc3c2df117b4c8e5e4bd24c985cd89c49ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts.</title>
<updated>2016-07-01T11:09:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d650a0b47eadeb675e2d2cf03ad10a4dbc564971'/>
<id>urn:sha1:d650a0b47eadeb675e2d2cf03ad10a4dbc564971</id>
<content type='text'>
 Note:

  - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
    options over into the variable CDEBUGFLAGS.
  - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.

 This change also includes a slight change in the nx-X11 build order.

 Old build order:

  Main Makefile:

      - [...]
      - libNX_X11
        + implicitly building nxcomp
        + implicitly building nxcompext
      - [...]
      - nxagent
        + implicitly building nxcompshad
      - [...]

 New build ordner:

  Main Makefile:

      - [...]
      - nxcomp
      - setup nx-X11 build env
        + cd nx-X11 &amp;&amp; make BuildEnv
      - nx-X11/lib/*
      - nxcompext
      - nxcompshad
      - [...]
      - nxagent
      - [...]

 Fixes ArcticaProject/nx-libs#141
 Fixes X2GoBTS#84
</content>
</entry>
<entry>
<title>nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedepend tools.</title>
<updated>2016-06-29T22:27:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-22T10:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2f3d394e87c61369ed1308c6b3bc53cf0295146c'/>
<id>urn:sha1:2f3d394e87c61369ed1308c6b3bc53cf0295146c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do with system-wide shared libraries.</title>
<updated>2016-06-12T22:58:08+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-06T20:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9'/>
<id>urn:sha1:f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomshad/Makefile.in: Only install Shadow.h as publicly available header file.</title>
<updated>2016-06-12T22:58:08+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-05T12:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f55249dc6e3f01d4c9970af090884cab346ad9b4'/>
<id>urn:sha1:f55249dc6e3f01d4c9970af090884cab346ad9b4</id>
<content type='text'>
 * Also adapt debian/libxcompshad-dev.install.in accordingly.
 * Also adapt nx-libs.spec accordingly.
</content>
</entry>
</feed>
