| Age | Commit message (Collapse) | Author |
|
* [libass] update to 0.15.2 and fix .pc file on windows
* [libass] Add to versions file
|
|
* [libass] Update to 0.15.1
* [libass] Add to versions file
|
|
* [libass] Update to 0.15.0
* [libass] Add vcpkg_fixup_pkgconfig()
* [libass] Add to versions file
|
|
|
|
* [libass] Fix build error on x64-windows-static
* [libass] Update vcpkg.json
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update portfile.cmake
* [libass] Resolve conflict
* [libass] Resolve conflict
* format manifest
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
|
|
* libass dynamic library
it relies on fribidi, harfbuzz, fontconfig, libiconv
* Remove references to iconv and fontconfig
Because this port is currently Windows-only (Fribidi doesn't build on
Linux with vcpkg because of an issue with Meson), we don't want to worry
about FontConfig; DirectWrite should be enough.
* Freetype is important!
* Remove unnecessary fontconfig -- for real
* Remove unnecessary comment
|
|
This port currently only works on Windows because the dependencies of
the port (fribidi in particular) don't build on non-Windows platforms.
I made patch modifications to the source code because the Visual C++ C
compiler does not allow for non-constant-expression array indicesto be
used to declare a static array.
I've verified that this (1) builds on Windows and (2) works with a
sample test that's included in the libass github repo.
|
|
Added libass control/portfile for vcpkg as requested here:
https://github.com/Microsoft/vcpkg/issues/4678
|