public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Fix hard-coded vtk library dependencies in PCLConfig.cmake
Date: Thu, 25 Jun 2026 05:49:19 GMT	[thread overview]
Message-ID: <178236655954.1.17491579389681922812.rpms-pcl-797cfcf210b4@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-25  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236655954.1.17491579389681922812.rpms-pcl-797cfcf210b4@fedoraproject.org \
    --to=richmattes@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox