|
Revision 1339, 1.3 kB
(checked in by glslang, 1 year ago)
|
|
+ removes rpath references and png fixes for leopard when X11 is installed
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # |
|---|
| 3 | # pkgconfig for OpenLibraries |
|---|
| 4 | # |
|---|
| 5 | |
|---|
| 6 | prefix=@prefix@ |
|---|
| 7 | exec_prefix=@exec_prefix@ |
|---|
| 8 | libdir=@libdir@ |
|---|
| 9 | includedir=@includedir@ |
|---|
| 10 | |
|---|
| 11 | OPENIMAGELIB_PLUGINS=@OPENIMAGELIB_PLUGINPATH@ |
|---|
| 12 | OPENMEDIALIB_PLUGINS=@OPENMEDIALIB_PLUGINPATH@ |
|---|
| 13 | OPENEFFECTSLIB_PLUGINS=@OPENEFFECTSLIB_PLUGINPATH@ |
|---|
| 14 | OPENOBJECTLIB_PLUGINS=@OPENOBJECTLIB_PLUGINPATH@ |
|---|
| 15 | OPENASSETLIB_PLUGINS=@OPENASSETLIB_PLUGINPATH@ |
|---|
| 16 | |
|---|
| 17 | Name: OpenLibraries |
|---|
| 18 | Description: OpenLibraries - a library suite for non-linear editing, visual effects and rich media applications. |
|---|
| 19 | Version: @OL_MAJOR@.@OL_MINOR@.@OL_SUB@ |
|---|
| 20 | |
|---|
| 21 | Libs: -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openobjectlib/@OL_LIBNAME@ -lopenobjectlib_sg \ |
|---|
| 22 | -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openimagelib/@OL_LIBNAME@ -lopenimagelib_il \ |
|---|
| 23 | -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openmedialib/@OL_LIBNAME@ -lopenmedialib_ml \ |
|---|
| 24 | -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openpluginlib/@OL_LIBNAME@ -lopenpluginlib_pl \ |
|---|
| 25 | -L${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/openassetlib/@OL_LIBNAME@ -lopenassetlib_al \ |
|---|
| 26 | @BOOST_LIB_PATH@ @GLEW_LIB_PATH@ \ |
|---|
| 27 | -lboost_filesystem@BOOST_LIB_TOOLSET@@BOOST_LIB_VERSION@ -lGLEW |
|---|
| 28 | |
|---|
| 29 | Cflags: -I${includedir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@ -I${libdir}/openlibraries-@OL_MAJOR@.@OL_MINOR@.@OL_SUB@/include \ |
|---|
| 30 | @BOOST_INCLUDE_PATH@ @GLEW_INCLUDE_PATH@ |
|---|
| 31 | |
|---|