diff options
Diffstat (limited to 'strata/graphics-common.morph')
-rw-r--r-- | strata/graphics-common.morph | 73 |
1 files changed, 49 insertions, 24 deletions
diff --git a/strata/graphics-common.morph b/strata/graphics-common.morph index 63907275..c3848719 100644 --- a/strata/graphics-common.morph +++ b/strata/graphics-common.morph @@ -13,8 +13,33 @@ chunks: unpetrify-ref: pixman-0.32.6 - name: freetype2 repo: upstream:freetype2 - ref: ec8853cd18e1a0c275372769bdad37a79550ed66 - unpetrify-ref: VER-2-5-3 + ref: 66cf29b1bc869b44863b0de2115bd017dfcce849 + unpetrify-ref: VER-2-6-2 + build-system: autotools +- name: colm-tarball + repo: upstream:colm-tarball + ref: 404ae0f284a3b2d41fcdb53826550e4dfec5c65c + unpetrify-ref: colm-0.12.0 + build-system: autotools +- name: ragel-tarball + repo: upstream:ragel-tarball + ref: eafd7a3974e8605fd02794269db6114a3446e016 + unpetrify-ref: ragel-6.9 + build-system: autotools + build-depends: + - colm-tarball +- name: harfbuzz + repo: upstream:harfbuzz + ref: 432ffc47a46d41bea17d839d0d3980e654c6e638 + unpetrify-ref: 1.0.4 + build-system: autotools + build-depends: + - freetype2 + - ragel-tarball +- name: freetype2-harfbuzz + repo: upstream:freetype2 + ref: 66cf29b1bc869b44863b0de2115bd017dfcce849 + unpetrify-ref: VER-2-6-2 build-system: autotools - name: fontconfig morph: strata/graphics-common/fontconfig.morph @@ -22,7 +47,7 @@ chunks: ref: 9260b7ec39c34ce68d74e16d47917290a8c3f35a unpetrify-ref: 2.11.1 build-depends: - - freetype2 + - freetype2-harfbuzz - name: freefont-otf morph: strata/graphics-common/freefont-otf.morph repo: upstream:freefont-otf @@ -33,6 +58,26 @@ chunks: repo: upstream:ttf-alee ref: 97ededc81c03d0a7333a15a9a1e6acc4d0e5ac50 unpetrify-ref: fonts-alee_13.1 +- name: chinese-fonts-truetype-bkai00mp + morph: strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph + repo: upstream:chinese-fonts-truetype/bkai00mp + ref: aa20d88b0ae7945f0956d7d662e8e5cf1e50b53a + unpetrify-ref: bkai00mp.ttf +- name: chinese-fonts-truetype-gkai00mp + morph: strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph + repo: upstream:chinese-fonts-truetype/gkai00mp + ref: 7569dd2d8f31617a87229a4446b294a0d48055dd + unpetrify-ref: gkai00mp.ttf +- name: chinese-fonts-truetype-bsmi00lp + morph: strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph + repo: upstream:chinese-fonts-truetype/bsmi00lp + ref: 8f1febdd4f74d56670777c8a5fc25dc6d8cf972c + unpetrify-ref: bsmi00lp.ttf +- name: chinese-fonts-truetype-gbsn00lp + morph: strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph + repo: upstream:chinese-fonts-truetype/gbsn00lp + ref: be390396044728b4b535a067e3a0dca7daa0b8b6 + unpetrify-ref: gbsn00lp.ttf - name: libpng repo: upstream:libpng ref: 88dd30b232362b65cca374dda39096888163dd6b @@ -55,29 +100,9 @@ chunks: unpetrify-ref: 1.14.0 build-depends: - fontconfig - - freetype2 + - freetype2-harfbuzz - pixman - libpng -- name: colm-tarball - repo: upstream:colm-tarball - ref: 404ae0f284a3b2d41fcdb53826550e4dfec5c65c - unpetrify-ref: colm-0.12.0 - build-system: autotools -- name: ragel-tarball - repo: upstream:ragel-tarball - ref: eafd7a3974e8605fd02794269db6114a3446e016 - unpetrify-ref: ragel-6.9 - build-system: autotools - build-depends: - - colm-tarball -- name: harfbuzz - repo: upstream:harfbuzz - ref: 432ffc47a46d41bea17d839d0d3980e654c6e638 - unpetrify-ref: 1.0.4 - build-system: autotools - build-depends: - - freetype2 - - ragel-tarball - name: libwebp repo: upstream:libwebp ref: fcd94e925a9377cccfcf9de6db278126a52b97a4 |