From a417171d938a6edc38600e411987fbf2c3d68aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20H=C3=B6gberg?= Date: Thu, 11 May 2023 08:54:02 +0200 Subject: [PATCH] libvorbisidec: Fix error in package description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libvorbisidec needs libogg since https://gitlab.xiph.org/xiph/tremor/-/commit/8886a2805fc107489912f8c500db3373e04a316d Signed-off-by: Robert Högberg --- libs/libvorbisidec/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index 079af96d4..16808172d 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbisidec PKG_REV:=20180319 PKG_VERSION:=1.0.3-$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git @@ -35,8 +35,7 @@ endef define Package/libvorbisidec/description libvorbisidec is "tremor", a fixed-point implementation of libvorbis. - It also has libogg built-in. It is suitable as a replacement for - libvorbis and libogg in tremor-aware applications. + It is suitable as a replacement for libvorbis in tremor-aware applications. Tremor is a decoder only. endef