freebsd-ports/graphics/movit/files/patch-movit.pc.in
Alberto Villa cd6aad30b4 Movit is the Modern Video Toolkit, notwithstanding that anything
that's called "modern" usually isn't, and it's really not a toolkit.

Movit aims to be a _high-quality_, _high-performance_, _open-source_
library for video filters.

WWW: https://movit.sesse.net
2016-12-23 02:35:32 +00:00

14 lines
379 B
PkgConfig

--- movit.pc.in.orig 2016-11-05 10:46:12 UTC
+++ movit.pc.in
@@ -10,9 +10,9 @@ shaderdir=@datadir@/movit
Name: movit
Description: Movit is a library for high-quality, high-performance video filters.
-Version: git
+Version: @PACKAGE_VERSION@
Requires: epoxy eigen3
Requires.private: fftw3
Conflicts:
-Libs: -lmovit
+Libs: -L${libdir} -lmovit
Cflags: -I${includedir}/movit