mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/libmatroska/Config.in
Normal file
13
package/libmatroska/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_LIBMATROSKA
|
||||
bool "libmatroska"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_LIBEBML
|
||||
help
|
||||
Extensible open standard audio/video container format access
|
||||
library.
|
||||
|
||||
http://matroska.org
|
||||
|
||||
comment "libmatroska needs a toolchain w/ C++, wchar"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||
3
package/libmatroska/libmatroska.hash
Normal file
3
package/libmatroska/libmatroska.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 0ac6debfbf781d47f001b830aaf9be9dfbcefd13bcfb80ca5efc1c04b4a3c962 libmatroska-1.5.2.tar.xz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSE.LGPL
|
||||
15
package/libmatroska/libmatroska.mk
Normal file
15
package/libmatroska/libmatroska.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# libmatroska
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMATROSKA_VERSION = 1.5.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))
|
||||
Reference in New Issue
Block a user