buildroot/package/libvorbis/libvorbis.mk
Bernd Kuhls fe383b5f21 package/libvorbis: bump version to 1.3.7
Removed patches which were applied upstream.

Reformatted hashes,

Updated license hash after copyright year update:
eb40ca5fbd

Switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-07-20 18:03:06 +02:00

17 lines
536 B
Makefile

################################################################################
#
# libvorbis
#
################################################################################
LIBVORBIS_VERSION = 1.3.7
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
LIBVORBIS_SITE = https://downloads.xiph.org/releases/vorbis
LIBVORBIS_INSTALL_STAGING = YES
LIBVORBIS_CONF_OPTS = --disable-oggtest
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
LIBVORBIS_LICENSE = BSD-3-Clause
LIBVORBIS_LICENSE_FILES = COPYING
$(eval $(autotools-package))