From 981efb8f2fcdc484dbe184912d9e1bea2ad0496d Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Fri, 29 May 2026 14:33:07 +0200 Subject: [PATCH] cli-visualizer: remove package Last updated over 7 years ago, upstream has disappeared: https://github.com/dpayne/cli-visualizer --- srcpkgs/cli-visualizer/files/README.voidlinux | 8 ------ .../patches/use-system-opt.patch | 27 ------------------- srcpkgs/cli-visualizer/template | 23 ---------------- srcpkgs/removed-packages/template | 3 ++- 4 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 srcpkgs/cli-visualizer/files/README.voidlinux delete mode 100644 srcpkgs/cli-visualizer/patches/use-system-opt.patch delete mode 100644 srcpkgs/cli-visualizer/template diff --git a/srcpkgs/cli-visualizer/files/README.voidlinux b/srcpkgs/cli-visualizer/files/README.voidlinux deleted file mode 100644 index fc6bb8b1b25d7b..00000000000000 --- a/srcpkgs/cli-visualizer/files/README.voidlinux +++ /dev/null @@ -1,8 +0,0 @@ -Warning: Running cli-visualizer may cause your terminal colors to be -overwritten until you restart your terminal. - -You can disable this behavior by setting: - - colors.override.terminal=false - -in ~/.config/vis/config diff --git a/srcpkgs/cli-visualizer/patches/use-system-opt.patch b/srcpkgs/cli-visualizer/patches/use-system-opt.patch deleted file mode 100644 index 6178dbc0371c26..00000000000000 --- a/srcpkgs/cli-visualizer/patches/use-system-opt.patch +++ /dev/null @@ -1,27 +0,0 @@ -Don't let the buildsystem mess with optimization and debug flags and set stuff -like -march=native which is not generic (and is very arch specific). - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -22,17 +22,13 @@ endif() - set(PROJECT_VERSION ${vis_version}) - project(${PROJECT_NAME} VERSION ${vis_version} LANGUAGES CXX C) - --if(NOT DEFINED VIS_COMPILER_ARCH) -- set(VIS_COMPILER_ARCH "native") --endif() -- - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-omit-frame-pointer -D__extern_always_inline=inline -D_XOPEN_SOURCE_EXTENDED") --set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb -g3 -ffast-math -march=x86-64 -mtune=generic -DVIS_LOG_DEBUG") --set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ffast-math -g1 -O3 -march=${VIS_COMPILER_ARCH} -fno-omit-frame-pointer -DNDEBUG") -+set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb -g3 -ffast-math -DVIS_LOG_DEBUG") -+set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -ffast-math -fno-omit-frame-pointer -DNDEBUG") - - set(CMAKE_LD_FLAGS "${CMAKE_LD_FLAGS} ${VIS_DEFAULT_FLAGS} -fno-omit-frame-pointer -D__extern_always_inline=inline -D_XOPEN_SOURCE_EXTENDED") --set(CMAKE_LD_FLAGS_DEBUG "${CMAKE_LD_FLAGS_DEBUG} -ggdb -g3 -ffast-math -march=x86-64 -mtune=generic -DVIS_LOG_DEBUG") --set(CMAKE_LD_FLAGS_RELEASE "${CMAKE_LD_FLAGS_RELEASE} -ffast-math -g1 -O3 -march=${VIS_COMPILER_ARCH} -fno-omit-frame-pointer -DNDEBUG") -+set(CMAKE_LD_FLAGS_DEBUG "${CMAKE_LD_FLAGS_DEBUG} -ggdb -g3 -ffast-math -DVIS_LOG_DEBUG") -+set(CMAKE_LD_FLAGS_RELEASE "${CMAKE_LD_FLAGS_RELEASE} -ffast-math -fno-omit-frame-pointer -DNDEBUG") - - if(DEFINED VIS_SANITIZER) - # compile with O1 to cause a little more havoc diff --git a/srcpkgs/cli-visualizer/template b/srcpkgs/cli-visualizer/template deleted file mode 100644 index 205c0f35fcceea..00000000000000 --- a/srcpkgs/cli-visualizer/template +++ /dev/null @@ -1,23 +0,0 @@ -# Template file for 'cli-visualizer' -pkgname=cli-visualizer -version=1.8 -revision=3 -build_style=cmake -configure_args="-DCXX_COLOR_SUPPORTED=NO" -makedepends="fftw-devel ncurses-devel $(vopt_if pulseaudio 'pulseaudio-devel')" -short_desc="CLI based audio visualizer" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/dpayne/cli-visualizer" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=927e4c18403c7a40397e8698ffefd1b37250be20fa0ec55fda9a82cf9cc8ba51 -build_options="pulseaudio" -build_options_default="pulseaudio" - -post_install() { - vlicense LICENSE - - # package 'vis' has rights to /usr/bin/vis - mv ${DESTDIR}/usr/bin/vis ${DESTDIR}/usr/bin/cli-visualizer - vdoc "${FILESDIR}/README.voidlinux" -} diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 3fddea972f75e9..94c14e33fc2fe3 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,6 +1,6 @@ # Template file for 'removed-packages' pkgname=removed-packages -version=0.1.20260508 +version=0.1.20260529 revision=1 metapackage=yes short_desc="Uninstalls packages removed from repository" @@ -88,6 +88,7 @@ replaces=" clang17-headers<=17.0.6_5 clang17<=17.0.6_5 clementine-spotify<=1.4.0rc1-343-gb49afcc5b + cli-visualizer<=1.8_3 clutter-gst-devel<=2.0.18_2 clutter-gst<=2.0.18_2 cointop<=1.6.10_1