History log of /haiku/build/jam/packages/HaikuDataTranslators
Revision Date Author Comments
# fefa5edf 11-Nov-2022 Augustin Cavalier <waddlesplash@gmail.com>

Move print add-ons to the haiku_datatranslators package.

This allows us to move the Gutenprint dependency there, too.


# 63b76fae 17-Sep-2021 Augustin Cavalier <waddlesplash@gmail.com>

Break translators out of haiku.hpkg into a separate haiku_datatranslators.hpkg.

Translators and media-plugins are the main source of dependencies in haiku.hpkg,
and thus the main source of packages being pulled into chroots, especially
HaikuPorter chroots. (FFmpeg pulls in a rather large array of sub-
dependencies, itself.) So, here we break all the translators into their
own sub-package.

For now, haiku.hpkg is declared to depend on haiku_datatranslators,
so that users will not suddenly update and have no translators.
In the future, this will be dropped.

Note that this is only done for the primary arch at present.
Secondary architecture translators remain in the main secondary package
for now.

Change-Id: Id0b352f34f7110b79ec7787792bf3ae0edab4054
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4477
Reviewed-by: waddlesplash <waddlesplash@gmail.com>