Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,7 +3,7 @@ config BR2_PACKAGE_OPUSFILE
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
select BR2_PACKAGE_OPUS
|
||||
help
|
||||
A convenient high-level API for decoding and basic manipulation
|
||||
of all Ogg Opus audio streams.
|
||||
A convenient high-level API for decoding and basic
|
||||
manipulation of all Ogg Opus audio streams.
|
||||
|
||||
http://opus-codec.org
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
|
||||
sha256 2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4 opusfile-0.8.tar.gz
|
||||
sha256 f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979 opusfile-0.9.tar.gz
|
||||
|
||||
@@ -4,15 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPUSFILE_VERSION = 0.8
|
||||
OPUSFILE_SITE = http://downloads.xiph.org/releases/opus
|
||||
OPUSFILE_VERSION = 0.9
|
||||
OPUSFILE_SITE = https://downloads.xiph.org/releases/opus
|
||||
OPUSFILE_DEPENDENCIES = host-pkgconf libogg opus
|
||||
OPUSFILE_LICENSE = BSD-3c
|
||||
OPUSFILE_LICENSE = BSD-3-Clause
|
||||
OPUSFILE_LICENSE_FILES = COPYING
|
||||
OPUSFILE_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
OPUSFILE_DEPENDENCIES += openssl
|
||||
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||
OPUSFILE_DEPENDENCIES += libopenssl
|
||||
else
|
||||
OPUSFILE_CONF_OPTS += --disable-http
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user