Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
What's the rationale?
Hi Charlie, Sorry but I don't know :-( I have just tried it out on Ubuntu 19.04 adm64 which happens to have the exact same ffmpeg 4.1.3, and it sill...
I'm also tracking this one at: https://github.com/cirosantilli/china-dictatorship/tree/60b6d03d1afda5475a21de4e06ed35ed892abc45#terminus2049
I think https://github.com/Aegisub/Aegisub is the way to go nowadays.
@rougier I'm also on Ubuntu (15.10). Like the OP, I also have `libglfw3-dev` installed. The required files simply do not exist in any Ubuntu package: ``` apt-file search glfw3-config.cmake apt-file...
Ah, think I've found a Debian packaging bug report that requests cmake files to be packaged: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812853 Also, if you clone https://github.com/glfw/glfw and build, `glfw3Config.cmake` appears under `build/src` (generated from...
Debian packaging bug it seems
Ah, and installing from source as in https://github.com/rougier/freetype-gl/blob/a4cfb9abac19a0ab62b625a9b6f856e032fe3732/.travis.yml#L16 works as well of course... had missed it, great work. Don't forget to apply the fix https://github.com/rougier/freetype-gl/blob/master/.travis.yml#L23
Easy fix is: ``` diff --git a/build b/build index a3dbd4b..6b4b787 100755 --- a/build +++ b/build @@ -497,7 +497,6 @@ Which components to build. Default: qemu-buildroot # Core requirements for this...
> That fixed the rr package issue but unfortunately, the other two issues mentioned above exists still. > > "The following packages have unmet dependencies:" > This is a harder...