2010-07-01 16:47:00 +00:00
|
|
|
* policy bin2cpp tool ??
|
|
|
|
May be we could pregenerate the file in the upstream tar ball!!
|
|
|
|
|
|
|
|
* copyright and doc stuff
|
2010-07-10 12:37:18 +00:00
|
|
|
Lots of work to do here....
|
2011-01-29 21:22:11 +00:00
|
|
|
* need to add copyrigh info in Cmake file
|
2010-07-01 16:47:00 +00:00
|
|
|
|
|
|
|
## 64 bit
|
2011-01-29 21:22:11 +00:00
|
|
|
nvidia-cg-toolkit: replace it with GLSL
|
|
|
|
ia32-libs: add libportaudio, libglew
|
2010-07-01 16:47:00 +00:00
|
|
|
ia32-libs: add .so symlink for compilation
|
|
|
|
ia32-libs-gtk: add libwxbase2.8 and libwxgtk2.8 (warning a architecture dependant include file (in -dev package) is also needed)
|
|
|
|
ia32-libs-gtk: add .so symlink for compilation
|
|
|
|
|
2010-07-27 06:09:24 +00:00
|
|
|
|
|
|
|
== Multi-Arch support in APT ==
|
|
|
|
by David Kalnischkies, mentored by Michael Vogt
|
|
|
|
|
|
|
|
Hardware like 64bit processors are perfectly able to execute 32bit
|
|
|
|
opcode but until now this potentiality is disregard as the
|
|
|
|
infrastructure tools like dpkg and APT are not able to install and/or
|
|
|
|
solve dependencies across multiple architectures. The project
|
|
|
|
therefore focuses on enabling APT to work out good solutions in a
|
|
|
|
MultiArch aware environments without the need of hacky and partly
|
|
|
|
working biarch packages currently in use.
|