public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/
@ 2022-02-07  8:02 Miroslav Šulc
  0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2022-02-07  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     53427488a3a6df7745e8235bf6c17ed3fd49734c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Feb  7 06:23:44 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 08:01:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53427488

media-sound/guitarix: remove unused patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24103
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../files/guitarix-0.42.1-fix-build-with-glib-2.68.patch    | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch b/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch
deleted file mode 100644
index 345f5e9a0aab..000000000000
--- a/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/headers/gx_system.h b/src/headers/gx_system.h
-index d334ecfc..88d97567 100644
---- a/src/headers/gx_system.h
-+++ b/src/headers/gx_system.h
-@@ -132,7 +132,7 @@ inline T *atomic_get(T*& p) {
- 
- template <class T>
- inline bool atomic_compare_and_exchange(T **p, T *oldv, T *newv) {
--    return g_atomic_pointer_compare_and_exchange(reinterpret_cast<void* volatile*>(p), static_cast<void*>(oldv), newv);
-+    return g_atomic_pointer_compare_and_exchange(reinterpret_cast<void**>(p), static_cast<void*>(oldv), newv);
- }
- 
- 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/
@ 2023-06-20  6:26 Miroslav Šulc
  0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2023-06-20  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7a2e332d9df2f50f9a02693608b262663219ebe4
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 06:19:38 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 06:19:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2e332d

media-sound/guitarix/files: scrubbed patches

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/guitarix/files/guitarix-0.41.0-nostrip.patch         | 9 ---------
 media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch          | 6 ------
 media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch          | 6 ------
 .../guitarix/files/guitarix-0.44.1-zita-resampler-1.10.patch     | 6 ------
 4 files changed, 27 deletions(-)

diff --git a/media-sound/guitarix/files/guitarix-0.41.0-nostrip.patch b/media-sound/guitarix/files/guitarix-0.41.0-nostrip.patch
index 03850a8acb03..74ac61950671 100644
--- a/media-sound/guitarix/files/guitarix-0.41.0-nostrip.patch
+++ b/media-sound/guitarix/files/guitarix-0.41.0-nostrip.patch
@@ -3,13 +3,6 @@ From: Alexander Tsoy <alexander@tsoy.me>
 Date: Fri, 5 Jun 2020 17:21:10 +0300
 Subject: [PATCH] Do not strip lv2 plugins
 
----
- waftools/lv2.py | 4 ++--
- wscript         | 1 -
- 2 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/waftools/lv2.py b/waftools/lv2.py
-index 7397f6b7..256d52b1 100644
 --- a/waftools/lv2.py
 +++ b/waftools/lv2.py
 @@ -40,7 +40,7 @@ def lv2_add_common(tg, target, install_path, defines=None, linkflags=None, cxxfl
@@ -30,8 +23,6 @@ index 7397f6b7..256d52b1 100644
      lv2_add_common(tg, lv2_base+'_gui', dst, ["LV2_GUI"], ['-fvisibility=hidden','-Wl,-z,relro,-z,now','-Wl,--exclude-libs,ALL'])
      return tg
  
-diff --git a/wscript b/wscript
-index 3e2114d3..0d49cd16 100644
 --- a/wscript
 +++ b/wscript
 @@ -375,7 +375,6 @@ def configure(conf):

diff --git a/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch b/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch
index 34a8bc68c824..f419c2ed7ce7 100644
--- a/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch
+++ b/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch
@@ -4,12 +4,6 @@ Date: Wed, 11 Jan 2023 18:55:36 -0500
 Subject: [PATCH] waf: python 3.11 removed the 'U' open mode
 
 Python3 deprecated it already by making this the default behaviour.
----
- trunk/wscript | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/trunk/wscript b/trunk/wscript
-index 947fd3d1..3f1f5cf3 100644
 --- a/wscript
 +++ b/wscript
 @@ -537,7 +537,7 @@ def sub_file(task):

diff --git a/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch b/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch
index ac7324963c26..6f581521de33 100644
--- a/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch
+++ b/media-sound/guitarix/files/guitarix-0.44.1-gcc-13.patch
@@ -9,12 +9,6 @@ other standard headers.
 
 See also -
   https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HLHKK7P5RB3BLQ5CV4STJGUYBFPC2VTB/
----
- src/LV2/DSP/gx_common.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/LV2/DSP/gx_common.h b/src/LV2/DSP/gx_common.h
-index 71108442..132a6839 100644
 --- a/src/LV2/DSP/gx_common.h
 +++ b/src/LV2/DSP/gx_common.h
 @@ -22,7 +22,7 @@

diff --git a/media-sound/guitarix/files/guitarix-0.44.1-zita-resampler-1.10.patch b/media-sound/guitarix/files/guitarix-0.44.1-zita-resampler-1.10.patch
index 1eed9bafda27..fe13dc9f0464 100644
--- a/media-sound/guitarix/files/guitarix-0.44.1-zita-resampler-1.10.patch
+++ b/media-sound/guitarix/files/guitarix-0.44.1-zita-resampler-1.10.patch
@@ -6,12 +6,6 @@ Subject: [PATCH] Fix major version detection of zita-resampler >=1.10
 https://github.com/brummer10/guitarix/pull/129
 
 Fixes #122
----
- waftools/zita-resampler.py | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/waftools/zita-resampler.py b/waftools/zita-resampler.py
-index 1cd49a2a..ba5bbc7c 100644
 --- a/waftools/zita-resampler.py
 +++ b/waftools/zita-resampler.py
 @@ -18,10 +18,11 @@ def configure(conf):


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/
@ 2024-05-26 21:31 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-05-26 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f51f54f6a8b1c3d5dc8a012834294445541381
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 26 08:55:35 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:29:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f51f54

media-sound/guitarix: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../guitarix/files/guitarix-0.45.0-fix-flto.patch  | 11 --------
 .../guitarix/files/guitarix-0.45.0-nostrip.patch   | 30 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/media-sound/guitarix/files/guitarix-0.45.0-fix-flto.patch b/media-sound/guitarix/files/guitarix-0.45.0-fix-flto.patch
deleted file mode 100644
index 8f832da0c102..000000000000
--- a/media-sound/guitarix/files/guitarix-0.45.0-fix-flto.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/waftools/cpu_optimization.py
-+++ b/waftools/cpu_optimization.py
-@@ -168,7 +168,7 @@ def configure(conf):
-             conf.env['OPT'] = False
-             cpu_model = append_optimization_flags(conf, cxxflags)
- 
--    if '-flto' in cxxflags:
-+    if any(x.startswith('-flto') for x in cxxflags):
-         conf.env['LTO'] = True
-         cxxflags.append ("-ffat-lto-objects")
- 

diff --git a/media-sound/guitarix/files/guitarix-0.45.0-nostrip.patch b/media-sound/guitarix/files/guitarix-0.45.0-nostrip.patch
deleted file mode 100644
index e26256ae7aa0..000000000000
--- a/media-sound/guitarix/files/guitarix-0.45.0-nostrip.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/waftools/lv2.py
-+++ b/waftools/lv2.py
-@@ -40,7 +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)
--    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"]
-@@ -57,7 +57,7 @@ def lv2_gui(bld, *k, **kw):
-     if not bld.env['LV2GUI']:
-         return None
-     lv2_base, dst = get_lv2_base(bld, kw)
--    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
-@@ -418,7 +418,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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-26 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20  6:26 [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:31 Conrad Kostecki
2022-02-07  8:02 Miroslav Šulc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox