mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 19:29:49 +00:00
[libopusenc]Upgrade version to 0.2.1 (#6748)
This commit is contained in:
parent
3ab376957a
commit
f36b356ce9
@ -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})
|
||||
|
@ -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
|
||||
|
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user