Skip to content
Draft
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
9 changes: 1 addition & 8 deletions ports/frei0r/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
# hence they don't have import libs
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)

vcpkg_download_distfile(FIX_UPSTREAM_PR_252
URLS https://github.com/dyne/frei0r/pull/252.patch?full_index=1
SHA512 bdf8c6e64d73495a843c76d08204217002f1108363674633a70574ba05f0f33efafc567b73f604c7c76fd9a9614a64ccadd62c3709454b52efbb8b8d61055532
FILENAME fix-sleid0r-symbol-export.patch
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dyne/frei0r
REF "v${VERSION}"
SHA512 81831ede1d76d0ad8811f6b8116eb71a74e5af47a3249954f2c6f327e71e618d92c31f19566963bd9952363b22c5a6606df3ef8592f97c3bb1cd8ed9abe94c14
SHA512 323028431039a14947234ec2ce969d2fd3121fda47d3ac57e7cfb9ddc12c4c6545824e8fed0efb6860beb14983fd3a1879a85879aed4a6655d9608ea6a85f971
HEAD_REF master
PATCHES
"${FIX_UPSTREAM_PR_252}"
install-dlls-to-bin.diff
)

Expand Down
2 changes: 1 addition & 1 deletion ports/frei0r/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "frei0r",
"version": "2.5.4",
"version": "2.5.6",
"description": "A large collection of free and portable video plugins",
"homepage": "https://frei0r.dyne.org/",
"license": "GPL-2.0",

Check notice on line 6 in ports/frei0r/vcpkg.json

View workflow job for this annotation

GitHub Actions / Check

SPDX deprecated license identifier GPL-2.0. If you feel able to do so, please consider replacing it. Updated license identifiers can be found at https://spdx.org/licenses/.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"license": "GPL-2.0",
"license": "GPL-2.0-only",

"supports": "!(static & windows)",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@
"port-version": 2
},
"frei0r": {
"baseline": "2.5.4",
"baseline": "2.5.6",
"port-version": 0
},
"fribidi": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/frei0r.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a347546fdca10c8dfe8d3dbf0100499ddb529015",
"version": "2.5.6",
"port-version": 0
},
{
"git-tree": "ddfa0c31ead64f21a195cc53c5b5c437f73f9142",
"version": "2.5.4",
Expand Down