diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-17 22:06:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-17 22:06:55 +0000 |
| commit | 9975fab92df0a33f9350e366d99da941448a8cd3 (patch) | |
| tree | afc356f0b20ca724a67f702bd46a30c9368ceee1 /media-libs/lvtk | |
| parent | 15db2eae1898fcc096a21bc5cd1e750439070b75 (diff) | |
| download | baldeagleos-repo-9975fab92df0a33f9350e366d99da941448a8cd3.tar.gz baldeagleos-repo-9975fab92df0a33f9350e366d99da941448a8cd3.tar.xz baldeagleos-repo-9975fab92df0a33f9350e366d99da941448a8cd3.zip | |
Adding metadata
Diffstat (limited to 'media-libs/lvtk')
| -rw-r--r-- | media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch | 13 | ||||
| -rw-r--r-- | media-libs/lvtk/lvtk-1.2.0-r3.ebuild | 75 |
2 files changed, 0 insertions, 88 deletions
diff --git a/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch b/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch deleted file mode 100644 index 8a32358852c3..000000000000 --- a/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch +++ /dev/null @@ -1,13 +0,0 @@ -Prevent underlinking issues due to recent boost versions requiring boost::system -See also: https://bugs.gentoo.org/show_bug.cgi?id=579398 - ---- lvtk-1.2.0/wscript -+++ lvtk-1.2.0/wscript -@@ -71,6 +71,7 @@ - atleast_version="2.20.0", mandatory=False) - - # Setup the Environment -+ conf.env.LIB_BOOST = ['boost_system'] - conf.env.EXAMPLES_DISABLED = conf.options.disable_examples - conf.env.TOOLS_DISABLED = conf.options.disable_tools - conf.env.UI_DISABLED = conf.options.disable_ui diff --git a/media-libs/lvtk/lvtk-1.2.0-r3.ebuild b/media-libs/lvtk/lvtk-1.2.0-r3.ebuild deleted file mode 100644 index 69a9244e4ef0..000000000000 --- a/media-libs/lvtk/lvtk-1.2.0-r3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -PYTHON_REQ_USE="threads(+)" - -inherit dot-a python-any-r1 waf-utils - -WAF_VER=2.0.20 - -DESCRIPTION="A set of C++ wrappers around the LV2 C API" -HOMEPAGE="https://lvtk.org/" -SRC_URI="https://github.com/lvtk/lvtk/archive/${PV}.tar.gz -> ${P}.tar.gz - https://waf.io/waf-${WAF_VER}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug doc examples +gtk2 +tools" - -RDEPEND=" - media-libs/lv2 - dev-libs/boost - gtk2? ( dev-cpp/gtkmm:2.4 ) -" -DEPEND=" - ${RDEPEND} - doc? ( app-text/doxygen - media-gfx/graphviz ) -" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${P}-boost-system-underlinking.patch" - "${FILESDIR}/${P}-py3.patch" -) - -src_unpack() { - unpack ${P}.tar.gz || die - - # we need newer version of waf to work with py3 - cp "${DISTDIR}/waf-${WAF_VER}" "${S}/waf" || die -} - -src_configure() { - lto-guarantee-fat - - local mywafconfargs=( - "--docdir=${EPREFIX}/usr/share/doc/${PF}" - "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" - ) - use debug && mywafconfargs+=( "--debug" ) - use doc && mywafconfargs+=( "--docs" ) - use examples || mywafconfargs+=( "--disable-examples" ) - use tools || mywafconfargs+=( "--disable-tools" ) - use gtk2 || mywafconfargs+=( "--disable-ui" ) - waf-utils_src_configure ${mywafconfargs[@]} -} - -src_install() { - waf-utils_src_install - - strip-lto-bytecode - - # It does not respect docdir properly, reported upstream - if use doc; then - mv "${ED}/usr/share/doc/${PF}/lvtk-1/html" "${ED}/usr/share/doc/${PF}/html" || die - rmdir "${ED}/usr/share/doc/${PF}/lvtk-1" || die - fi -} |
