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

Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.


# 82e60cd5 26-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

ICNSTranslator: use outsourced package libicns

* clean up Copyrights section.
* libicns becomes a default package


# 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.


# 7b59a617 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

ICNSTranslator Jamfile: Fix libpng dependency


# fab28082 03-Dec-2013 Rene Gollent <anevilyak@gmail.com>

Fix ICNSTranslator hybrid build.


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

Bring the hybrid translators back into the image.


# b0944c78 01-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

More work towards hybrid support

* All packaging architecture dependent variables do now have a
respective suffix and are set up for each configured packaging
architecture, save for the kernel and boot loader variables, which
are still only set up for the primary architecture.
For convenience TARGET_PACKAGING_ARCH, TARGET_ARCH, TARGET_LIBSUPC++,
and TARGET_LIBSTDC++ are set to the respective values for the primary
packaging architecture by default.
* Introduce a set of MultiArch* rules to help with building targets for
multiple packaging architectures. Generally the respective targets are
(additionally) gristed with the packaging architecture. For libraries
the additional grist is usually omitted for the primary architecture
(e.g. libroot.so and <x86>libroot.so for x86_gcc2/x86 hybrid), so that
Jamfiles for targets built only for the primary architecture don't
need to be changed.
* Add multi-arch build support for all targets needed for the stage 1
cross devel package as well as for libbe (untested).


# ff2e5209 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the old "CVS" package rules

... and all their invocations.


# e9f440fd 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libpng package

Also make use of new build feature rules


# 3b8f8e0c 25-May-2013 Siarzhuk Zharski <zharik@gmx.li>

ICNS/JPEGTranslators: add Jamfile deps to lib headers

* Add Jamfile dependency to LIBPNG headers on icns_png.c;
* Add Jamfile dependency to LIBJPEG headers on JPEGTranslator.cpp
be_jdatasrc.c

Conflicts:
src/add-ons/translators/jpeg/Jamfile


# 5c190736 25-May-2013 Siarzhuk Zharski <zharik@gmx.li>

ICNS/JPEGTranslators: add Jamfile deps to lib headers

* Add Jamfile dependency to LIBPNG headers on icns_png.c;
* Add Jamfile dependency to LIBJPEG headers on JPEGTranslator.cpp
be_jdatasrc.c


# a52b9419 29-Dec-2012 threedeyes <3dEyes@gmail.com>

Apply patch by dsjonny from ticket #9339: Localization for ICNS Translator


# 122e78a5 08-Nov-2012 threedeyes <3dEyes@gmail.com>

Added translator for Apple icons (icns)

* Read/Write up to 1024x1024 icon sizes.
* All build-in icon sizes available as pages in ShowImage.
* Support only 32-bit icon colors (rgb32 and rgba32) now.


# 82e60cd5ec5cfd68e1beec5be20caccff1fe17d6 26-Aug-2014 Jérôme Duval <jerome.duval@gmail.com>

ICNSTranslator: use outsourced package libicns

* clean up Copyrights section.
* libicns becomes a default package


# 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.


# 7b59a617900fa972fbbe16d2e89cf9b06b2920e1 04-Dec-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

ICNSTranslator Jamfile: Fix libpng dependency


# fab28082af2afe5b535910c845dfab03e255f6c9 03-Dec-2013 Rene Gollent <anevilyak@gmail.com>

Fix ICNSTranslator hybrid build.


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

Bring the hybrid translators back into the image.


# b0944c78b074a8110bd98e060415d0e8f38a7f65 01-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

More work towards hybrid support

* All packaging architecture dependent variables do now have a
respective suffix and are set up for each configured packaging
architecture, save for the kernel and boot loader variables, which
are still only set up for the primary architecture.
For convenience TARGET_PACKAGING_ARCH, TARGET_ARCH, TARGET_LIBSUPC++,
and TARGET_LIBSTDC++ are set to the respective values for the primary
packaging architecture by default.
* Introduce a set of MultiArch* rules to help with building targets for
multiple packaging architectures. Generally the respective targets are
(additionally) gristed with the packaging architecture. For libraries
the additional grist is usually omitted for the primary architecture
(e.g. libroot.so and <x86>libroot.so for x86_gcc2/x86 hybrid), so that
Jamfiles for targets built only for the primary architecture don't
need to be changed.
* Add multi-arch build support for all targets needed for the stage 1
cross devel package as well as for libbe (untested).


# ff2e520912416877692e36bb130608d1a92df078 30-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Remove the old "CVS" package rules

... and all their invocations.


# e9f440fdfdc4a2872dca8cb12928c6c3a9f118d8 13-Jun-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Update libpng package

Also make use of new build feature rules


# 3b8f8e0caa14ee1f6f55f08d562de1bb800871e9 25-May-2013 Siarzhuk Zharski <zharik@gmx.li>

ICNS/JPEGTranslators: add Jamfile deps to lib headers

* Add Jamfile dependency to LIBPNG headers on icns_png.c;
* Add Jamfile dependency to LIBJPEG headers on JPEGTranslator.cpp
be_jdatasrc.c

Conflicts:
src/add-ons/translators/jpeg/Jamfile


# 5c190736fdeb769cab847ce30fe983dbb90203e0 25-May-2013 Siarzhuk Zharski <zharik@gmx.li>

ICNS/JPEGTranslators: add Jamfile deps to lib headers

* Add Jamfile dependency to LIBPNG headers on icns_png.c;
* Add Jamfile dependency to LIBJPEG headers on JPEGTranslator.cpp
be_jdatasrc.c


# a52b9419e73a4decf648ef73008676d2f16dbe50 29-Dec-2012 threedeyes <3dEyes@gmail.com>

Apply patch by dsjonny from ticket #9339: Localization for ICNS Translator


# 122e78a5b92a5abfad8bef23c2bb859a0ab5eb6f 08-Nov-2012 threedeyes <3dEyes@gmail.com>

Added translator for Apple icons (icns)

* Read/Write up to 1024x1024 icon sizes.
* All build-in icon sizes available as pages in ShowImage.
* Support only 32-bit icon colors (rgb32 and rgba32) now.