aboutsummaryrefslogtreecommitdiff
path: root/ports/libass/CONTROL
diff options
context:
space:
mode:
authorCodiferous <44823842+Codiferous@users.noreply.github.com>2019-01-24 11:47:28 -0800
committerGitHub <noreply@github.com>2019-01-24 11:47:28 -0800
commitc0bf747e45d288dd3cf5823c6ad2478527737971 (patch)
tree520487593291da91532b9fda61ec5b849334a7c6 /ports/libass/CONTROL
parent57e6b1f53531ba0d1b3d7e007c123c6e6c41cf1c (diff)
downloadvcpkg-c0bf747e45d288dd3cf5823c6ad2478527737971.tar.gz
vcpkg-c0bf747e45d288dd3cf5823c6ad2478527737971.zip
Add a more correct port for libass (#5223)
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.
Diffstat (limited to 'ports/libass/CONTROL')
-rw-r--r--ports/libass/CONTROL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libass/CONTROL b/ports/libass/CONTROL
index 0142a5e51..ea25ea9a1 100644
--- a/ports/libass/CONTROL
+++ b/ports/libass/CONTROL
@@ -1,3 +1,4 @@
Source: libass
Version: 0.14.0
+Build-Depends: freetype, fribidi, harfbuzz, dirent (windows)
Description: libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format.