Skip to content

Commit

Permalink
[librtmp] Switch to GitHub mirror (microsoft#16320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219 authored Feb 21, 2021
1 parent 99dc49d commit 6c70d57
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
5 changes: 0 additions & 5 deletions ports/librtmp/CONTROL

This file was deleted.

9 changes: 4 additions & 5 deletions ports/librtmp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
set(RTMPDUMP_REVISION c5f04a58fc2aeea6296ca7c44ee4734c18401aa3)

vcpkg_from_git(
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
URL https://git.ffmpeg.org/rtmpdump
REF ${RTMPDUMP_REVISION}
REPO mirror/rtmpdump
REF c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
SHA512 d97ac38672898a96412baa5f03d1e64d512ccefe15ead0a055ca039dc6057e2e620e046c28f4d7468e132b0b5a9eb9bd171250c1afa14da53760a0d7aae3c9e9
PATCHES
dh.patch #Openssl 1.1.1 patch
handshake.patch #Openssl 1.1.1 patch
Expand Down
11 changes: 11 additions & 0 deletions ports/librtmp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "librtmp",
"version-date": "2019-11-11",
"port-version": 2,
"description": "RTMPDump Real-Time Messaging Protocol API",
"homepage": "https://rtmpdump.mplayerhq.hu",
"dependencies": [
"openssl",
"zlib"
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3349,8 +3349,8 @@
"port-version": 1
},
"librtmp": {
"baseline": "2019-11-11_1",
"port-version": 0
"baseline": "2019-11-11",
"port-version": 2
},
"librttopo": {
"baseline": "1.1.0-2",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/librtmp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f3b156fff5f461b63a2665c4ec4a9a805e5a5447",
"version-date": "2019-11-11",
"port-version": 2
},
{
"git-tree": "b6470730f086d7c4e4ba3fd890ce17ec95084b41",
"version-string": "2019-11-11_1",
Expand Down

0 comments on commit 6c70d57

Please sign in to comment.