From 376ddcd95413dd6f1c48221e64743a7634b6b075 Mon Sep 17 00:00:00 2001 From: Shingo Kitagawa Date: Sat, 14 May 2022 18:37:24 +0900 Subject: [PATCH 1/3] add flite key in rosdep/base.yaml --- rosdep/base.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index 7cfea15a6800f..240fc21624a90 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -1028,6 +1028,12 @@ flex: opensuse: [flex] rhel: [flex] ubuntu: [flex] +flite: + arch: [flite] + debian: [flite] + fedora: [flite] + gentoo: [app-accessibility/flite] + ubuntu: [flite] fltk: # Consider using the libfltk-dev and fluid (fltk runtime) keys instead. arch: [fltk] debian: [libfltk1.1-dev] From 9aea282a958c497f677130236bf90ce1c52e4a84 Mon Sep 17 00:00:00 2001 From: Shingo Kitagawa Date: Wed, 18 May 2022 10:22:40 +0900 Subject: [PATCH 2/3] add rhel and alpine flite entry --- rosdep/base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index 240fc21624a90..7ab9afe0f81e4 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -1029,10 +1029,12 @@ flex: rhel: [flex] ubuntu: [flex] flite: + alpine: [flite] arch: [flite] debian: [flite] fedora: [flite] gentoo: [app-accessibility/flite] + rhel: [alpine] ubuntu: [flite] fltk: # Consider using the libfltk-dev and fluid (fltk runtime) keys instead. arch: [fltk] From fd83c8f42f9fafb50aafb8d7663ab712d4815f03 Mon Sep 17 00:00:00 2001 From: Shingo Kitagawa Date: Fri, 20 May 2022 23:10:04 +0900 Subject: [PATCH 3/3] Update rosdep/base.yaml Co-authored-by: Ivan Santiago Paunovic --- rosdep/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index 7ab9afe0f81e4..b259c76ef33e7 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -1034,7 +1034,7 @@ flite: debian: [flite] fedora: [flite] gentoo: [app-accessibility/flite] - rhel: [alpine] + rhel: [flite] ubuntu: [flite] fltk: # Consider using the libfltk-dev and fluid (fltk runtime) keys instead. arch: [fltk]