diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-21 19:49:14 -0500 |
| commit | e96e88fa0d43a67ac8a6eda8bc6819000d1604f4 (patch) | |
| tree | 60e8906df2f4fcee674fd28f7c16c33fee5dc1b9 /net-libs | |
| parent | c9507d3d8ce89d8bdf4e6a04c8c7511523082acc (diff) | |
| download | baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.gz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.tar.xz baldeagleos-repo-e96e88fa0d43a67ac8a6eda8bc6819000d1604f4.zip | |
Adding metadata
Diffstat (limited to 'net-libs')
| -rw-r--r-- | net-libs/libosmo-dsp/files/libosmo-dsp-0.5.0-use-mathjax.patch | 15 | ||||
| -rw-r--r-- | net-libs/libosmo-dsp/libosmo-dsp-0.5.0-r1.ebuild (renamed from net-libs/libosmo-dsp/libosmo-dsp-0.5.0.ebuild) | 8 | ||||
| -rw-r--r-- | net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild | 8 |
3 files changed, 27 insertions, 4 deletions
diff --git a/net-libs/libosmo-dsp/files/libosmo-dsp-0.5.0-use-mathjax.patch b/net-libs/libosmo-dsp/files/libosmo-dsp-0.5.0-use-mathjax.patch new file mode 100644 index 000000000000..61fdfec22c0a --- /dev/null +++ b/net-libs/libosmo-dsp/files/libosmo-dsp-0.5.0-use-mathjax.patch @@ -0,0 +1,15 @@ +# use MathJAX to generate formulas instead of LaTeX +# bug #981926 +diff --git a/Doxyfile.in b/Doxyfile.in +index 6c50068..4ab1cc4 100644 +--- a/Doxyfile.in ++++ b/Doxyfile.in +@@ -1120,7 +1120,7 @@ FORMULA_TRANSPARENT = YES + # output. When enabled you also need to install MathJax separately and + # configure the path to it using the MATHJAX_RELPATH option. + +-USE_MATHJAX = NO ++USE_MATHJAX = YES + + # When MathJax is enabled you need to specify the location relative to the + # HTML output directory using the MATHJAX_RELPATH option. The destination diff --git a/net-libs/libosmo-dsp/libosmo-dsp-0.5.0.ebuild b/net-libs/libosmo-dsp/libosmo-dsp-0.5.0-r1.ebuild index 876122fefcba..9ce190bd28aa 100644 --- a/net-libs/libosmo-dsp/libosmo-dsp-0.5.0.ebuild +++ b/net-libs/libosmo-dsp/libosmo-dsp-0.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,10 +23,14 @@ IUSE="doc static-libs" RDEPEND="sci-libs/fftw:3.0=" DEPEND="${RDEPEND}" BDEPEND=" - doc? ( app-text/doxygen ) + doc? ( + app-text/doxygen + dev-libs/mathjax ) virtual/pkgconfig " +PATCHES=( "${FILESDIR}"/${PN}-${PV}-use-mathjax.patch ) + src_prepare() { default eautoreconf diff --git a/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild b/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild index f0eae5d1ee4e..60c3e7ce6f7b 100644 --- a/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild +++ b/net-libs/libosmo-dsp/libosmo-dsp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,10 +23,14 @@ IUSE="doc static-libs" RDEPEND="sci-libs/fftw:3.0=" DEPEND="${RDEPEND}" BDEPEND=" - doc? ( app-text/doxygen ) + doc? ( + app-text/doxygen + dev-libs/mathjax ) virtual/pkgconfig " +PATCHES=( "${FILESDIR}"/${PN}-${PV}-use-mathjax.patch ) + src_prepare() { default eautoreconf |
