diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-10-18 01:22:56 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-10-18 01:22:56 +0200 |
commit | a55c96741eb4530e29c5aa8aed70a80d4ab2084a (patch) | |
tree | 55ab47620287e402566c5b299ce25d2293d17701 /packages/unicap/unicap-0.9.3 | |
parent | 4c1483de8f519fe4af8b623ad091a0c447e7bfef (diff) |
unicap 0.9.3: video data api framework
Diffstat (limited to 'packages/unicap/unicap-0.9.3')
-rw-r--r-- | packages/unicap/unicap-0.9.3/pkgconfig.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/unicap/unicap-0.9.3/pkgconfig.patch b/packages/unicap/unicap-0.9.3/pkgconfig.patch new file mode 100644 index 0000000000..ce5ac2085f --- /dev/null +++ b/packages/unicap/unicap-0.9.3/pkgconfig.patch @@ -0,0 +1,9 @@ +--- unicap-0.9.3/libucil/libucil.pc.in~ 2008-10-17 21:40:01.000000000 +0200 ++++ unicap-0.9.3/libucil/libucil.pc.in 2008-10-17 21:40:01.000000000 +0200 +@@ -5,5 +5,5 @@ + Description: Unicap Imaging Library is a set of simple image processing functions + Version: @dist_version@ + Libs: -L@libdir@ -lucil @GLIB_PACKAGE_LIBS@ @PANGO_PACKAGE_LIBS@ @AVCODEC_PACKAGE_LIBS@ @THEORA_PACKAGE_LIBS@ @PNG_PACKAGE_LIBS@ -lm +-Cflags: -I@includedir@/unicap @GLIB_PACKAGE_CFLAGS@ @PANGO_PACKAGE_CFLAGS@ @AVCODEC_PACKAGE_CFLAGS@ @THEORA_PACKAGE_CFLAGS@ @PNG_PACKAGE_CFLAGS@ ++Cflags: -I@includedir@/unicap + Requires: libunicap pangoft2 glib-2.0 |