Commit Graph

28 Commits

Author SHA1 Message Date
WangWeiLin-MV
50c08d3885
[libheif] Update to 1.18.2 (#40937) 2024-09-16 12:22:06 -07:00
gerard-ryan-immersaview
6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00
MajorMurphy
37c3e63a13
[libheif] x265 as feature to allow non-GPL build (#36857)
x265 is still included as a default feature when installed as:

`vcpkg.exe install libheif`

but to avoid linking to a GPL library, x265 can now be optionally
excluded with:

`vcpkg.exe install libheif[core,libde265]`

 (libheif cannot encode without x265, only decode)

### Checklist
(please forgive if completed inaccurately)

- [✔️] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [N/A ] The name of the port matches an existing name for this
component on https://repology.org/ if possible, and/or is strongly
associated with that component on search engines.
- [N/A] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [ N/A] The versioning scheme in `vcpkg.json` matches what upstream
says.
- [N/A] The license declaration in `vcpkg.json` matches what upstream
says.
- [ N/A] The installed as the "copyright" file matches what upstream
says.
- [ N/A] The source code of the component installed comes from an
authoritative source.
- [ N/A ?] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [ N/A] The version database is fixed by rerunning `./vcpkg
x-add-version --all` and committing the result.
- [ N/A] Only one version is in the new port's versions file.
- [ N/A] Only one version is added to each modified port's versions
file.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-02-23 15:00:28 -08:00
Cheney Wang
7618666e79
[libheif] update to v1.17.6 (#36523) 2024-02-02 11:37:07 -08:00
Clinton Ingram
a6c7fad33f
[libheif] Update to 1.17.5 (#35232)
* update libheif to 1.17.5

* update baseline
2023-11-21 18:52:02 -08:00
Clinton Ingram
42301f8cb4
[libheif] Update to 1.17.3 (#35195)
* update libheif to 1.17.3

* update baseline
2023-11-20 12:15:04 -08:00
Nicholas Hayes
b97d94a8a7
[libheif] update to 1.17.1 (#34595) 2023-10-20 09:51:05 -07:00
Nicholas Hayes
f6fffdc5bb
[libheif] update to version 1.17.0 (#34538) 2023-10-18 10:07:36 -07:00
Nicholas Hayes
56edf67d42
[libheif] Update to version 1.16.2 (#32450) 2023-07-10 09:55:39 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00
Nicholas Hayes
b4ca42fc6d
[libheif] Update to 1.16.1 (#31227)
* [libheif] Update to 1.16.1

* Fix a missing patch line

* Fix the version database
2023-05-30 12:37:57 -07:00
Cheney Wang
582441146a
[libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux (#30999)
* [libheif] Fix error when libgdk-pixbuf2.0-dev installed in linux

* Use -DPKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON instead of patch
2023-04-25 22:41:32 -07:00
Nicholas Hayes
b2c94c4231
[libheif] Update to 1.15.1 (#29710) 2023-02-21 07:54:56 -08:00
autoantwort
6bf594496d
[libheif] no absolute paths (#28857) 2023-01-11 23:19:15 -08:00
Edi61
53c1bea0f5
[libheif] Update to version 1.14.2 (#28801)
* Update to version 1.14.2

* Remove Empty Folders

* Update libheif.json
2023-01-09 01:10:09 -08:00
Nicholas Hayes
8f3c8d044f
[libheif] Update to version 1.13.0 (#26662) 2022-09-06 11:22:54 -07:00
Kai Pastor
40ec948687
[openimageio] Update to v2.3.17.0, revise dependencies and export (#23918)
* Fix exported Imath dependency

* Drop unused deps from patches and config

* Handle DLL import in installed header

* Fix non-required find_package(OpenColorIO)

* Omit unrelocatable script

* Installation cleanup

* Update to 2.1.2

* Fix exported pc file

* Update versions

* Silence warning

* Update versions

* OpenImageIO features CI test

* Consolidate patches

* Revise OpenJPEG patching

* Revise PNG patching

* Revise libheif patching

* Revise libsquish patching

* Revise ffmpeg patching

* Fix static ffmpeg linking

* Fix webp usage

* More dependency control

* Misc cleanup

* Update copyright, add usage

* Move config to share/openimageio

* Trim dependencies

* Revise opencv dependency

* Remove find modules which might clash with opencv

* Use opencolorio config and target

* Update openimageio to 2.3.17.0

* LINKSTATIC breaks CRT lib linkage

* Catch Imath version conflicts.

This is not a regression but the result of previous opencolorio changes.
It will eventually be resolved by upgrading openexr.

* Remove llvm from opencv CI test port [skip actions]

* [libheif] Fix symbol export

* [skip actions]

* Update versions

* Add baseline =pass entries.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-28 22:19:42 -07:00
Clinton Ingram
bac3625265
[libheif] fix license (#23480)
* [libheif] fix license

* update manifest version

* update versions
2022-03-11 10:59:11 -08:00
Jack·Boos·Yu
8e7e20c9a3
[libheif] Fix usage (#22818)
* [libheif] Fix usage

* version

* Add license

* version
2022-01-28 11:04:15 -08:00
autoantwort
7ed849f01b
[libheif] no absolute paths (#21704)
* [libheif] no absolute paths

* [libde265] Add .pc file

* Update versions

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 11:50:56 -08:00
JonLiu1993
fa14828340
[libheif] update to v1.12.0 (#20924)
* [libheif] update to v1.12.0

* update version
2021-10-26 23:42:55 -07:00
Jack·Boos·Yu
51a4dd1442
[vcpkg baseline][libheif] Fix build failure on OSX (#18039)
* [vcpkg baseline][libheif] Fix build failure on OSX

* update version record
2021-05-21 00:31:48 -07:00
Jack·Boos·Yu
dd630c91e4
[libheif] Install pdbs (#17710)
* [libheif] Install pdbs

* update version record
2021-05-07 15:27:34 -07:00
Alexander Neumann
eefee74081
[vcpkg baseline][libheif] fix CI errors if gdk-pixbuf can be found (#17593)
* fix libheif gdk-pixbuf error.

* version stuff

* add trace expand to get more info what happens in ci

* use pkg_get_variable instead of execute process

* fix patch

* update version stuff

* remove trace expand

* version again
2021-05-03 10:57:41 -07:00
Nicholas Hayes
c562883384
[libheif] Update to version 1.10.0 (#15416) 2021-01-05 12:34:04 -08:00
JonLiu1993
e01aec15e6
[libheif] update to 1.9.1 (#14648)
* [libheif] update to 1.9.1

* Add example optinos

* Update ports/libheif/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-11-20 11:48:17 -08:00
Jack·Boos·Yu
9a751370f3
[vcpkg baseline] Fix openimageio and pangolin build failures on Linux (#12856)
* [openimageio] Add dependency libheif

* [pangolin] Fix link to linux system lib libutil

* [libheif] Install extra headers for other ports(oiio)
2020-08-12 09:35:03 -07:00
Kuntal Majumder
9e853cf17c
[many ports] Adding libraries needed to build Krita (#11861)
* Add KF5Config

* Add KF5WidgetsAddons

* Add KF5Completion

* Add KF5CoreAddons

* Add KF5WindowSystem

* Add KF5GuiAddons

* Add KF5ItemModels

* Add KF5ItemViews

* Add KF5i18n

* Initial attempt to port quazip

* Fixed Quazip post installation checks

* Fixed linux builds

* Fixed x64-linux dynamic builds

* Temporary patch for KF5Completion until fixed in upstream

* Add Vc

* Add libde265

* Add libheif

* Don't build examples and gdk pixbuf for libheif

* Add KF5Crash

* Fix windows builds

* Add gettext as a dependency of kf5i18n

* Formatting changes applied

* Add homepages of all the ports

* Removed deprecated functions

* Fix quazip builds for x64-windows-static triplet

* Put support directives and fixed windows static builds

* Fix KF5Archive branch

* fixing libheif for unix systems

* Some linux specific changes

* Apply suggestions to kde frameworks

* Update quazip patch as suggested
2020-08-07 15:38:18 -07:00