Files
sablink-distro/media-libs/openscenegraph/files/openscenegraph-pkgconfig.patch
T
dontpanic f55119a5fb Adding games-simulation/flightgear-1.9.1 and two dependencies:
dev-games/simgear-1.9.1 and media-libs/openscenegraph-2.7.5.
Flightgear has a new release that has not made it into
Gentoo portage.  These ebuilds can be depricated when
>=games-simulation/flightgear-1.9.1 shows up in Gentoo Portage.


git-svn-id: http://svn.sabayonlinux.org/overlay@2771 d7aec97c-591d-0410-af39-a8856400b30a
2009-02-05 23:33:14 +00:00

37 lines
1016 B
Diff

diff -r f3881ded613b -r 08d9d5601265 debian/openscenegraph.pc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ openscenegraph.pc Fri Jun 22 00:23:39 2007 +0200
@@ -0,0 +1,14 @@
+# pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: openscenegraph
+Description: 3D scenegraph
+Version: 2.0.0
+Requires: openthreads
+Conflicts:
+Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer
+Cflags: -I${includedir}
diff -r f3881ded613b -r 08d9d5601265 debian/openthreads.pc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ openthreads.pc Fri Jun 22 00:23:39 2007 +0200
@@ -0,0 +1,14 @@
+# pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: openthreads
+Description: Object-Oriented (OO) thread interface for C++ programmers
+Version: 2.0.0
+Requires:
+Conflicts:
+Libs: -L${libdir} -lOpenThreads
+Cflags: -I${includedir}