From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/graphics-common/cairo.bst | 18 ++++++++++++++++++ .../chinese-fonts-truetype-bkai00mp.bst | 15 +++++++++++++++ .../chinese-fonts-truetype-bsmi00lp.bst | 15 +++++++++++++++ .../chinese-fonts-truetype-gbsn00lp.bst | 15 +++++++++++++++ .../chinese-fonts-truetype-gkai00mp.bst | 15 +++++++++++++++ elements/graphics-common/colm-tarball.bst | 11 +++++++++++ elements/graphics-common/fontconfig.bst | 16 ++++++++++++++++ elements/graphics-common/freefont-otf.bst | 15 +++++++++++++++ elements/graphics-common/freetype2-harfbuzz.bst | 11 +++++++++++ elements/graphics-common/freetype2.bst | 11 +++++++++++ elements/graphics-common/harfbuzz.bst | 13 +++++++++++++ elements/graphics-common/libjpeg.bst | 11 +++++++++++ elements/graphics-common/libpng.bst | 11 +++++++++++ elements/graphics-common/libtiff.bst | 11 +++++++++++ elements/graphics-common/libwebp.bst | 11 +++++++++++ elements/graphics-common/pixman.bst | 14 ++++++++++++++ elements/graphics-common/ragel-tarball.bst | 12 ++++++++++++ elements/graphics-common/ttf-alee.bst | 15 +++++++++++++++ 18 files changed, 240 insertions(+) create mode 100644 elements/graphics-common/cairo.bst create mode 100644 elements/graphics-common/chinese-fonts-truetype-bkai00mp.bst create mode 100644 elements/graphics-common/chinese-fonts-truetype-bsmi00lp.bst create mode 100644 elements/graphics-common/chinese-fonts-truetype-gbsn00lp.bst create mode 100644 elements/graphics-common/chinese-fonts-truetype-gkai00mp.bst create mode 100644 elements/graphics-common/colm-tarball.bst create mode 100644 elements/graphics-common/fontconfig.bst create mode 100644 elements/graphics-common/freefont-otf.bst create mode 100644 elements/graphics-common/freetype2-harfbuzz.bst create mode 100644 elements/graphics-common/freetype2.bst create mode 100644 elements/graphics-common/harfbuzz.bst create mode 100644 elements/graphics-common/libjpeg.bst create mode 100644 elements/graphics-common/libpng.bst create mode 100644 elements/graphics-common/libtiff.bst create mode 100644 elements/graphics-common/libwebp.bst create mode 100644 elements/graphics-common/pixman.bst create mode 100644 elements/graphics-common/ragel-tarball.bst create mode 100644 elements/graphics-common/ttf-alee.bst (limited to 'elements/graphics-common') diff --git a/elements/graphics-common/cairo.bst b/elements/graphics-common/cairo.bst new file mode 100644 index 00000000..ff0c70e4 --- /dev/null +++ b/elements/graphics-common/cairo.bst @@ -0,0 +1,18 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +- graphics-common/fontconfig.bst +- graphics-common/freetype2-harfbuzz.bst +- graphics-common/pixman.bst +- graphics-common/libpng.bst +sources: +- kind: git + url: upstream:cairo + track: 1.14.0 + ref: f6fd372a8b31a0bebbdfe36090d6ffc7bab9a2f8 +config: + configure-commands: + - ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc --enable-glesv2 diff --git a/elements/graphics-common/chinese-fonts-truetype-bkai00mp.bst b/elements/graphics-common/chinese-fonts-truetype-bkai00mp.bst new file mode 100644 index 00000000..13799ae3 --- /dev/null +++ b/elements/graphics-common/chinese-fonts-truetype-bkai00mp.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:chinese-fonts-truetype/bkai00mp + track: bkai00mp.ttf + ref: aa20d88b0ae7945f0956d7d662e8e5cf1e50b53a +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/truetype/chinese + - install -p *.ttf "%{install-root}"/usr/share/fonts/truetype/chinese diff --git a/elements/graphics-common/chinese-fonts-truetype-bsmi00lp.bst b/elements/graphics-common/chinese-fonts-truetype-bsmi00lp.bst new file mode 100644 index 00000000..5bf08a12 --- /dev/null +++ b/elements/graphics-common/chinese-fonts-truetype-bsmi00lp.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:chinese-fonts-truetype/bsmi00lp + track: bsmi00lp.ttf + ref: 8f1febdd4f74d56670777c8a5fc25dc6d8cf972c +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/truetype/chinese + - install -p *.ttf "%{install-root}"/usr/share/fonts/truetype/chinese diff --git a/elements/graphics-common/chinese-fonts-truetype-gbsn00lp.bst b/elements/graphics-common/chinese-fonts-truetype-gbsn00lp.bst new file mode 100644 index 00000000..4cc438db --- /dev/null +++ b/elements/graphics-common/chinese-fonts-truetype-gbsn00lp.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:chinese-fonts-truetype/gbsn00lp + track: gbsn00lp.ttf + ref: be390396044728b4b535a067e3a0dca7daa0b8b6 +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/truetype/chinese + - install -p *.ttf "%{install-root}"/usr/share/fonts/truetype/chinese diff --git a/elements/graphics-common/chinese-fonts-truetype-gkai00mp.bst b/elements/graphics-common/chinese-fonts-truetype-gkai00mp.bst new file mode 100644 index 00000000..4f11bcf5 --- /dev/null +++ b/elements/graphics-common/chinese-fonts-truetype-gkai00mp.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:chinese-fonts-truetype/gkai00mp + track: gkai00mp.ttf + ref: 7569dd2d8f31617a87229a4446b294a0d48055dd +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/truetype/chinese + - install -p *.ttf "%{install-root}"/usr/share/fonts/truetype/chinese diff --git a/elements/graphics-common/colm-tarball.bst b/elements/graphics-common/colm-tarball.bst new file mode 100644 index 00000000..0d90e024 --- /dev/null +++ b/elements/graphics-common/colm-tarball.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:colm-tarball + track: colm-0.12.0 + ref: 404ae0f284a3b2d41fcdb53826550e4dfec5c65c diff --git a/elements/graphics-common/fontconfig.bst b/elements/graphics-common/fontconfig.bst new file mode 100644 index 00000000..a8e53c2c --- /dev/null +++ b/elements/graphics-common/fontconfig.bst @@ -0,0 +1,16 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +- graphics-common/freetype2-harfbuzz.bst +sources: +- kind: git + url: upstream:fontconfig + track: 2.12.3 + ref: 690f822a1b26b089d86e9843746cab80f3c07fe3 +public: + bst: + integration-commands: + - fc-cache -f -v diff --git a/elements/graphics-common/freefont-otf.bst b/elements/graphics-common/freefont-otf.bst new file mode 100644 index 00000000..02582051 --- /dev/null +++ b/elements/graphics-common/freefont-otf.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:freefont-otf + track: baserock/morph + ref: 75fa95a912718bb94a135d4bf6b13bb38e186ce7 +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/opentype/freefont + - install -p *.otf "%{install-root}"/usr/share/fonts/opentype/freefont diff --git a/elements/graphics-common/freetype2-harfbuzz.bst b/elements/graphics-common/freetype2-harfbuzz.bst new file mode 100644 index 00000000..ee6af4b8 --- /dev/null +++ b/elements/graphics-common/freetype2-harfbuzz.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:freetype2 + track: VER-2-6-2 + ref: 66cf29b1bc869b44863b0de2115bd017dfcce849 diff --git a/elements/graphics-common/freetype2.bst b/elements/graphics-common/freetype2.bst new file mode 100644 index 00000000..ee6af4b8 --- /dev/null +++ b/elements/graphics-common/freetype2.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:freetype2 + track: VER-2-6-2 + ref: 66cf29b1bc869b44863b0de2115bd017dfcce849 diff --git a/elements/graphics-common/harfbuzz.bst b/elements/graphics-common/harfbuzz.bst new file mode 100644 index 00000000..805dd3c1 --- /dev/null +++ b/elements/graphics-common/harfbuzz.bst @@ -0,0 +1,13 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +- graphics-common/freetype2.bst +- graphics-common/ragel-tarball.bst +sources: +- kind: git + url: upstream:harfbuzz + track: 1.0.4 + ref: 432ffc47a46d41bea17d839d0d3980e654c6e638 diff --git a/elements/graphics-common/libjpeg.bst b/elements/graphics-common/libjpeg.bst new file mode 100644 index 00000000..3c48e5de --- /dev/null +++ b/elements/graphics-common/libjpeg.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:libjpeg + track: baserock/morph + ref: f57ac58ac664ede6bc6e8cd9d88e0edaa366e21a diff --git a/elements/graphics-common/libpng.bst b/elements/graphics-common/libpng.bst new file mode 100644 index 00000000..31be8652 --- /dev/null +++ b/elements/graphics-common/libpng.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:libpng + track: libpng-1.6.16-signed + ref: 88dd30b232362b65cca374dda39096888163dd6b diff --git a/elements/graphics-common/libtiff.bst b/elements/graphics-common/libtiff.bst new file mode 100644 index 00000000..71c37b6a --- /dev/null +++ b/elements/graphics-common/libtiff.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:libtiff + track: Release-v4-0-3 + ref: 2f83c385ff3d5493602308b62ca6d7707725b4fd diff --git a/elements/graphics-common/libwebp.bst b/elements/graphics-common/libwebp.bst new file mode 100644 index 00000000..27ec3251 --- /dev/null +++ b/elements/graphics-common/libwebp.bst @@ -0,0 +1,11 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:libwebp + track: v0.4.3-rc1 + ref: fcd94e925a9377cccfcf9de6db278126a52b97a4 diff --git a/elements/graphics-common/pixman.bst b/elements/graphics-common/pixman.bst new file mode 100644 index 00000000..bef13886 --- /dev/null +++ b/elements/graphics-common/pixman.bst @@ -0,0 +1,14 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:pixman + track: pixman-0.32.6 + ref: 87eea99e443b389c978cf37efc52788bf03a0ee0 +config: + configure-commands: + - ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc --disable-arm-iwmmxt --disable-arm-iwmmxt2 diff --git a/elements/graphics-common/ragel-tarball.bst b/elements/graphics-common/ragel-tarball.bst new file mode 100644 index 00000000..a4227168 --- /dev/null +++ b/elements/graphics-common/ragel-tarball.bst @@ -0,0 +1,12 @@ +kind: autotools +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +- graphics-common/colm-tarball.bst +sources: +- kind: git + url: upstream:ragel-tarball + track: ragel-6.10 + ref: d13d67a31c451ebd78ce708a4ef85803d429f158 diff --git a/elements/graphics-common/ttf-alee.bst b/elements/graphics-common/ttf-alee.bst new file mode 100644 index 00000000..bb314c24 --- /dev/null +++ b/elements/graphics-common/ttf-alee.bst @@ -0,0 +1,15 @@ +kind: manual +depends: +- glib-common.bst +- mesa-common.bst +- x-common.bst +- icu-common.bst +sources: +- kind: git + url: upstream:ttf-alee + track: fonts-alee_13.1 + ref: 97ededc81c03d0a7333a15a9a1e6acc4d0e5ac50 +config: + install-commands: + - mkdir -p "%{install-root}"/usr/share/fonts/truetype/alee + - install -p *.ttf "%{install-root}"/usr/share/fonts/truetype/alee -- cgit v1.2.1