Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] audacity: update to 3.3.3.
@ 2023-06-27 15:34 jason1987d
  2023-06-27 15:56 ` jason1987d
  2023-06-27 16:53 ` [PR PATCH] [Closed]: " jason1987d
  0 siblings, 2 replies; 3+ messages in thread
From: jason1987d @ 2023-06-27 15:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

There is a new pull request by jason1987d against master on the void-packages repository

https://github.com/jason1987d/void-packages audacity
https://github.com/void-linux/void-packages/pull/44662

[WIP] audacity: update to 3.3.3.
<!--
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

This package audacity has been not only severly out of date, it's also orphaned. Running into error in compilation that is unclear about how to fix it, other than possibly packaging vst3sdk ?

A patch file from https://github.com/void-linux/void-packages/pull/44662.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-audacity-44662.patch --]
[-- Type: text/x-diff, Size: 30893 bytes --]

From f6e2c04cd98fb26ae8633aa0e680aa2c685bbdfe Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Tue, 27 Jun 2023 09:46:53 -0500
Subject: [PATCH] audacity: update to 3.3.3.

---
 srcpkgs/audacity/patches/configure.patch | 756 -----------------------
 srcpkgs/audacity/template                |  52 +-
 2 files changed, 28 insertions(+), 780 deletions(-)
 delete mode 100644 srcpkgs/audacity/patches/configure.patch

diff --git a/srcpkgs/audacity/patches/configure.patch b/srcpkgs/audacity/patches/configure.patch
deleted file mode 100644
index 50a29a26f888..000000000000
--- a/srcpkgs/audacity/patches/configure.patch
+++ /dev/null
@@ -1,756 +0,0 @@
-configure uses AC_CHECK_FILE to test for file existence which is
-cross incompatible. Changed it to simple if/else statements.
-
---- a/configure	2017-10-26 19:44:39.000000000 +0200
-+++ b/configure	2017-11-09 21:23:45.099433701 +0100
-@@ -20200,29 +20200,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/expat/lib/expat.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/expat/lib/expat.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/expat/lib/expat.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/expat/lib/expat.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  EXPAT_LOCAL_AVAILABLE="yes"
--else
--  EXPAT_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/expat/lib/expat.h"; then
-+                 EXPAT_LOCAL_AVAILABLE="yes"
-+   else
-+                 EXPAT_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$EXPAT_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: Expat libraries are available in the local tree" >&5
-@@ -20455,53 +20437,17 @@
- $as_echo "$as_me: FFmpeg library NOT available as system library" >&6;}
-    fi
- 
--         as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/ffmpeg/libavcodec/avcodec.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/ffmpeg/libavcodec/avcodec.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/ffmpeg/libavcodec/avcodec.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/ffmpeg/libavcodec/avcodec.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  avcodec_h_found="yes"
--else
--  avcodec_h_found="no"
--fi
--
--
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/ffmpeg/libavformat/avformat.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/ffmpeg/libavformat/avformat.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/ffmpeg/libavformat/avformat.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/ffmpeg/libavformat/avformat.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  avformat_h_found="yes"
--else
--  avformat_h_found="no"
--fi
-+         if test -f "${srcdir}/lib-src/ffmpeg/libavcodec/avcodec.h"; then
-+                 avcodec_h_found="yes"
-+   else
-+                 avcodec_h_found="no"
-+   fi
- 
-+   if test -f "${srcdir}/lib-src/ffmpeg/libavformat/avformat.h"; then
-+                 avformat_h_found="yes"
-+   else
-+                 avformat_h_found="no"
-+   fi
- 
-    if test "$avcodec_h_found" = "yes" -a "$avformat_h_found" = "yes"; then
-       FFMPEG_LOCAL_AVAILABLE="yes"
-@@ -20589,29 +20535,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/lame/lame/lame.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/lame/lame/lame.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/lame/lame/lame.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/lame/lame/lame.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LAME_LOCAL_AVAILABLE="yes"
--else
--  LAME_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/lame/lame/lame.h"; then
-+                 LAME_LOCAL_AVAILABLE="yes"
-+   else
-+                 LAME_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LAME_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: LAME headers are available in this source tree." >&5
-@@ -20780,53 +20708,17 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libflac/include/FLAC/format.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libflac/include/FLAC/format.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libflac/include/FLAC/format.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libflac/include/FLAC/format.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  flac_h_available="yes"
--else
--  flac_h_available="no"
--fi
--
--
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libflac/include/FLAC++/decoder.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libflac/include/FLAC++/decoder.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libflac/include/FLAC++/decoder.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libflac/include/FLAC++/decoder.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  flacpp_h_available="yes"
--else
--  flacpp_h_available="no"
--fi
-+   if test -f "${srcdir}/lib-src/libflac/include/FLAC/format.h"; then
-+                 flac_h_available="yes"
-+   else
-+                 flac_h_available="no"
-+   fi
- 
-+   if test -f "${srcdir}/lib-src/libflac/include/FLAC++/decoder.h"; then
-+                 flacpp_h_available="yes"
-+   else
-+                 flacpp_h_available="no"
-+   fi
- 
-    if test "$flac_h_available" = "yes" -a "$flacpp_h_available" = "yes"; then
-       LIBFLAC_LOCAL_AVAILABLE="yes"
-@@ -20930,29 +20822,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libid3tag/frame.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libid3tag/frame.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libid3tag/frame.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libid3tag/frame.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBID3TAG_LOCAL_AVAILABLE="yes"
--else
--  LIBID3TAG_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libid3tag/frame.h"; then
-+                 LIBID3TAG_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBID3TAG_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBID3TAG_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: libid3tag libraries are available in the local tree" >&5
-@@ -21099,29 +20973,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libmad/frame.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libmad/frame.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libmad/frame.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libmad/frame.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBMAD_LOCAL_AVAILABLE="yes"
--else
--  LIBMAD_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libmad/frame.h"; then
-+                 LIBMAD_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBMAD_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBMAD_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: libmad libraries are available in the local tree" >&5
-@@ -21144,29 +21000,11 @@
-          LIBNYQUIST_SYSTEM_AVAILABLE="no"
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libnyquist/nyx.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libnyquist/nyx.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libnyquist/nyx.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libnyquist/nyx.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBNYQUIST_LOCAL_AVAILABLE="yes"
--else
--  LIBNYQUIST_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libnyquist/nyx.h"; then
-+                 LIBNYQUIST_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBNYQUIST_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBNYQUIST_LOCAL_AVAILABLE" = "yes" ; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: nyquist libraries are available in the local tree" >&5
-@@ -21265,29 +21103,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/sbsms/include/sbsms.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/sbsms/include/sbsms.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/sbsms/include/sbsms.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/sbsms/include/sbsms.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBSBSMS_LOCAL_AVAILABLE="yes"
--else
--  LIBSBSMS_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/sbsms/include/sbsms.h"; then
-+                 LIBSBSMS_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBSBSMS_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBSBSMS_LOCAL_AVAILABLE" = "yes"; then
-             LIBSBSMS_LOCAL_CONFIGURE_ARGS="--disable-programs"
-@@ -21388,29 +21208,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libsndfile/src/sndfile.h.in" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libsndfile/src/sndfile.h.in" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libsndfile/src/sndfile.h.in... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libsndfile/src/sndfile.h.in"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBSNDFILE_LOCAL_AVAILABLE="yes"
--else
--  LIBSNDFILE_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libsndfile/src/sndfile.h.in"; then
-+                 LIBSNDFILE_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBSNDFILE_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBSNDFILE_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: libsndfile libraries are available in this source tree" >&5
-@@ -21650,29 +21452,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/soundtouch/include/SoundTouch.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/soundtouch/include/SoundTouch.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/soundtouch/include/SoundTouch.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/soundtouch/include/SoundTouch.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBSOUNDTOUCH_LOCAL_AVAILABLE="yes"
--else
--  LIBSOUNDTOUCH_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/soundtouch/include/SoundTouch.h"; then
-+                 LIBSOUNDTOUCH_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBSOUNDTOUCH_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBSOUNDTOUCH_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: libsoundtouch libraries are available in the local tree" >&5
-@@ -21771,29 +21555,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libsoxr/src/soxr.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libsoxr/src/soxr.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libsoxr/src/soxr.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libsoxr/src/soxr.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBSOXR_LOCAL_AVAILABLE="yes"
--else
--  LIBSOXR_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libsoxr/src/soxr.h"; then
-+                 LIBSOXR_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBSOXR_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBSOXR_LOCAL_AVAILABLE" = "yes"; then
-       # Breaks other other libraries in Audacity tree; but why is ./configure
-@@ -21894,29 +21660,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/twolame/libtwolame/twolame.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/twolame/libtwolame/twolame.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/twolame/libtwolame/twolame.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/twolame/libtwolame/twolame.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBTWOLAME_LOCAL_AVAILABLE="yes"
--else
--  LIBTWOLAME_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/twolame/libtwolame/twolame.h"; then
-+                 LIBTWOLAME_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBTWOLAME_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBTWOLAME_LOCAL_AVAILABLE" = "yes"; then
-             LIBTWOLAME_LOCAL_CONFIGURE_ARGS="--disable-programs"
-@@ -22015,29 +21763,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libvamp/vamp-hostsdk/PluginLoader.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libvamp/vamp-hostsdk/PluginLoader.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libvamp/vamp-hostsdk/PluginLoader.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libvamp/vamp-hostsdk/PluginLoader.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LIBVAMP_LOCAL_AVAILABLE="yes"
--else
--  LIBVAMP_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libvamp/vamp-hostsdk/PluginLoader.h"; then
-+                 LIBVAMP_LOCAL_AVAILABLE="yes"
-+   else
-+                 LIBVAMP_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LIBVAMP_LOCAL_AVAILABLE" = "yes"; then
-       LIBVAMP_LOCAL_CONFIGURE_ARGS="--disable-programs"
-@@ -22136,52 +21866,17 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libvorbis/include/vorbis/vorbisenc.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libvorbis/include/vorbis/vorbisenc.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libvorbis/include/vorbis/vorbisenc.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libvorbis/include/vorbis/vorbisenc.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  vorbisenc_h_available="yes"
--else
--  vorbisenc_h_available="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/libvorbis/include/vorbis/vorbisenc.h"; then
-+                 vorbisenc_h_available="yes"
-+   else
-+                 vorbisenc_h_available="no"
-+   fi
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/libogg/include/ogg/ogg.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/libogg/include/ogg/ogg.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/libogg/include/ogg/ogg.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/libogg/include/ogg/ogg.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  ogg_h_available="yes"
--else
--  ogg_h_available="no"
--fi
-+   if test -f "${srcdir}/lib-src/libogg/include/ogg/ogg.h"; then
-+                 ogg_h_available="yes"
-+   else
-+                 ogg_h_available="no"
-+   fi
- 
- 
-    if test "$vorbisenc_h_available" = "yes" -a "$ogg_h_available" = "yes"; then
-@@ -22290,29 +21985,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/lv2/configure" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/lv2/configure" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/lv2/configure... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/lv2/configure"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  LV2_LOCAL_AVAILABLE="yes"
--else
--  LV2_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/lv2/configure"; then
-+                 LV2_LOCAL_AVAILABLE="yes"
-+   else
-+                 LV2_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$LV2_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: LV2 libraries are available in the local tree" >&5
-@@ -22432,29 +22109,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/portaudio-v19/include/portaudio.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/portaudio-v19/include/portaudio.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/portaudio-v19/include/portaudio.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/portaudio-v19/include/portaudio.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  PORTAUDIO_LOCAL_AVAILABLE="yes"
--else
--  PORTAUDIO_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/portaudio-v19/include/portaudio.h"; then
-+                 PORTAUDIO_LOCAL_AVAILABLE="yes"
-+   else
-+                 PORTAUDIO_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$PORTAUDIO_LOCAL_AVAILABLE" = "yes"; then
-                   pa_dir="$(pwd)/${srcdir}/lib-src/portaudio-v19"
-@@ -22555,29 +22214,12 @@
- $as_echo "$as_me: portSMF library is NOT available as system library" >&6;}
-    fi
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/portsmf/allegro.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/portsmf/allegro.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/portsmf/allegro.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/portsmf/allegro.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  PORTSMF_LOCAL_AVAILABLE="yes"
--else
--  PORTSMF_LOCAL_AVAILABLE="no"
--fi
- 
-+   if test -f "${srcdir}/lib-src/portsmf/allegro.h"; then
-+                 PORTSMF_LOCAL_AVAILABLE="yes"
-+   else
-+                 PORTSMF_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$PORTSMF_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: portSMF library is available in the local tree" >&5
-@@ -22675,29 +22317,12 @@
- $as_echo "$as_me: portmidi library is NOT available as system library" >&6;}
-    fi
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/portmidi/pm_common/portmidi.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/portmidi/pm_common/portmidi.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/portmidi/pm_common/portmidi.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/portmidi/pm_common/portmidi.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  PORTMIDI_LOCAL_AVAILABLE="yes"
--else
--  PORTMIDI_LOCAL_AVAILABLE="no"
--fi
- 
-+   if test -f "${srcdir}/lib-src/portmidi/pm_common/portmidi.h"; then
-+                 PORTMIDI_LOCAL_AVAILABLE="yes"
-+   else
-+                 PORTMIDI_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$PORTMIDI_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: portmidi library is available in the local tree" >&5
-@@ -22795,29 +22420,11 @@
-    fi
- 
- 
--   as_ac_File=`$as_echo "ac_cv_file_${srcdir}/lib-src/lib-widget-extra/NonGuiThread.h" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${srcdir}/lib-src/lib-widget-extra/NonGuiThread.h" >&5
--$as_echo_n "checking for ${srcdir}/lib-src/lib-widget-extra/NonGuiThread.h... " >&6; }
--if eval \${$as_ac_File+:} false; then :
--  $as_echo_n "(cached) " >&6
--else
--  test "$cross_compiling" = yes &&
--  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "${srcdir}/lib-src/lib-widget-extra/NonGuiThread.h"; then
--  eval "$as_ac_File=yes"
--else
--  eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
--	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--  WIDGETEXTRA_LOCAL_AVAILABLE="yes"
--else
--  WIDGETEXTRA_LOCAL_AVAILABLE="no"
--fi
--
-+   if test -f "${srcdir}/lib-src/lib-widget-extra/NonGuiThread.h"; then
-+                 WIDGETEXTRA_LOCAL_AVAILABLE="yes"
-+   else
-+                 WIDGETEXTRA_LOCAL_AVAILABLE="no"
-+   fi
- 
-    if test "$WIDGETEXTRA_LOCAL_AVAILABLE" = "yes"; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: libwidgetextra library is available in the local tree" >&5
diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template
index d509c0a89407..a8601389215c 100644
--- a/srcpkgs/audacity/template
+++ b/srcpkgs/audacity/template
@@ -1,37 +1,41 @@
 # Template file for 'audacity'
 pkgname=audacity
-version=2.4.1
-revision=2
-build_style=gnu-configure
-configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system
- --with-libsoxr=system --with-lame=system --with-lv2=system ac_cv_path_WX_CONFIG=wx-config-gtk3"
-hostmakedepends="pkg-config cmake gettext libtool m4 which"
-makedepends="jack-devel wxWidgets-gtk3-devel gtk+3-devel
- libmad-devel soundtouch-devel libsoxr-devel
- vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel
- ffmpeg-devel twolame-devel serd-devel lv2 lilv-devel suil-devel"
-depends="desktop-file-utils hicolor-icon-theme"
+version=3.3.3
+revision=1
+#build_style=gnu-configure
+build_style=cmake
+#configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system
+# --with-libsoxr=system --with-lame=system --with-lv2=system ac_cv_path_WX_CONFIG=wx-config-gtk3"
+#hostmakedepends="pkg-config cmake gettext libtool m4 which"
+hostmakedepends="cmake python3-pip libtool git python3-pip"
+#makedepends="jack-devel wxWidgets-gtk3-devel gtk+3-devel
+# libmad-devel soundtouch-devel libsoxr-devel
+# vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel
+# ffmpeg-devel twolame-devel serd-devel lv2 lilv-devel suil-devel"
+#makedepends="gtk+-devel gtk+3-devel alsa-lib-devel jack-devel libuuid-devel lame-devel libflac-devel ffmpeg-devel libsoxr-devel"
+makedepends="gtk+-devel gtk+3-devel alsa-lib-devel jack-devel libuuid-devel libSM-devel"
+#depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Graphical cross-platform audio editor"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
 license="GPL-2.0-or-later"
 homepage="https://www.audacityteam.org"
 distfiles="https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz"
-checksum=50240f07471373a7e5c2df65cc26eeeaaced9a0850ad1f95cb795f171ea3009f
+checksum=bf6863553bd2b822d3f236acb2de32527c93a968d114c6663920d2ebf61bf743
 
-case "$XBPS_TARGET_MACHINE" in
-	i686*|x86_64*) ;;
-	*) configure_args+=" --disable-sse" ;;
-esac
+#case "$XBPS_TARGET_MACHINE" in
+#	i686*|x86_64*) ;;
+#	*) configure_args+=" --disable-sse" ;;
+#esac
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
 	LDFLAGS="-latomic"
 fi
 
-post_install() {
-	vcopy nyquist /usr/share/audacity
-	vcopy plug-ins /usr/share/audacity
-
-	rm ${DESTDIR}/usr/share/doc/audacity/LICENSE.txt
-	vlicense LICENSE.txt LICENSE
-}
+#post_install() {
+#	vcopy nyquist /usr/share/audacity
+#	vcopy plug-ins /usr/share/audacity
+#
+#	rm ${DESTDIR}/usr/share/doc/audacity/LICENSE.txt
+#	vlicense LICENSE.txt LICENSE
+#}

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

* Re: [WIP] audacity: update to 3.3.3.
  2023-06-27 15:34 [PR PATCH] [WIP] audacity: update to 3.3.3 jason1987d
@ 2023-06-27 15:56 ` jason1987d
  2023-06-27 16:53 ` [PR PATCH] [Closed]: " jason1987d
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2023-06-27 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 6539 bytes --]

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/44662#issuecomment-1609803707

Comment:
```
[ 18%] Building CXX object vst3sdk/pluginterfaces/CMakeFiles/pluginterfaces.dir/base/ustring.cpp.o
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/timer.cpp:365:2: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
  365 | #warning DEPRECATED No Linux implementation
      |  ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:291:2: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
  291 | #warning DEPRECATED No Linux implementation
      |  ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:315:2: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
  315 | #warning DEPRECATED No Linux implementation
      |  ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:1590:10: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
 1590 |         #warning DEPRECATED No Linux implementation
      |          ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:1619:10: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
 1619 |         #warning DEPRECATED No Linux implementation
      |          ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:1918:2: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
 1918 | #warning DEPRECATED No Linux implementation
      |  ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/base/source/fstring.cpp:1999:2: warning: #warning DEPRECATED No Linux implementation [-Wcpp]
 1999 | #warning DEPRECATED No Linux implementation
      |  ^~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/pluginterfaces/base/funknown.cpp: In function 'Steinberg::int32 Steinberg::FUnknownPrivate::atomicAdd(Steinberg::int32&, Steinberg::int32)':
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/pluginterfaces/base/funknown.cpp:91:51: error: 'atomic_int_least32_t' does not name a type
   91 |         return atomic_fetch_add (reinterpret_cast<atomic_int_least32_t*> (&var), d) + d;
      |                                                   ^~~~~~~~~~~~~~~~~~~~
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/pluginterfaces/base/funknown.cpp:91:71: error: expected '>' before '*' token
   91 |         return atomic_fetch_add (reinterpret_cast<atomic_int_least32_t*> (&var), d) + d;
      |                                                                       ^
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/pluginterfaces/base/funknown.cpp:91:71: error: expected '(' before '*' token
   91 |         return atomic_fetch_add (reinterpret_cast<atomic_int_least32_t*> (&var), d) + d;
      |                                                                       ^
      |                                                                       (
/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/vst3sdk/pluginterfaces/base/funknown.cpp:91:72: error: expected primary-expression before '>' token
   91 |         return atomic_fetch_add (reinterpret_cast<atomic_int_least32_t*> (&var), d) + d;
      |                                                                        ^
make[2]: *** [vst3sdk/pluginterfaces/CMakeFiles/pluginterfaces.dir/build.make:104: vst3sdk/pluginterfaces/CMakeFiles/pluginterfaces.dir/base/funknown.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:198: vst3sdk/pluginterfaces/CMakeFiles/pluginterfaces.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 32%] Linking CXX static library ../../lib/libbase.a
[ 32%] Built target base
make: *** [Makefile:91: all] Error 2
vst3sdk/3.7.3: 
vst3sdk/3.7.3: ERROR: Package 'df561700a5e8ccb8c8fb9453e1e44ec99057840c' build failed
vst3sdk/3.7.3: WARN: Build folder /builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c
ERROR: vst3sdk/3.7.3: Error in build() method, line 35
	cmake.build()
	ConanException: Error 2 while executing cmake --build '/builddir/audacity-3.3.3/build/.conan/data/vst3sdk/3.7.3/_/_/build/df561700a5e8ccb8c8fb9453e1e44ec99057840c/build' '--' '-j16'
Restoring global Conan config...
Traceback (most recent call last):
  File "/builddir/audacity-3.3.3/conan/conan_runner.py", line 339, in <module>
    subprocess.check_call(conan_options)
  File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/builddir/audacity-3.3.3/build/conan_venv/bin/conan', 'install', '/builddir/audacity-3.3.3/conan', '--build=missing', '--install-folder', '/builddir/audacity-3.3.3/build/conan-install-none', '--output-folder', '/builddir/audacity-3.3.3/build', '--remote', 'audacity-binaries', '--profile:build', '/builddir/audacity-3.3.3/build/profile-build.profile', '--profile:host', '/builddir/audacity-3.3.3/build/profile-host-none.profile']' returned non-zero exit status 1.
CMake Error at cmake-proxies/cmake-modules/AudacityDependencies.cmake:202 (message):
  Conan failed to install dependencies (1) /usr/bin/python3.11
Call Stack (most recent call first):
  CMakeLists.txt:572 (include)


-- Configuring incomplete, errors occurred!
=> ERROR: audacity-3.3.3_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR:   in do_configure() at common/build-style/cmake.sh:76
```

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

* Re: [PR PATCH] [Closed]: [WIP] audacity: update to 3.3.3.
  2023-06-27 15:34 [PR PATCH] [WIP] audacity: update to 3.3.3 jason1987d
  2023-06-27 15:56 ` jason1987d
@ 2023-06-27 16:53 ` jason1987d
  1 sibling, 0 replies; 3+ messages in thread
From: jason1987d @ 2023-06-27 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

There's a closed pull request on the void-packages repository

[WIP] audacity: update to 3.3.3.
https://github.com/void-linux/void-packages/pull/44662

Description:
<!--
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

This package audacity has been not only severly out of date, it's also orphaned. Running into error in compilation that is unclear about how to fix it, other than possibly packaging vst3sdk ?

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

end of thread, other threads:[~2023-06-27 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 15:34 [PR PATCH] [WIP] audacity: update to 3.3.3 jason1987d
2023-06-27 15:56 ` jason1987d
2023-06-27 16:53 ` [PR PATCH] [Closed]: " jason1987d

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).