Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions ports/live555/fix-RTSPClient.patch

This file was deleted.

13 changes: 0 additions & 13 deletions ports/live555/fix_operator_overload.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/live555/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

string(REPLACE "-" "." format_version ${VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "https://download.live555.com/live.${format_version}.tar.gz"
FILENAME "live.${format_version}.tar.gz"
SHA512 8372dc0e90a5070600bc50b8d9372c52976056446dc2f8a088613d88f12a520bac571a00deff96f018445ca935c4b094408b2ec6e53855aea93cf5eac9c97320
SHA512 153649c7c4a63da6f9c5ec083b7897d70f4778d8872804f4e76f949f3b8ed750efd628d2f2cf38e326a4f6f67fe1eb6cd9153e150318efbf9ccf689bde076394
)

vcpkg_extract_source_archive(
Expand Down
4 changes: 2 additions & 2 deletions ports/live555/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "live555",
"version-date": "2026-03-23",
"version-date": "2026-04-01",
"description": "A complete RTSP server application",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",
"license": "LGPL-3.0-only",
"supports": "!xbox",
"dependencies": [
"openssl",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6025,7 +6025,7 @@
"port-version": 0
},
"live555": {
"baseline": "2026-03-23",
"baseline": "2026-04-01",
"port-version": 0
},
"livepp": {
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": "a3bd7efae7aa74d589c4abbc4c84c8bd8ff2829c",
"version-date": "2026-04-01",
"port-version": 0
},
{
"git-tree": "aa334399a61bc468164183ce526d15661edf9183",
"version-date": "2026-03-23",
Expand Down
Loading