From 76d5db585658614699aa8d613ee9e965a794638f Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Sun, 17 Nov 2024 15:53:33 -0500 Subject: [PATCH] sox: Remove wavpack (explicitly) from build Remove myself as maintainer Signed-off-by: Ted Hess --- sound/sox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 398a325da1..bd809339fd 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -7,13 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sox PKG_VERSION:=14.4.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox PKG_HASH:=81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c -PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=LGPL-2.1 GPL-2.0 PKG_LICENSE_FILES:=COPYING LICENSE.LGPL LICENSE.GPL PKG_CPE_ID:=cpe:/a:sound_exchange_project:sound_exchange @@ -49,6 +48,7 @@ CONFIGURE_ARGS += \ --without-png \ --without-sndfile \ --without-opus \ + --without-wavpack \ --with-lame \ --with-id3tag \ --disable-openmp -- 2.30.2