libvorbisidec: Fix error in package description
authorRobert Högberg <robert.hogberg@gmail.com>
Thu, 11 May 2023 06:54:02 +0000 (08:54 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 18 May 2023 07:31:33 +0000 (10:31 +0300)
libvorbisidec needs libogg since
https://gitlab.xiph.org/xiph/tremor/-/commit/8886a2805fc107489912f8c500db3373e04a316d

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
libs/libvorbisidec/Makefile

index 079af96d48c353daf08c7253febc46ab0c63b1ed..16808172d8d89e0cfdb11852051985d5ef642dce 100644 (file)
@@ -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