r7056 - packages/trunk/ogre/debian/patches

Andres Mejia ceros-guest at alioth.debian.org
Thu May 15 20:16:59 UTC 2008


Author: ceros-guest
Date: 2008-05-15 20:16:59 +0000 (Thu, 15 May 2008)
New Revision: 7056

Modified:
   packages/trunk/ogre/debian/patches/change_pkglibdir_path.patch
Log:
Forgot to add a plugin. Also patching OGRE.pc file for new plugindir.

Modified: packages/trunk/ogre/debian/patches/change_pkglibdir_path.patch
===================================================================
--- packages/trunk/ogre/debian/patches/change_pkglibdir_path.patch	2008-05-15 19:46:53 UTC (rev 7055)
+++ packages/trunk/ogre/debian/patches/change_pkglibdir_path.patch	2008-05-15 20:16:59 UTC (rev 7056)
@@ -36,3 +36,24 @@
  pkglib_LTLIBRARIES = Plugin_ParticleFX.la
  
  Plugin_ParticleFX_la_SOURCES = OgreAreaEmitter.cpp \
+--- RenderSystems/GL/src/Makefile.am.bak	2008-05-15 16:09:58.000000000 -0400
++++ RenderSystems/GL/src/Makefile.am	2008-05-15 16:10:24.000000000 -0400
+@@ -9,6 +9,7 @@
+ DIST_SUBDIRS = win32 GLX
+ SUBDIRS = $(OGRE_GLSUPPORT) nvparse atifs GLSL
+ 
++pkglibdir = $(libdir)/@PACKAGE at -@PACKAGE_VERSION@
+ pkglib_LTLIBRARIES = RenderSystem_GL.la
+ 
+ RenderSystem_GL_la_SOURCES = OgreGLEngineDll.cpp \
+--- OGRE.pc.in.bak	2008-05-15 16:12:38.000000000 -0400
++++ OGRE.pc.in	2008-05-15 16:13:57.000000000 -0400
+@@ -2,7 +2,7 @@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ includedir=@includedir@
+-plugindir=@libdir@/@PACKAGE@
++plugindir=@libdir@/@PACKAGE at -@VERSION@
+ 
+ Name: OGRE
+ Description: Object-Oriented Graphics Rendering Engine




More information about the Pkg-games-commits mailing list