aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-02-20 21:14:29 -0800
committerGitHub <noreply@github.com>2021-02-20 21:14:29 -0800
commit6c70d57a1ae8e9d520a5cdbf42f20e534657b70a (patch)
tree9dc34be24947605a3a846cfb60c14652b7bfe5f5 /ports
parent99dc49dae7e170c3be63dd097230007f3bb73c4f (diff)
downloadvcpkg-6c70d57a1ae8e9d520a5cdbf42f20e534657b70a.tar.gz
vcpkg-6c70d57a1ae8e9d520a5cdbf42f20e534657b70a.zip
[librtmp] Switch to GitHub mirror (#16320)
Diffstat (limited to 'ports')
-rw-r--r--ports/librtmp/CONTROL5
-rw-r--r--ports/librtmp/portfile.cmake9
-rw-r--r--ports/librtmp/vcpkg.json11
3 files changed, 15 insertions, 10 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"
+ ]
+}