Merge branch 'master' of https://github.com/vapoursynth/vapoursynth
[vapoursynth.git] / pc / vapoursynth-script.pc.in
blob3dfe6e0d0725863f9c2d190c7213b3499e086542
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/vapoursynth
6 Name: vapoursynth-script
7 Description: Library for interfacing VapourSynth with Python
8 Version: @VERSION@
10 Requires: vapoursynth
11 Requires.private: python-@PYTHON_VERSION@
12 Libs: -L${libdir} -lvapoursynth-script
13 Libs.private: @PYTHON3_LIBS@
14 Cflags: -I${includedir}