commit: 746d133e62ee487d6aa2647a37e3dfd42f29f2d5 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Mon Jan 19 08:51:51 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jan 20 17:19:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746d133e
media-sound/guitarix: remove old Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Part-of: https://github.com/gentoo/gentoo/pull/45438 Closes: https://github.com/gentoo/gentoo/pull/45438 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../guitarix/files/guitarix-0.47.0-nostrip.patch | 36 --------- media-sound/guitarix/guitarix-0.47.0.ebuild | 92 ---------------------- 2 files changed, 128 deletions(-) diff --git a/media-sound/guitarix/files/guitarix-0.47.0-nostrip.patch b/media-sound/guitarix/files/guitarix-0.47.0-nostrip.patch deleted file mode 100644 index e6370ef23305..000000000000 --- a/media-sound/guitarix/files/guitarix-0.47.0-nostrip.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/waftools/lv2.py -+++ b/waftools/lv2.py -@@ -40,10 +40,7 @@ def lv2_add_common(tg, target, install_path, defines=None, linkflags=None, cxxfl - @Configure.conf - def lv2(bld, *k, **kw): - lv2_base, dst = get_lv2_base(bld, kw) -- strip = '' -- if not bld.options.debug: -- strip = 'strip' -- tg = bld.shlib(features=strip, *k, **kw) -+ tg = bld.shlib(*k, **kw) - cxxflags = [] - if not bld.env['OPT'] and bld.env['SSE2']: - cxxflags = [ "-msse2", "-mfpmath=sse"] -@@ -60,10 +57,7 @@ def lv2_gui(bld, *k, **kw): - if not bld.env['LV2GUI']: - return None - lv2_base, dst = get_lv2_base(bld, kw) -- strip = '' -- if not bld.options.debug: -- strip = 'strip' -- tg = bld.shlib(features=strip, *k, **kw) -+ tg = bld.shlib(*k, **kw) - lv2_add_common(tg, lv2_base+'_gui', dst, ["LV2_GUI"], bld.env['OS_LV2_CXXFLAGS']) - return tg - ---- a/wscript -+++ b/wscript -@@ -404,7 +404,6 @@ def configure(conf): - conf.env['DESKAPPS_DIR'] = os.path.normpath(os.path.join(conf.env['SHAREDIR'], 'applications')) - conf.env['BIN_NAME'] = APPNAME - if opt.lv2: -- conf.gxload('strip') - conf.gxload('lv2') - - conf.gxload('cpu_optimization') diff --git a/media-sound/guitarix/guitarix-0.47.0.ebuild b/media-sound/guitarix/guitarix-0.47.0.ebuild deleted file mode 100644 index 1c62d20b6223..000000000000 --- a/media-sound/guitarix/guitarix-0.47.0.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE='threads(+)' - -inherit multiprocessing python-any-r1 waf-utils xdg - -DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="https://guitarix.org/" -SRC_URI="https://github.com/brummer10/${PN}/releases/download/V${PV}/guitarix2-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" -REQUIRED_USE="|| ( lv2 standalone )" - -DEPEND=" - dev-cpp/eigen:3 - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib:2 - media-libs/libsndfile - media-libs/zita-convolver:= - media-libs/zita-resampler - net-misc/curl - sci-libs/fftw:3.0= - x11-libs/gtk+:3 - lv2? ( media-libs/lv2 ) - standalone? ( - dev-libs/boost:= - media-libs/liblrdf - media-libs/lilv - virtual/jack - bluetooth? ( net-wireless/bluez ) - nsm? ( media-libs/liblo ) - zeroconf? ( net-dns/avahi ) - ) -" -# roboto fonts are required for correct ui rendering -RDEPEND=" - ${DEPEND} - standalone? ( - media-fonts/roboto - ) -" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig - standalone? ( - dev-lang/sassc - nls? ( - dev-util/intltool - sys-devel/gettext - ) - ) -" - -DOCS=( changelog README ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.47.0-nostrip.patch -) - -src_configure() { - export -n {CXX,LD}FLAGS - - local myconf=( - --cxxflags="${CXXFLAGS}" - --cxxflags-debug="" - --cxxflags-release="-DNDEBUG" - --ldflags="${LDFLAGS}" - --enable-lfs - --lib-dev - --no-desktop-update - --no-faust - --no-ldconfig - --shared-lib - --jobs=$(makeopts_jobs) - $(use_enable nls) - $(usex bluetooth "" "--no-bluez") - $(usex debug "--debug" "") - $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui") - $(usex nsm "" "--no-nsm") - $(usex standalone "" "--no-standalone") - $(usex zeroconf "" "--no-avahi") - ) - waf-utils_src_configure "${myconf[@]}" -}
