summaryrefslogtreecommitdiff
path: root/elements/graphics-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/graphics-common
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
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
Diffstat (limited to 'elements/graphics-common')
-rw-r--r--elements/graphics-common/cairo.bst18
-rw-r--r--elements/graphics-common/chinese-fonts-truetype-bkai00mp.bst15
-rw-r--r--elements/graphics-common/chinese-fonts-truetype-bsmi00lp.bst15
-rw-r--r--elements/graphics-common/chinese-fonts-truetype-gbsn00lp.bst15
-rw-r--r--elements/graphics-common/chinese-fonts-truetype-gkai00mp.bst15
-rw-r--r--elements/graphics-common/colm-tarball.bst11
-rw-r--r--elements/graphics-common/fontconfig.bst16
-rw-r--r--elements/graphics-common/freefont-otf.bst15
-rw-r--r--elements/graphics-common/freetype2-harfbuzz.bst11
-rw-r--r--elements/graphics-common/freetype2.bst11
-rw-r--r--elements/graphics-common/harfbuzz.bst13
-rw-r--r--elements/graphics-common/libjpeg.bst11
-rw-r--r--elements/graphics-common/libpng.bst11
-rw-r--r--elements/graphics-common/libtiff.bst11
-rw-r--r--elements/graphics-common/libwebp.bst11
-rw-r--r--elements/graphics-common/pixman.bst14
-rw-r--r--elements/graphics-common/ragel-tarball.bst12
-rw-r--r--elements/graphics-common/ttf-alee.bst15
18 files changed, 240 insertions, 0 deletions
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