[libopusenc]Upgrade version to 0.2.1 (#6748)

This commit is contained in:
JackBoosY 2019-06-04 17:20:32 +08:00 committed by Robert Schumacher
parent 3ab376957a
commit f36b356ce9
3 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,8 @@ add_library(opusenc
src/opus_header.c
src/opusenc.c
src/picture.c
src/resample.c)
src/resample.c
src/unicode_support.c)
get_filename_component(FOLDER ${CMAKE_CURRENT_SOURCE_DIR} NAME)
string(REPLACE "libopusenc-" "" VERSION ${FOLDER})

View File

@ -1,4 +1,4 @@
Source: libopusenc
Version: 0.1-1
Version: 0.2.1
Description: Library for encoding .opus audio files and live streams.
Build-Depends: opus

View File

@ -6,8 +6,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiph/libopusenc
REF v0.1
SHA512 6abc5cd9e87ad41409f844d350cf43ee0067ad05a768aa9ef1d726a7e98ef9b006cbc42a6601d05a51dba6386a1361751a9a367a902c52eff8b4e56c3bf8a04b
REF v0.2.1
SHA512 9681421a967b93770796dd3503c00e1418de86438d2bfe77011dc68f6db5d666508d33c0df7308db3b7ea18f5e1b14a3115fd63837987e16347ec801c3771d26
HEAD_REF master)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})