History log of /haiku/src/add-ons/translators/psd/Jamfile
Revision Date Author Comments
# 1e60bdea 30-Mar-2019 Augustin Cavalier <waddlesplash@gmail.com>

Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.


# 220d0402 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# e3ec312e 19-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

PSDTranslator: Implemented DataArray class for export improvements


# 3459199e 16-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

PSDTranslator: Add export to psd support (uncompressed only)


# 6d9f0064 03-Dec-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Bring the hybrid translators back into the image.


# bc87894e 01-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

Add simple translator for PSD (Adobe Photoshop) format


# 220d04022750f40f8bac8f01fa551211e28d04f2 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# e3ec312ebf6ad6343d7477963cf5e3edd4b41deb 19-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

PSDTranslator: Implemented DataArray class for export improvements


# 3459199e5dd0e7fbf1c93fd1aa270ecb5d490fa1 16-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

PSDTranslator: Add export to psd support (uncompressed only)


# 6d9f0064ff9f6a547bc5e2365278919ab346b5a6 03-Dec-2013 Adrien Destugues <pulkomandy@pulkomandy.tk>

Bring the hybrid translators back into the image.


# bc87894e844c3549ccec13b52a73e9b9b5354d9f 01-Dec-2013 Gerasim Troeglazov <3dEyes@gmail.com>

Add simple translator for PSD (Adobe Photoshop) format