public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Fix hard-coded vtk library dependencies in PCLConfig.cmake
@ 2026-06-25  5:49 Rich Mattes
  0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 797cfcf210b48844c7cb4b486e372cd00e85c1ff
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2013-09-08T13:17:42-04:00
Stats  : +15/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/797cfcf210b48844c7cb4b486e372cd00e85c1ff?branch=f44

Log:
Fix hard-coded vtk library dependencies in PCLConfig.cmake

---
diff --git a/pcl-1.7.0-fedora.patch b/pcl-1.7.0-fedora.patch
index 67ce182..b233d5a 100644
--- a/pcl-1.7.0-fedora.patch
+++ b/pcl-1.7.0-fedora.patch
@@ -1,6 +1,15 @@
 diff -up ./PCLConfig.cmake.in.fedora ./PCLConfig.cmake.in
---- ./PCLConfig.cmake.in.fedora	2013-08-28 21:11:22.407176091 -0400
-+++ ./PCLConfig.cmake.in	2013-08-28 21:11:57.506556606 -0400
+--- ./PCLConfig.cmake.in.fedora	2013-07-23 13:21:02.000000000 -0400
++++ ./PCLConfig.cmake.in	2013-09-08 13:16:48.445021650 -0400
+@@ -267,7 +267,7 @@ macro(find_VTK)
+   endif(PCL_ALL_IN_ONE_INSTALLER)
+   find_package(VTK ${QUIET_})
+   if (VTK_FOUND AND NOT ANDROID)
+-    set(VTK_LIBRARIES vtkCommon vtkRendering vtkHybrid vtkCharts)
++    set(VTK_LIBRARIES vtkCommonCore vtkRenderingCore)
+   endif(VTK_FOUND AND NOT ANDROID)
+ endmacro(find_VTK)
+ 
 @@ -492,6 +492,7 @@ else(WIN32 AND NOT MINGW)
  # PCLConfig.cmake is installed to PCL_ROOT/share/pcl-x.y
    get_filename_component(PCL_ROOT "${PCL_DIR}" PATH)

diff --git a/pcl.spec b/pcl.spec
index fedb3a7..5c8499d 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -2,7 +2,7 @@
 
 Name:           pcl
 Version:        1.7.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for point cloud processing
 
 Group:          System Environment/Libraries
@@ -197,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{apiversion}
 
 
 %changelog
+* Sun Sep 08 2013 Rich Mattes <richmattes@gmail.com> - 1.7.0-3
+- Fix hard-coded vtk library dependencies in PCLConfig.cmake
+
 * Thu Aug 29 2013 Rich Mattes <richmattes@gmail.com> - 1.7.0-2
 - Fix PCLConfig.cmake so PCL can discover itself
 

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

only message in thread, other threads:[~2026-06-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:49 [rpms/pcl] f44: Fix hard-coded vtk library dependencies in PCLConfig.cmake Rich Mattes

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