All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/dotconf: new package
@ 2023-01-06 21:08 Peter Seiderer
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/speechd: " Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Seiderer @ 2023-01-06 21:08 UTC (permalink / raw)
  To: buildroot
  Cc: Giulio Benetti, Naumann Andreas, Julien Corjon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/Config.in            |  1 +
 package/dotconf/Config.in    |  6 ++++++
 package/dotconf/dotconf.hash |  3 +++
 package/dotconf/dotconf.mk   | 15 +++++++++++++++
 4 files changed, 25 insertions(+)
 create mode 100644 package/dotconf/Config.in
 create mode 100644 package/dotconf/dotconf.hash
 create mode 100644 package/dotconf/dotconf.mk

diff --git a/package/Config.in b/package/Config.in
index 995dae2c57..b9f04e9fd1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1997,6 +1997,7 @@ menu "Other"
 	source "package/cracklib/Config.in"
 	source "package/dawgdic/Config.in"
 	source "package/ding-libs/Config.in"
+	source "package/dotconf/Config.in"
 	source "package/double-conversion/Config.in"
 	source "package/eigen/Config.in"
 	source "package/elfutils/Config.in"
diff --git a/package/dotconf/Config.in b/package/dotconf/Config.in
new file mode 100644
index 0000000000..21a74fa065
--- /dev/null
+++ b/package/dotconf/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_DOTCONF
+	bool "dotconf"
+	help
+	  Configuration file parser.
+
+	  https://github.com/williamh/dotconf
diff --git a/package/dotconf/dotconf.hash b/package/dotconf/dotconf.hash
new file mode 100644
index 0000000000..3233ea62c8
--- /dev/null
+++ b/package/dotconf/dotconf.hash
@@ -0,0 +1,3 @@
+# Locally calculated
+sha256  7f1ecf40de1ad002a065a321582ed34f8c14242309c3547ad59710ae3c805653  dotconf-1.3.tar.gz
+sha256  a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6  COPYING
diff --git a/package/dotconf/dotconf.mk b/package/dotconf/dotconf.mk
new file mode 100644
index 0000000000..26e78b3c7a
--- /dev/null
+++ b/package/dotconf/dotconf.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# dotconf
+#
+################################################################################
+
+DOTCONF_VERSION = 1.3
+DOTCONF_SITE = $(call github,williamh,dotconf,v$(DOTCONF_VERSION))
+DOTCONF_LICENSE = LGPL-2.1
+DOTCONF_LICENSE_FILES = COPYING
+DOTCONF_INSTALL_STAGING = YES
+# dotconf source code is released without configure script
+DOTCONF_AUTORECONF = YES
+
+$(eval $(autotools-package))
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v1] package/speechd: new package
  2023-01-06 21:08 [Buildroot] [PATCH v1] package/dotconf: new package Peter Seiderer
@ 2023-01-06 21:08 ` Peter Seiderer
  2023-02-17 13:46   ` Thomas Petazzoni via buildroot
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/qt5speech: " Peter Seiderer
  2023-02-17 13:32 ` [Buildroot] [PATCH v1] package/dotconf: " Thomas Petazzoni via buildroot
  2 siblings, 1 reply; 7+ messages in thread
From: Peter Seiderer @ 2023-01-06 21:08 UTC (permalink / raw)
  To: buildroot
  Cc: Giulio Benetti, Naumann Andreas, Julien Corjon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Notes/Todo:
  - double check license description against
    https://github.com/brailcom/speechd#license
  - maybe add SYSV init script
---
 package/Config.in            |  1 +
 package/speechd/Config.in    | 20 ++++++++++++++++++++
 package/speechd/speechd.hash |  5 +++++
 package/speechd/speechd.mk   | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)
 create mode 100644 package/speechd/Config.in
 create mode 100644 package/speechd/speechd.hash
 create mode 100644 package/speechd/speechd.mk

diff --git a/package/Config.in b/package/Config.in
index b9f04e9fd1..3c49edaefb 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -51,6 +51,7 @@ menu "Audio and video applications"
 	source "package/pipewire-media-session/Config.in"
 	source "package/pulseaudio/Config.in"
 	source "package/sox/Config.in"
+	source "package/speechd/Config.in"
 	source "package/squeezelite/Config.in"
 	source "package/tinycompress/Config.in"
 	source "package/tovid/Config.in"
diff --git a/package/speechd/Config.in b/package/speechd/Config.in
new file mode 100644
index 0000000000..8fdc452d19
--- /dev/null
+++ b/package/speechd/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_SPEECHD
+	bool "speechd"
+	depends on BR2_USE_WCHAR # libglib2
+	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+	depends on BR2_USE_MMU # libglib2
+	depends on !BR2_STATIC_LIBS
+	select BR2_PACKAGE_DOTCONF
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBSNDFILE
+	help
+	  Speech Dispatcher project provides a high-level device
+	  independent layer for access to speech synthesis through
+	  a simple, stable and well documented interface.
+
+	  https://freebsoft.org/speechd
+
+comment "speechd needs a toolchain w/ wchar, threads, dynamic library"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
+		BR2_STATIC_LIBS
diff --git a/package/speechd/speechd.hash b/package/speechd/speechd.hash
new file mode 100644
index 0000000000..4eb4cd09d2
--- /dev/null
+++ b/package/speechd/speechd.hash
@@ -0,0 +1,5 @@
+# Locally calculated
+sha256  628d4446894b47f0df099123924c1070180b5b5b09c5b637ebe80d8578fba92f  speechd-0.11.4.tar.gz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING.GPL-2
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING.GPL-3
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LGPL
diff --git a/package/speechd/speechd.mk b/package/speechd/speechd.mk
new file mode 100644
index 0000000000..0d43e4b6fb
--- /dev/null
+++ b/package/speechd/speechd.mk
@@ -0,0 +1,34 @@
+################################################################################
+#
+# speechd
+#
+################################################################################
+
+SPEECHD_VERSION = 0.11.4
+SPEECHD_SITE = $(call github,brailcom,speechd,$(SPEECHD_VERSION))
+SPEECHD_LICENSE = GPL-2.0+, GPL-3.0+ (buildsystem), LGPL-2.1+
+SPEECHD_LICENSE_FILES = COPYING.GPL-2 COPYING.GPL-3 COPYING.LGPL
+SPEECHD_INSTALL_STAGING = YES
+# speechd source code is released without configure script
+SPEECHD_AUTORECONF = YES
+SPEECHD_DEPENDENCIES = host-pkgconf dotconf libglib2 libsndfile
+
+# fix missing config.rpath (needed for autoreconf) in the codebase
+define SPEECHD_TOUCH_CONFIG_RPATH
+	touch $(@D)/config.rpath
+endef
+SPEECHD_PRE_CONFIGURE_HOOKS += SPEECHD_TOUCH_CONFIG_RPATH
+
+ifeq ($(BR2_PACKAGE_LIBTOOL),y)
+SPEECHD_DEPENDENCIES += libtool
+SPEECHD_CONF_OPTS += --with-libltdl
+else
+SPEECHD_CONF_OPTS += --without-libltdl
+endif
+
+define SPEECHD_INSTALL_INIT_SYSTEMD
+	$(INSTALL) -D -m 644 $(@D)/speech-dispatcherd.service \
+		$(TARGET_DIR)/usr/lib/systemd/system/speech-dispatcherd.service
+endef
+
+$(eval $(autotools-package))
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v1] package/qt5speech: new package
  2023-01-06 21:08 [Buildroot] [PATCH v1] package/dotconf: new package Peter Seiderer
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/speechd: " Peter Seiderer
@ 2023-01-06 21:08 ` Peter Seiderer
  2023-01-06 21:27   ` Peter Seiderer
  2023-02-17 13:48   ` Thomas Petazzoni via buildroot
  2023-02-17 13:32 ` [Buildroot] [PATCH v1] package/dotconf: " Thomas Petazzoni via buildroot
  2 siblings, 2 replies; 7+ messages in thread
From: Peter Seiderer @ 2023-01-06 21:08 UTC (permalink / raw)
  To: buildroot
  Cc: Giulio Benetti, Naumann Andreas, Julien Corjon, Thomas Petazzoni

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qt5/Config.in                |  1 +
 package/qt5/qt5speech/Config.in      | 12 ++++++++++++
 package/qt5/qt5speech/qt5speech.hash |  7 +++++++
 package/qt5/qt5speech/qt5speech.mk   | 23 +++++++++++++++++++++++
 4 files changed, 43 insertions(+)
 create mode 100644 package/qt5/qt5speech/Config.in
 create mode 100644 package/qt5/qt5speech/qt5speech.hash
 create mode 100644 package/qt5/qt5speech/qt5speech.mk

diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index 6dc9cfa148..f1b16ff39b 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -59,6 +59,7 @@ source "package/qt5/qt5scxml/Config.in"
 source "package/qt5/qt5sensors/Config.in"
 source "package/qt5/qt5serialbus/Config.in"
 source "package/qt5/qt5serialport/Config.in"
+source "package/qt5/qt5speech/Config.in"
 source "package/qt5/qt5svg/Config.in"
 source "package/qt5/qt5tools/Config.in"
 source "package/qt5/qt5virtualkeyboard/Config.in"
diff --git a/package/qt5/qt5speech/Config.in b/package/qt5/qt5speech/Config.in
new file mode 100644
index 0000000000..cebd06057e
--- /dev/null
+++ b/package/qt5/qt5speech/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_QT5SPEECH
+	bool "qt5speech"
+	help
+	  Qt is a cross-platform application and UI framework for
+	  developers using C++.
+
+	  Qt Speech enables support for accessibility features such as
+	  text-to-speech.
+
+	  For output optional enable flite or speechd.
+
+	  https://doc.qt.io/qt-5/qtspeech-index.html
diff --git a/package/qt5/qt5speech/qt5speech.hash b/package/qt5/qt5speech/qt5speech.hash
new file mode 100644
index 0000000000..595aac9f22
--- /dev/null
+++ b/package/qt5/qt5speech/qt5speech.hash
@@ -0,0 +1,7 @@
+# Locally calculated
+sha256  6d0794ab9d5286d04fbac2db44c00ed3306e569c876f84cfd91ac0e79c834b1e  qtspeech-d32f4a479d38a11f547598004b975f4356424a16.tar.bz2
+
+# Hashes for license files:
+sha256  6c3f3c31b93985f1b93bfbb35fb609d37281697d0efc220c9f91cf4b59eaabde  LICENSE.GPLv2
+sha256  75d800e60c8d58c2e7f0338e8552ea6123a9ce7e5dd8e1cdf2095e013b737488  LICENSE.LGPLv3
+sha256  ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d  LICENSE.FDL
diff --git a/package/qt5/qt5speech/qt5speech.mk b/package/qt5/qt5speech/qt5speech.mk
new file mode 100644
index 0000000000..8cf6fe19c1
--- /dev/null
+++ b/package/qt5/qt5speech/qt5speech.mk
@@ -0,0 +1,23 @@
+################################################################################
+#
+# qt5speech
+#
+################################################################################
+
+QT5SPEECH_VERSION = d32f4a479d38a11f547598004b975f4356424a16
+QT5SPEECH_SITE = $(QT5_SITE)/qtspeech/-/archive/$(QT5SPEECH_VERSION)
+QT5SPEECH_SOURCE = qtspeech-$(QT5SPEECH_VERSION).tar.bz2
+QT5SPEECH_INSTALL_STAGING = YES
+QT5SPEECH_LICENSE = GPL-2.0+ or LGPL-3.0, GFDL-1.3 (docs)
+QT5SPEECH_LICENSE_FILES = LICENSE.GPLv2 LICENSE.LGPLv3 LICENSE.FDL
+QT5SPEECH_SYNC_QT_HEADERS = YES
+
+ifeq ($(BR2_PACKAGE_FLITE),y)
+QT5SPEECH_DEPENDENCIES += flite
+endif
+
+ifeq ($(BR2_PACKAGE_SPEECHD),y)
+QT5SPEECH_DEPENDENCIES += speechd
+endif
+
+$(eval $(qmake-package))
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH v1] package/qt5speech: new package
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/qt5speech: " Peter Seiderer
@ 2023-01-06 21:27   ` Peter Seiderer
  2023-02-17 13:48   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Seiderer @ 2023-01-06 21:27 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Giulio Benetti, Julien Corjon, Naumann Andreas

Hello *,

the patches

  - [PATCH v1] package/dotconf: new package
  - [PATCH v1] package/speechd: new package
  - [PATCH v1] package/qt5speech: new package (this one)

should have been in one patch series (1/3, 2/3, 3/3)...

Regards,
Peter


On Fri,  6 Jan 2023 22:08:27 +0100, Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/qt5/Config.in                |  1 +
>  package/qt5/qt5speech/Config.in      | 12 ++++++++++++
>  package/qt5/qt5speech/qt5speech.hash |  7 +++++++
>  package/qt5/qt5speech/qt5speech.mk   | 23 +++++++++++++++++++++++
>  4 files changed, 43 insertions(+)
>  create mode 100644 package/qt5/qt5speech/Config.in
>  create mode 100644 package/qt5/qt5speech/qt5speech.hash
>  create mode 100644 package/qt5/qt5speech/qt5speech.mk
>
> diff --git a/package/qt5/Config.in b/package/qt5/Config.in
> index 6dc9cfa148..f1b16ff39b 100644
> --- a/package/qt5/Config.in
> +++ b/package/qt5/Config.in
> @@ -59,6 +59,7 @@ source "package/qt5/qt5scxml/Config.in"
>  source "package/qt5/qt5sensors/Config.in"
>  source "package/qt5/qt5serialbus/Config.in"
>  source "package/qt5/qt5serialport/Config.in"
> +source "package/qt5/qt5speech/Config.in"
>  source "package/qt5/qt5svg/Config.in"
>  source "package/qt5/qt5tools/Config.in"
>  source "package/qt5/qt5virtualkeyboard/Config.in"
> diff --git a/package/qt5/qt5speech/Config.in b/package/qt5/qt5speech/Config.in
> new file mode 100644
> index 0000000000..cebd06057e
> --- /dev/null
> +++ b/package/qt5/qt5speech/Config.in
> @@ -0,0 +1,12 @@
> +config BR2_PACKAGE_QT5SPEECH
> +	bool "qt5speech"
> +	help
> +	  Qt is a cross-platform application and UI framework for
> +	  developers using C++.
> +
> +	  Qt Speech enables support for accessibility features such as
> +	  text-to-speech.
> +
> +	  For output optional enable flite or speechd.
> +
> +	  https://doc.qt.io/qt-5/qtspeech-index.html
> diff --git a/package/qt5/qt5speech/qt5speech.hash b/package/qt5/qt5speech/qt5speech.hash
> new file mode 100644
> index 0000000000..595aac9f22
> --- /dev/null
> +++ b/package/qt5/qt5speech/qt5speech.hash
> @@ -0,0 +1,7 @@
> +# Locally calculated
> +sha256  6d0794ab9d5286d04fbac2db44c00ed3306e569c876f84cfd91ac0e79c834b1e  qtspeech-d32f4a479d38a11f547598004b975f4356424a16.tar.bz2
> +
> +# Hashes for license files:
> +sha256  6c3f3c31b93985f1b93bfbb35fb609d37281697d0efc220c9f91cf4b59eaabde  LICENSE.GPLv2
> +sha256  75d800e60c8d58c2e7f0338e8552ea6123a9ce7e5dd8e1cdf2095e013b737488  LICENSE.LGPLv3
> +sha256  ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d  LICENSE.FDL
> diff --git a/package/qt5/qt5speech/qt5speech.mk b/package/qt5/qt5speech/qt5speech.mk
> new file mode 100644
> index 0000000000..8cf6fe19c1
> --- /dev/null
> +++ b/package/qt5/qt5speech/qt5speech.mk
> @@ -0,0 +1,23 @@
> +################################################################################
> +#
> +# qt5speech
> +#
> +################################################################################
> +
> +QT5SPEECH_VERSION = d32f4a479d38a11f547598004b975f4356424a16
> +QT5SPEECH_SITE = $(QT5_SITE)/qtspeech/-/archive/$(QT5SPEECH_VERSION)
> +QT5SPEECH_SOURCE = qtspeech-$(QT5SPEECH_VERSION).tar.bz2
> +QT5SPEECH_INSTALL_STAGING = YES
> +QT5SPEECH_LICENSE = GPL-2.0+ or LGPL-3.0, GFDL-1.3 (docs)
> +QT5SPEECH_LICENSE_FILES = LICENSE.GPLv2 LICENSE.LGPLv3 LICENSE.FDL
> +QT5SPEECH_SYNC_QT_HEADERS = YES
> +
> +ifeq ($(BR2_PACKAGE_FLITE),y)
> +QT5SPEECH_DEPENDENCIES += flite
> +endif
> +
> +ifeq ($(BR2_PACKAGE_SPEECHD),y)
> +QT5SPEECH_DEPENDENCIES += speechd
> +endif
> +
> +$(eval $(qmake-package))

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH v1] package/dotconf: new package
  2023-01-06 21:08 [Buildroot] [PATCH v1] package/dotconf: new package Peter Seiderer
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/speechd: " Peter Seiderer
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/qt5speech: " Peter Seiderer
@ 2023-02-17 13:32 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-17 13:32 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Giulio Benetti, Julien Corjon, Naumann Andreas, buildroot

Hello Peter,

On Fri,  6 Jan 2023 22:08:25 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/Config.in            |  1 +
>  package/dotconf/Config.in    |  6 ++++++
>  package/dotconf/dotconf.hash |  3 +++
>  package/dotconf/dotconf.mk   | 15 +++++++++++++++
>  4 files changed, 25 insertions(+)
>  create mode 100644 package/dotconf/Config.in
>  create mode 100644 package/dotconf/dotconf.hash
>  create mode 100644 package/dotconf/dotconf.mk

I've applied after adding an entry in the DEVELOPERS file for this
package. I know you dropped yourself from the DEVELOPERS file in
September 2022, but apparently you're back, and for new packages, we
really want to have someone associated to them in the DEVELOPERS file
to take care of build issues. Hopefully you are fine with this.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH v1] package/speechd: new package
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/speechd: " Peter Seiderer
@ 2023-02-17 13:46   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-17 13:46 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Giulio Benetti, Julien Corjon, Naumann Andreas, buildroot

On Fri,  6 Jan 2023 22:08:26 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Notes/Todo:
>   - double check license description against
>     https://github.com/brailcom/speechd#license
>   - maybe add SYSV init script
> ---
>  package/Config.in            |  1 +
>  package/speechd/Config.in    | 20 ++++++++++++++++++++
>  package/speechd/speechd.hash |  5 +++++
>  package/speechd/speechd.mk   | 34 ++++++++++++++++++++++++++++++++++
>  4 files changed, 60 insertions(+)
>  create mode 100644 package/speechd/Config.in
>  create mode 100644 package/speechd/speechd.hash
>  create mode 100644 package/speechd/speechd.mk

Applied to master, after adding an entry in the DEVELOPERS file!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Buildroot] [PATCH v1] package/qt5speech: new package
  2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/qt5speech: " Peter Seiderer
  2023-01-06 21:27   ` Peter Seiderer
@ 2023-02-17 13:48   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-17 13:48 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Giulio Benetti, Julien Corjon, Naumann Andreas, buildroot

On Fri,  6 Jan 2023 22:08:27 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/qt5/Config.in                |  1 +
>  package/qt5/qt5speech/Config.in      | 12 ++++++++++++
>  package/qt5/qt5speech/qt5speech.hash |  7 +++++++
>  package/qt5/qt5speech/qt5speech.mk   | 23 +++++++++++++++++++++++
>  4 files changed, 43 insertions(+)
>  create mode 100644 package/qt5/qt5speech/Config.in
>  create mode 100644 package/qt5/qt5speech/qt5speech.hash
>  create mode 100644 package/qt5/qt5speech/qt5speech.mk

Applied to master after adding an entry to the DEVELOPERS file. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-17 13:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 21:08 [Buildroot] [PATCH v1] package/dotconf: new package Peter Seiderer
2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/speechd: " Peter Seiderer
2023-02-17 13:46   ` Thomas Petazzoni via buildroot
2023-01-06 21:08 ` [Buildroot] [PATCH v1] package/qt5speech: " Peter Seiderer
2023-01-06 21:27   ` Peter Seiderer
2023-02-17 13:48   ` Thomas Petazzoni via buildroot
2023-02-17 13:32 ` [Buildroot] [PATCH v1] package/dotconf: " Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.