Skip to content

Commit

Permalink
[live555] Update to 2023-01-19 (microsoft#29072)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Jan 20, 2023
1 parent c4d2b80 commit d02bde4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
11 changes: 5 additions & 6 deletions ports/live555/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_download_distfile(ARCHIVE
URLS "http://www.live555.com/liveMedia/public/live.2022.12.01.tar.gz"
FILENAME "live.2022.12.01.tar.gz"
SHA512 bb5dc80b5b1621e04fb8a100bd3deff190efb757da10e6cfc652d6eaa878f6a3e063b2f2219d5d83d6fb6892b55be55eafe2dd43f42a559e1f931130b45584b1
URLS "http://live555.com/liveMedia/public/live.2023.01.19.tar.gz"
FILENAME "live.2023.01.19.tar.gz"
SHA512 155c38097d37864978d6b68bf0a7268a9cc88160ebbe679ca5654bd925c5400ef5f74aa6307f53c9584a4611d914d0c8edd275b66b7ca9a66be6591a5b5a8f4f
)

vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
ARCHIVE "${ARCHIVE}"
PATCHES
fix-RTSPClient.patch
)
Expand All @@ -33,4 +33,3 @@ file(GLOB HEADERS

file(COPY ${HEADERS} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

3 changes: 1 addition & 2 deletions ports/live555/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "live555",
"version-date": "2022-12-01",
"port-version": 1,
"version-date": "2023-01-19",
"description": "A complete RTSP server application",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4653,8 +4653,8 @@
"port-version": 0
},
"live555": {
"baseline": "2022-12-01",
"port-version": 1
"baseline": "2023-01-19",
"port-version": 0
},
"llfio": {
"baseline": "2022-09-18",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/live555.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43dd99ed461fd0fef750ceb08527b761fd8ba384",
"version-date": "2023-01-19",
"port-version": 0
},
{
"git-tree": "7b23b8c3552b5dc56bbeda0e8f634bfaf2d021b6",
"version-date": "2022-12-01",
Expand Down

0 comments on commit d02bde4

Please sign in to comment.