Skip to content

Commit

Permalink
[field3d] Remove port (#22463)
Browse files Browse the repository at this point in the history
* Remove field3d port

Also removes the field3d feature from openimageio

* Bump port version of openimageio

* Update git-tree hash

Co-authored-by: chausner <[email protected]>
Co-authored-by: Billy Robert O'Neal III <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2022
1 parent 6427a59 commit 5662ef4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 270 deletions.
148 changes: 0 additions & 148 deletions ports/field3d/0001_fix_build_errors.patch

This file was deleted.

43 changes: 0 additions & 43 deletions ports/field3d/0002_improve_win_compatibility.patch

This file was deleted.

12 changes: 0 additions & 12 deletions ports/field3d/0003_hdf5_api.patch

This file was deleted.

33 changes: 0 additions & 33 deletions ports/field3d/portfile.cmake

This file was deleted.

20 changes: 0 additions & 20 deletions ports/field3d/vcpkg.json

This file was deleted.

1 change: 0 additions & 1 deletion ports/openimageio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
libraw USE_LIBRAW
opencolorio USE_OPENCOLORIO
ffmpeg USE_FFMPEG
field3d USE_FIELD3D
freetype USE_FREETYPE
gif USE_GIF
opencv USE_OPENCV
Expand Down
9 changes: 1 addition & 8 deletions ports/openimageio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openimageio",
"version": "2.3.10.1",
"port-version": 1,
"port-version": 2,
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
"homepage": "https://github.com/OpenImageIO/oiio",
"dependencies": [
Expand Down Expand Up @@ -48,13 +48,6 @@
}
]
},
"field3d": {
"description": "Enable field3D support for openimageio",
"supports": "!windows",
"dependencies": [
"field3d"
]
},
"freetype": {
"description": "Enable freetype support for openimageio",
"dependencies": [
Expand Down
6 changes: 1 addition & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2168,10 +2168,6 @@
"baseline": "2019-12-19",
"port-version": 2
},
"field3d": {
"baseline": "1.7.3",
"port-version": 3
},
"fixed-string": {
"baseline": "0.1.0",
"port-version": 1
Expand Down Expand Up @@ -5034,7 +5030,7 @@
},
"openimageio": {
"baseline": "2.3.10.1",
"port-version": 1
"port-version": 2
},
"openjpeg": {
"baseline": "2.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openimageio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a52afa5ed0495b47dd1c123d975746fdfa0b3459",
"version": "2.3.10.1",
"port-version": 2
},
{
"git-tree": "00b94623cc9528075483e57034da95bb356c6848",
"version": "2.3.10.1",
Expand Down

0 comments on commit 5662ef4

Please sign in to comment.