Commit Graph

16 Commits

Author SHA1 Message Date
Clinton Ingram
1203d7c0eb
[dav1d] Update to 1.4.3 (#40518) 2024-08-19 09:47:54 -07:00
Daniel Bertalan
19bf4c0ee8
[dav1d] Skip host nasm dependency when targeting non-x86 (#39923) 2024-07-15 15:08:53 -04:00
Clinton Ingram
907e7f3251
[dav1d] Update to 1.4.0 (#36935)
Updates to latest release
https://code.videolan.org/videolan/dav1d/-/releases/1.4.0

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:25:13 -08:00
Paweł Wegner
af4749fc9d
[dav1d] Add UWP support. (#34647)
It builds fine for me.
2023-10-23 11:28:34 -07:00
Martin Hořeňovský
679741047e
[dav1d] Update to 1.3.0 (#34423) 2023-10-12 20:13:16 -07:00
Mengna Li
d5d20ed2ee
[podofo] Change to github and update version to 0.10.0 (#31584) (#31826)
* [podofo] Change to github and update version to 0.10.0

* update version

* fix static export

* v db

* fix export name and add usage

* v db

* disable build libxml2 features

* format

* v db

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-06-06 15:10:28 -07:00
Cheney Wang
bd719c5d6a
[dav1d] Adding usage (#29967) 2023-03-06 15:39:58 -08:00
Clinton Ingram
6bf74212bf
[dav1d] Update to 1.1.0 (#29854)
* update dav1d to 1.1.0

* update baseline

* use variable for tag ref

* update versions
2023-02-27 10:50:37 -08:00
Kenji Mouri
130bb3911b
[dav1d] Enable arm, arm64 and x86 target support for Windows. (#28737) 2023-01-07 01:16:36 -08:00
JonLiu1993
9081288cdf
[dav1d] update to 1.0.0 (#25288)
* update evrsion

* update version
2022-06-21 13:32:28 -07:00
JonLiu1993
c4844deb7d
[dav1d] update to 0.9.2 (#24336)
* [dav1d] update to 0.9.2

* update version

* use version

* update version

* update ref

* update version
2022-04-25 16:08:47 -07:00
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00
Alexander Neumann
163065a352
Update meson to 0.60.2 (#21542)
* update meson to 0.60.1

* add port vcpkg-tool-meson for consistency deprecate usage of tool-meson

* [skip actions] make every port using meson depend on vcpkg-tool-meson
(except pkgconf for now.)

* fix subtle bugs in vcpkg_find_acquire_program
make the port install meson if the system does not provide it.

* make pkgconf depend on meson

* restore old vcpkg_find_acquire_program behavior for versioning

* Update ports/gstreamer/vcpkg.json

remove duplicated dependency

* remove invalid option in glib

* [skip actions] fix ci failures?

* remove invalid option in gstreamer

* try without cmake

* get more logs from meson configure.

* update glib to 2.70.1

* fix typo

* fix pc file of flac

* update meson to 0.60.2

* try the patch from the other pr.

* patch meson .....

* version stuff

* fix port version

* fix gstreamer version

* remove version

* format-manifest

* version stuff

* format manifest again

* revert version stuff

* remove outdated gtk options

* version stuff

* pango version stuff

* correct baseline lost in merge

* Fix fontconfig version db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 15:48:34 -08:00
Matthias C. M. Troffaes
46079cb27a
[dav1d] fixup the installed pkgconfig files (#18078)
* [dav1d] fixup the installed pkgconfig files

* [dav1d] x-add-version
2021-05-24 11:10:23 -07:00
Ewout ter Hoeven
b0e099f0fc
[dav1d] Update to 0.8.2 (#16916)
* [dav1d] Update to 0.8.2

Update dav1d from 0.8.1 to 0.8.2

* versions: Update dav1d to 0.8.2

* Update version schemes

* Update the baseline version

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-04-02 13:37:13 -07:00
Rich Logan
fc0d6b2800
[dav1d] Add dav1d AV1 decoder port (#15009)
* [dav1d] Add dav1d AV1 decoder port

* Remove unnecessary port-version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Bump dav1d to 0.8.1

* Skip dav1d x86 due to infinite link

* Add dav1d port version

* Apply dav1d code review

* Reset dav1d version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-01-25 01:57:23 -08:00