mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
libvorbisidec: Fix error in package description
libvorbisidec needs libogg since
8886a2805f
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
d2ad1f47d3
commit
a417171d93
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=libvorbisidec
|
PKG_NAME:=libvorbisidec
|
||||||
PKG_REV:=20180319
|
PKG_REV:=20180319
|
||||||
PKG_VERSION:=1.0.3-$(PKG_REV)
|
PKG_VERSION:=1.0.3-$(PKG_REV)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git
|
PKG_SOURCE_URL:=https://gitlab.xiph.org/xiph/tremor.git
|
||||||
@@ -35,8 +35,7 @@ endef
|
|||||||
|
|
||||||
define Package/libvorbisidec/description
|
define Package/libvorbisidec/description
|
||||||
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
||||||
It also has libogg built-in. It is suitable as a replacement for
|
It is suitable as a replacement for libvorbis in tremor-aware applications.
|
||||||
libvorbis and libogg in tremor-aware applications.
|
|
||||||
Tremor is a decoder only.
|
Tremor is a decoder only.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user