ncpamixer: Bump to 1.3.3.4

This commit is contained in:
Tee KOBAYASHI 2023-06-24 12:33:31 +09:00 committed by xtkoba
parent 11766c6ae0
commit ef3782d274
2 changed files with 2 additions and 13 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="An ncurses mixer for PulseAudio"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="../LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.3.3.3
TERMUX_PKG_VERSION=1.3.3.4
TERMUX_PKG_SRCURL=https://github.com/fulhax/ncpamixer/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=396099897460bcde2db72134e6652fe9717375fa45300ba2251d284658d3044a
TERMUX_PKG_SHA256=78be1b229c0325d58d34efd50cec3d2b0a1cb04fd2b34e4914e6ad29c7c17658
TERMUX_PKG_DEPENDS="libc++, ncurses-ui-libs, pulseaudio"
TERMUX_PKG_BUILD_DEPENDS="libandroid-wordexp"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DUSE_WIDE=ON"

View File

@ -1,11 +0,0 @@
--- a/src/ui/tab.cpp
+++ b/src/ui/tab.cpp
@@ -419,7 +419,7 @@
}
}
- int toggle_len = 0;
+ int toggle_len __attribute__((__unused__)) = 0;
int item_len = 0;
unsigned int len = 0;
unsigned int sink_pos = 0;