public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/hugin/files: hugin-0.8.0_rc3-as-needed.patch
@ 2009-06-10  5:41 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2009-06-10  5:41 UTC (permalink / raw
  To: gentoo-commits

maekke      09/06/10 05:41:49

  Added:                hugin-0.8.0_rc3-as-needed.patch
  Log:
  version bump to 0.8.0_rc3, witch (experimental) lapack support
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  media-gfx/hugin/files/hugin-0.8.0_rc3-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/hugin-0.8.0_rc3-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/hugin-0.8.0_rc3-as-needed.patch?rev=1.1&content-type=text/plain

Index: hugin-0.8.0_rc3-as-needed.patch
===================================================================
diff -ru hugin-0.8.0.orig/src/foreign/levmar/CMakeLists.txt hugin-0.8.0/src/foreign/levmar/CMakeLists.txt
--- hugin-0.8.0.orig/src/foreign/levmar/CMakeLists.txt	2009-06-09 07:38:10.000000000 +0200
+++ hugin-0.8.0/src/foreign/levmar/CMakeLists.txt	2009-06-09 07:38:33.000000000 +0200
@@ -6,3 +6,5 @@
 IF(LAPACK_FOUND)
   ADD_DEFINITIONS(-DHAVE_LAPACK)
 ENDIF(LAPACK_FOUND)
+
+SET_TARGET_PROPERTIES(huginlevmar PROPERTIES COMPILE_FLAGS -fPIC)
diff -ru hugin-0.8.0.orig/src/foreign/vigra/vigra_impex/CMakeLists.txt hugin-0.8.0/src/foreign/vigra/vigra_impex/CMakeLists.txt
--- hugin-0.8.0.orig/src/foreign/vigra/vigra_impex/CMakeLists.txt	2009-06-09 07:38:10.000000000 +0200
+++ hugin-0.8.0/src/foreign/vigra/vigra_impex/CMakeLists.txt	2009-06-09 07:38:33.000000000 +0200
@@ -9,3 +9,5 @@
 ELSE (${HUGIN_SHARED_LIBS})
   add_library(huginvigraimpex STATIC ${VIGRA_IMPEX_SRC})
 ENDIF (${HUGIN_SHARED_LIBS})
+
+TARGET_LINK_LIBRARIES(huginvigraimpex ${JPEG_LIBRARIES} ${OPENEXR_LIBRARIES} ${PNG_LIBRARIES} ${TIFF_LIBRARIES})
diff -ru hugin-0.8.0.orig/src/hugin_base/CMakeLists.txt hugin-0.8.0/src/hugin_base/CMakeLists.txt
--- hugin-0.8.0.orig/src/hugin_base/CMakeLists.txt	2009-06-09 07:38:09.000000000 +0200
+++ hugin-0.8.0/src/hugin_base/CMakeLists.txt	2009-06-09 07:41:05.000000000 +0200
@@ -65,3 +65,5 @@
 ENDIF (${HUGIN_SHARED_LIBS})
 
 add_subdirectory(test)
+
+TARGET_LINK_LIBRARIES(huginbase huginlevmar huginvigraimpex ${Boost_thread_LIBRARIES} ${EXIV2_LIBRARIES} ${PANO_LIBRARIES} ${TIFF_LIBRARIES} ${LAPACK_LIBRARIES})






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-10  5:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10  5:41 [gentoo-commits] gentoo-x86 commit in media-gfx/hugin/files: hugin-0.8.0_rc3-as-needed.patch Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox