commit: 9dd6c41be7473ca2655b88fb7c66a9629ed1b573 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Sep 6 09:50:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 14:28:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd6c41b
media-radio/flmsg: add 4.0.24 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/43689 Closes: https://github.com/gentoo/gentoo/pull/43689 Signed-off-by: Sam James <sam <AT> gentoo.org> media-radio/flmsg/Manifest | 1 + media-radio/flmsg/files/flmsg-4.0.24-pthread.patch | 17 +++++++++++++++ media-radio/flmsg/flmsg-4.0.24.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/media-radio/flmsg/Manifest b/media-radio/flmsg/Manifest index c68b63631bf9..acfba9536cf6 100644 --- a/media-radio/flmsg/Manifest +++ b/media-radio/flmsg/Manifest @@ -1 +1,2 @@ DIST flmsg-4.0.23.tar.gz 838006 BLAKE2B 98c343ace7b0318d6d4c071a82936b67a5ec462dc4e3128c3215f86e9adda0bd7979191c873452335e6fa2366945303e1732f0af7a5be52dbf8859d7f86158e2 SHA512 b7d8ff15370b456df605a07d263ffe39df7b21edf390b1c3850550bf871443fb77e3a00aaa32407a5d2016fb8d92d52b451d22750135c145ddbdf970aebc6730 +DIST flmsg-4.0.24.tar.gz 839206 BLAKE2B 96901adaa4bd2a8700ea6c38eebbd3c3b1ce1895a69f799fb45820dca834259fa823239faab5abb720ae8dd55fa16fdfd2e14a2550515536dc78538fef0c7d80 SHA512 cb34939a61344ebbc21d004e5c6d4d01f0b1b21e596c7542a1558232fbfd15efc035fa4d3fac1e1a5359e83649fdc83a95c9796d0fac80e5afc4c580b49a920b diff --git a/media-radio/flmsg/files/flmsg-4.0.24-pthread.patch b/media-radio/flmsg/files/flmsg-4.0.24-pthread.patch new file mode 100644 index 000000000000..104e97797b09 --- /dev/null +++ b/media-radio/flmsg/files/flmsg-4.0.24-pthread.patch @@ -0,0 +1,17 @@ +commit 35f2afbc88f0cd92b270101b5e9f833f3156ed3c +Author: Mario Haustein <[email protected]> +Date: Sat Sep 6 11:38:02 2025 +0200 +Upstream: https://sourceforge.net/p/fldigi/flmsg/merge-requests/2/ + + add missing header + +--- a/src/widgets/font_browser.cxx ++++ b/src/widgets/font_browser.cxx +@@ -33,6 +33,7 @@ + #include <string> + #include <cstdio> + #include <stdint.h> ++#include <pthread.h> + + #include <FL/Fl.H> + #include <FL/Fl_Color_Chooser.H> diff --git a/media-radio/flmsg/flmsg-4.0.24.ebuild b/media-radio/flmsg/flmsg-4.0.24.ebuild new file mode 100644 index 000000000000..6c6194e16168 --- /dev/null +++ b/media-radio/flmsg/flmsg-4.0.24.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Fldigi helper for creating radiograms" +HOMEPAGE="https://www.w1hkj.org" +SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-radio/fldigi + x11-libs/fltk:= + x11-libs/libX11:=" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog INSTALL README ) + +PATCHES=( + "${FILESDIR}/${P}-pthread.patch" +)
