Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -8,6 +8,7 @@ config BR2_PACKAGE_TOVID
|
||||
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # mplayer
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # procps-ng
|
||||
# The below dependencies are runtime dependencies only
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps_ng
|
||||
select BR2_PACKAGE_DVDAUTHOR
|
||||
@@ -27,14 +28,15 @@ config BR2_PACKAGE_TOVID
|
||||
|
||||
http://tovid.wikia.com/wiki/Installing_tovid
|
||||
|
||||
comment "tovid needs a toolchain w/ threads, C++, wchar"
|
||||
comment "tovid needs a glibc or uclibc toolchain w/ threads, C++, wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !BR2_INSTALL_LIBSTDCPP \
|
||||
|| !BR2_USE_WCHAR
|
||||
|| !BR2_USE_WCHAR \
|
||||
|| BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
comment "tovid depends on python or python3"
|
||||
depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 06f7cb00b213bbe83d72f4f2076b675a662697034e1d2cdc2dce987e35c827bc tovid-0.35.0.tar.gz
|
||||
# Locally calculated
|
||||
sha256 3193d081a7aa8e00f946b7514066f1fb7647f533ab1ebcc36b5ced927b0a1ab5 tovid-0.35.2.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TOVID_VERSION = 0.35.0
|
||||
TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/v$(TOVID_VERSION)
|
||||
TOVID_LICENSE = GPLv2+
|
||||
TOVID_VERSION = 0.35.2
|
||||
TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/$(TOVID_VERSION)
|
||||
TOVID_LICENSE = GPL-2.0+
|
||||
TOVID_LICENSE_FILES = COPYING
|
||||
TOVID_SETUP_TYPE = distutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user