5da95fed27
Extract from ChangeLog: - In release 1.6.1 the version number in CMakeLists.txt wasn't updated, affecting the installed cmake and pkgconfig files. The version number has been bumped to 1.6.2 in all relevant files now. - "KaxBlockAddIDValue" class: this class is no longer marked as "mandatory" in order to coincide with the latest specification. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
517 B
Makefile
16 lines
517 B
Makefile
################################################################################
|
|
#
|
|
# libmatroska
|
|
#
|
|
################################################################################
|
|
|
|
LIBMATROSKA_VERSION = 1.6.2
|
|
LIBMATROSKA_SOURCE = libmatroska-$(LIBMATROSKA_VERSION).tar.xz
|
|
LIBMATROSKA_SITE = http://dl.matroska.org/downloads/libmatroska
|
|
LIBMATROSKA_INSTALL_STAGING = YES
|
|
LIBMATROSKA_LICENSE = LGPL-2.1+
|
|
LIBMATROSKA_LICENSE_FILES = LICENSE.LGPL
|
|
LIBMATROSKA_DEPENDENCIES = libebml host-pkgconf
|
|
|
|
$(eval $(cmake-package))
|