Skip to content
Merged
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
31 changes: 0 additions & 31 deletions ports/avcpp/0003-fix-minmax.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/avcpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO h4tr3d/avcpp
REF "v${VERSION}"
SHA512 a0f4a6577ab9586cd9f8b5bc4ea4329a74857918099473fb366d57dc01d90be6653f81e0a4dd83cb1b35370c99bb34313f2d015d27fac26689feff97a97ff18b
SHA512 f23102b3404aad89fe0bf1b7b19c72b09771c55c58043954999afbead7b2e68a4cd807073596c5d39b328fb17c69d23f9e64f86e8092a1b059c05bb6c2df82a7
HEAD_REF master
PATCHES
0002-av_init_packet_deprecation.patch
0003-fix-minmax.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" AVCPP_ENABLE_STATIC)
Expand Down
2 changes: 1 addition & 1 deletion ports/avcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avcpp",
"version": "2.90.1",
"version": "3.0.1",
"description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.",
"homepage": "https://github.com/h4tr3d/avcpp",
"license": "LGPL-2.1-only OR BSD-3-Clause",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/avcpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4e0e7dc8ef987b1b2f13002eaf3cca4c9927d0a9",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "bfc7b9ad3262b1757d1c5e8acccae0d21e2224cc",
"version": "2.90.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"port-version": 0
},
"avcpp": {
"baseline": "2.90.1",
"baseline": "3.0.1",
"port-version": 0
},
"avir": {
Expand Down