diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-11-13 10:00:07 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-11-13 10:00:07 +0100 |
commit | cd154d93e1a5509b4694ca35fff170740c20554b (patch) | |
tree | e8768fdb48b4cf15dff12456a7c68334afca9b36 /media-sound/guitarix | |
parent | media-libs/suil: removed obsolete 0.10.6 (diff) | |
download | gentoo-cd154d93e1a5509b4694ca35fff170740c20554b.tar.gz gentoo-cd154d93e1a5509b4694ca35fff170740c20554b.tar.bz2 gentoo-cd154d93e1a5509b4694ca35fff170740c20554b.zip |
media-sound/guitarix: removed obsolete 0.39.0 & 0.40.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/guitarix')
-rw-r--r-- | media-sound/guitarix/Manifest | 2 | ||||
-rw-r--r-- | media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch | 26 | ||||
-rw-r--r-- | media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch | 24 | ||||
-rw-r--r-- | media-sound/guitarix/guitarix-0.39.0.ebuild | 77 | ||||
-rw-r--r-- | media-sound/guitarix/guitarix-0.40.0.ebuild | 85 |
5 files changed, 0 insertions, 214 deletions
diff --git a/media-sound/guitarix/Manifest b/media-sound/guitarix/Manifest index e7afd4cf70a3..5b7603f1c81f 100644 --- a/media-sound/guitarix/Manifest +++ b/media-sound/guitarix/Manifest @@ -1,3 +1 @@ -DIST guitarix2-0.39.0.tar.xz 80769472 BLAKE2B a699545b7e4a9992ed11a17ee9f82170c1891a95a0543c3b847ff2a02ab4e6597c28cbb4708f85022b1e94f0184b6dc712c271729bdda07373101ea9e8a1323f SHA512 5eb799498385ab9aa865e3f5a7e79d77f7f62c9bd7ad6875ec32bdec85829ed5b84bed3b0eab786ce74088fe2e1d53080f70afcb25ab1ef8d8f78a676b4947df -DIST guitarix2-0.40.0.tar.xz 70880548 BLAKE2B 08d849d15fcfaa26e6eacb5480e8ea28a86e94f2c28969abc00c479c2f8c31ecb80cd4e02f0244f2ead26d687ff90dcdb9027a5c7ad448cf1241d69ab56d2521 SHA512 902e4d924cae68a477518cb87d7b63edb8716db93e11add921e733c315f2646652fb1b434d182e836e1e866035cabe22a41d8dc66df0b6156b5242cdd31d51e8 DIST guitarix2-0.41.0.tar.xz 70865716 BLAKE2B d3caa51f297153c16df624ababaffc1405ddb10f04ae01672720bb2229d4be3426b33f75021b1862f996fb09466eaad008f748b42cb8382f08d14e23758cfc9b SHA512 27fe6f2b87c8913feafae1c17472150d37df46ed3437b033cd22f509edf67420fb8f4024e404d5bec901a687dbe948acda702bf37cb0c738feb5b3b8e5ebb8aa diff --git a/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch b/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch deleted file mode 100644 index f64a21f26b51..000000000000 --- a/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch +++ /dev/null @@ -1,26 +0,0 @@ -From fc3e0b4754425bb262c8bcfd24cd345dd10e8d60 Mon Sep 17 00:00:00 2001 -From: brummer10 <brummer-@web.de> -Date: Fri, 5 Jun 2020 06:41:30 +0200 -Subject: [PATCH] Fix issue #104 lv2 plugins contains executable stack, patch - by Alexander Tsoy - ---- - trunk/src/LV2/xputty/resources/wscript | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/LV2/xputty/resources/wscript b/src/LV2/xputty/resources/wscript -index a2f0402c..3c383393 100644 ---- a/src/LV2/xputty/resources/wscript -+++ b/src/LV2/xputty/resources/wscript -@@ -41,7 +41,7 @@ def img2obj(task): - src = " ".join(["'%s'" % os.path.splitext(v.name)[0] for v in task.inputs[0:]]) - cmd = ("cd src/LV2/xputty/resources/ \ - && for f in %s; do\ -- %s -r -b binary ${f}.png -o ${f}.o; \ -+ %s -r -b binary -z noexecstack ${f}.png -o ${f}.o; \ - done " % (src, env.LD[0]) ) - # Logs.debug("runner: system command -> %s" % cmd) - ret = task.exec_command(cmd, shell=True) --- -2.26.2 - diff --git a/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch b/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch deleted file mode 100644 index 2bc77f443b16..000000000000 --- a/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 3dd1e0a8ea7db95b76a7b38e27a9b54d6fe75c76 Mon Sep 17 00:00:00 2001 -From: Alexander Tsoy <alexander@tsoy.me> -Date: Fri, 5 Jun 2020 17:21:10 +0300 -Subject: [PATCH] Do not strip lv2 plugins - ---- - trunk/wscript | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/wscript b/wscript -index 2699325f..f2d8f86d 100644 ---- a/wscript -+++ b/wscript -@@ -375,7 +375,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.env['LADSPA'] = opt.ladspa - conf.env['NEW_LADSPA'] = opt.new_ladspa --- -2.26.2 - diff --git a/media-sound/guitarix/guitarix-0.39.0.ebuild b/media-sound/guitarix/guitarix-0.39.0.ebuild deleted file mode 100644 index 688596340430..000000000000 --- a/media-sound/guitarix/guitarix-0.39.0.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) -PYTHON_REQ_USE='threads(+)' - -inherit python-any-r1 waf-utils xdg - -MY_P="${PN}2-${PV}" - -DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="https://guitarix.org/" -SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="bluetooth debug lv2 nls +standalone zeroconf" -REQUIRED_USE="|| ( lv2 standalone )" - -COMMON_DEPEND="dev-cpp/eigen:3 - dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-libs/glib:2 - >=media-libs/libsndfile-1.0.17 - >=media-libs/zita-convolver-3:= - media-libs/zita-resampler - >=net-misc/curl-7.26.0 - >=sci-libs/fftw-3.1.2:3.0= - x11-libs/gtk+:2 - lv2? ( media-libs/lv2 ) - standalone? ( - dev-libs/boost:= - media-libs/liblrdf - media-libs/lilv - virtual/jack - bluetooth? ( net-wireless/bluez ) - zeroconf? ( net-dns/avahi ) - ) -" -# clearlooks gtk engine and roboto fonts are required for correct ui rendering -RDEPEND="${COMMON_DEPEND} - x11-themes/gtk-engines - standalone? ( - media-fonts/roboto - ) -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig - nls? ( dev-util/intltool ) -" - -DOCS=( changelog README ) - -src_configure() { - local myconf=( - --cxxflags-debug="" - --cxxflags-release="-DNDEBUG" - --ldflags="${LDFLAGS}" - --enable-lfs - --lib-dev - --no-desktop-update - --no-faust - --no-ldconfig - --shared-lib - $(use_enable nls) - $(usex bluetooth "" "--no-bluez") - $(usex debug "--debug" "") - $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui") - $(usex standalone "" "--no-standalone") - $(usex zeroconf "" "--no-avahi") - ) - waf-utils_src_configure "${myconf[@]}" -} diff --git a/media-sound/guitarix/guitarix-0.40.0.ebuild b/media-sound/guitarix/guitarix-0.40.0.ebuild deleted file mode 100644 index 7a7c6a6d4525..000000000000 --- a/media-sound/guitarix/guitarix-0.40.0.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) -PYTHON_REQ_USE='threads(+)' - -inherit python-any-r1 waf-utils xdg - -MY_P="${PN}2-${PV}" - -DESCRIPTION="Virtual guitar amplifier for Linux" -HOMEPAGE="https://guitarix.org/" -SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="bluetooth debug lv2 nls +standalone zeroconf" -REQUIRED_USE="|| ( lv2 standalone )" - -COMMON_DEPEND="dev-cpp/eigen:3 - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib:2 - >=media-libs/libsndfile-1.0.17 - >=media-libs/zita-convolver-3:= - media-libs/zita-resampler - >=net-misc/curl-7.26.0 - >=sci-libs/fftw-3.1.2: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 ) - zeroconf? ( net-dns/avahi ) - ) -" -# roboto fonts are required for correct ui rendering -RDEPEND="${COMMON_DEPEND} - standalone? ( - media-fonts/roboto - ) -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - dev-lang/sassc - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - ) -" - -DOCS=( changelog README ) - -PATCHES=( - "${FILESDIR}"/${P}-noexecstack.patch - "${FILESDIR}"/${P}-nostrip.patch -) - -src_configure() { - local myconf=( - --cxxflags-debug="" - --cxxflags-release="-DNDEBUG" - --ldflags="${LDFLAGS}" - --enable-lfs - --lib-dev - --no-desktop-update - --no-faust - --no-ldconfig - --shared-lib - $(use_enable nls) - $(usex bluetooth "" "--no-bluez") - $(usex debug "--debug" "") - $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui") - $(usex standalone "" "--no-standalone") - $(usex zeroconf "" "--no-avahi") - ) - waf-utils_src_configure "${myconf[@]}" -} |