mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-06 07:39:16 +08:00
[librtmp] Switch to GitHub mirror (#16320)
This commit is contained in:
parent
99dc49dae7
commit
6c70d57a1a
@ -1,5 +0,0 @@
|
||||
Source: librtmp
|
||||
Version: 2019-11-11_1
|
||||
Build-Depends: zlib, openssl
|
||||
Homepage: https://rtmpdump.mplayerhq.hu
|
||||
Description: RTMPDump Real-Time Messaging Protocol API
|
@ -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
|
||||
|
11
ports/librtmp/vcpkg.json
Normal file
11
ports/librtmp/vcpkg.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user