diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-02-20 21:14:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 21:14:29 -0800 |
| commit | 6c70d57a1ae8e9d520a5cdbf42f20e534657b70a (patch) | |
| tree | 9dc34be24947605a3a846cfb60c14652b7bfe5f5 | |
| parent | 99dc49dae7e170c3be63dd097230007f3bb73c4f (diff) | |
| download | vcpkg-6c70d57a1ae8e9d520a5cdbf42f20e534657b70a.tar.gz vcpkg-6c70d57a1ae8e9d520a5cdbf42f20e534657b70a.zip | |
[librtmp] Switch to GitHub mirror (#16320)
| -rw-r--r-- | ports/librtmp/CONTROL | 5 | ||||
| -rw-r--r-- | ports/librtmp/portfile.cmake | 9 | ||||
| -rw-r--r-- | ports/librtmp/vcpkg.json | 11 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/librtmp.json | 5 |
5 files changed, 22 insertions, 12 deletions
diff --git a/ports/librtmp/CONTROL b/ports/librtmp/CONTROL deleted file mode 100644 index 9afbe903f..000000000 --- a/ports/librtmp/CONTROL +++ /dev/null @@ -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 diff --git a/ports/librtmp/portfile.cmake b/ports/librtmp/portfile.cmake index 6f4e73e3d..05a59fe34 100644 --- a/ports/librtmp/portfile.cmake +++ b/ports/librtmp/portfile.cmake @@ -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 diff --git a/ports/librtmp/vcpkg.json b/ports/librtmp/vcpkg.json new file mode 100644 index 000000000..f91704206 --- /dev/null +++ b/ports/librtmp/vcpkg.json @@ -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" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 6a2259ff5..ffe9a8198 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/l-/librtmp.json b/versions/l-/librtmp.json index 63a825282..72021cfdd 100644 --- a/versions/l-/librtmp.json +++ b/versions/l-/librtmp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f3b156fff5f461b63a2665c4ec4a9a805e5a5447", + "version-date": "2019-11-11", + "port-version": 2 + }, + { "git-tree": "b6470730f086d7c4e4ba3fd890ce17ec95084b41", "version-string": "2019-11-11_1", "port-version": 0 |
