aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobert Högberg <robert.hogberg@gmail.com>2023-05-11 08:54:02 +0200
committerRosen Penev <rosenp@gmail.com>2023-05-18 10:31:33 +0300
commita417171d938a6edc38600e411987fbf2c3d68aa3 (patch)
tree7fc2d00d87b57b1e2cd7790da1de07a3fdf84d45 /libs
parentd2ad1f47d3591e79ccac485235dd47ce406f42d5 (diff)
libvorbisidec: Fix error in package description
libvorbisidec needs libogg since https://gitlab.xiph.org/xiph/tremor/-/commit/8886a2805fc107489912f8c500db3373e04a316d Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libvorbisidec/Makefile5
1 files 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