]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- started update to 5.12.0
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 26 May 2017 07:52:51 +0000 (09:52 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 26 May 2017 07:52:51 +0000 (09:52 +0200)
plplot-no-DISPLAY.patch
plplot-nofonts.patch [deleted file]
plplot-octave.patch
plplot-qhull.patch [deleted file]
plplot.spec

index 53c3cea2dc7ec7cd58c4cf8351a1b22036ba09d2..a4ced1393ca9dbdab0775daf515ad42e323896b5 100644 (file)
 -            elseif(TK_RC)
 -              message(STATUS "Looking for Tk version with tclsh - not found")
 -              message(STATUS "WARNING: setting ENABLE_tk to OFF")
--              set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-              set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -            else(NOT TK_RC AND _plplot_tk_version STREQUAL PLPLOT_TK_VERSION)
 -              message(STATUS "Tk version = ${_plplot_tk_version} found by tclsh is not consistent with
 -   Tk version = ${PLPLOT_TK_VERSION} found by wish"
 -                )
 -              message(STATUS "WARNING: setting ENABLE_tk to OFF")
--              set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-              set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -            endif(NOT TK_RC AND _plplot_tk_version STREQUAL PLPLOT_TK_VERSION)
 -          elseif(TCL_RC)
 -            message(STATUS "Looking for Tcl version with wish - not found")
 -            message(STATUS "WARNING: setting ENABLE_tk to OFF")
--            set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-            set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -          else(NOT TCL_RC AND _plplot_tcl_version STREQUAL PLPLOT_TCL_VERSION)
 -            message(STATUS "Tcl version = ${_plplot_tcl_version} found by wish is not consistent with
 -   Tcl version = ${PLPLOT_TCL_VERSION} found by tclsh"
 -              )
 -            message(STATUS "WARNING: setting ENABLE_tk to OFF")
--            set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-            set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -          endif(NOT TCL_RC AND _plplot_tcl_version STREQUAL PLPLOT_TCL_VERSION)
 -        else(PLPLOT_TCL_VERSION STREQUAL PLPLOT_TK_VERSION)
 -          message(STATUS "Tk version = ${PLPLOT_TK_VERSION} found by wish is not consistent with
 -   Tcl version = ${PLPLOT_TCL_VERSION} found by tclsh"
 -            )
 -          message(STATUS "WARNING: setting ENABLE_tk to OFF")
--          set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-          set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -        endif(PLPLOT_TCL_VERSION STREQUAL PLPLOT_TK_VERSION)
 -      else(NOT TK_RC)
 -        message(STATUS "Looking for Tk version with wish - not found")
 -        message(STATUS "WARNING: setting ENABLE_tk to OFF")
--        set(ENABLE_tk OFF CACHE BOOL "Enable Tk bindings" FORCE)
+-        set(ENABLE_tk OFF CACHE BOOL "Enable Tk binding" FORCE)
 -      endif(NOT TK_RC)
        else(NOT PLPLOT_TK_VERSION)
        set(TK_RC 0)
diff --git a/plplot-nofonts.patch b/plplot-nofonts.patch
deleted file mode 100644 (file)
index af0f868..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- plplot-5.9.9/cmake/modules/freetype.cmake.orig     2011-10-13 02:43:01.000000000 +0200
-+++ plplot-5.9.9/cmake/modules/freetype.cmake  2011-11-19 16:31:29.385484168 +0100
-@@ -102,22 +102,6 @@
-       )
-   endforeach(FONT_ENTRY PL_FREETYPE_FONT_LIST) 
--  # Check a couple of fonts actually exists
--  if (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SANS})
--    if (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SYMBOL})  
--    else (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SYMBOL})
--      message("Fonts not found - disabling freetype")
--      set(WITH_FREETYPE OFF CACHE BOOL 
--      "Enable driver options for using freetype library for fonts" FORCE
--      )  
--    endif (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SYMBOL})  
--  else (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SANS})
--    message("Fonts not found - disabling freetype")
--    set(WITH_FREETYPE OFF CACHE BOOL 
--      "Enable driver options for using freetype library for fonts" FORCE
--      )
--  endif (EXISTS ${PL_FREETYPE_FONT_DIR}${PL_FREETYPE_SANS})
--
- endif (WITH_FREETYPE)
- if (WITH_FREETYPE)
index 3b67c2702590ba04d25e07b03a2a62e7db8404fd..707ecbcfd3a8fa0f7d20bc550fc8f23c89cc060a 100644 (file)
@@ -1,7 +1,7 @@
 --- plplot-5.9.9/cmake/modules/octave.cmake.orig       2011-10-13 02:43:01.000000000 +0200
 +++ plplot-5.9.9/cmake/modules/octave.cmake    2011-11-18 21:36:22.706537040 +0100
 @@ -241,6 +241,7 @@
-   
    # octave-2.1 (or higher) logic.
    #_OCTAVE_M_DIR
 +  if(NOT DEFINED OCTAVE_M_DIR)
    #message(STATUS "(CMake) _OCTAVE_M_DIR = ${_OCTAVE_M_DIR}")
 +  endif(NOT DEFINED OCTAVE_M_DIR)
 +  message(STATUS "OCTAVE_M_DIR = ${OCTAVE_M_DIR}")
-   
    #OCTAVE_OCT_DIR
    if(NOT DEFINED OCTAVE_OCT_DIR)
 @@ -268,15 +279,6 @@
      #message(STATUS "(CMake) OCTAVE_OCT_DIR = ${OCTAVE_OCT_DIR}")
    endif(NOT DEFINED OCTAVE_OCT_DIR)
-   
 -  # Replace the OCTAVE_PREFIX with the PLplot prefix in OCTAVE_M_DIR
 -  string(REPLACE
--  "${OCTAVE_PREFIX}" 
+-  "${OCTAVE_PREFIX}"
 -  "${CMAKE_INSTALL_PREFIX}"
 -  OCTAVE_M_DIR
 -  ${_OCTAVE_M_DIR}
 -  )
 -  message(STATUS "OCTAVE_M_DIR = ${OCTAVE_M_DIR}")
--  
+-
    # Transform OCTAVE_OCT_DIR if prefixes not the same.
    if(NOT CMAKE_INSTALL_PREFIX STREQUAL "${OCTAVE_PREFIX}")
-     set(OCTAVE_OCT_DIR ${PLPLOT_OCTAVE_DIR})
+     set(OCTAVE_OCT_DIR ${CMAKE_INSTALL_LIBDIR}/octave)
diff --git a/plplot-qhull.patch b/plplot-qhull.patch
deleted file mode 100644 (file)
index 39fe7ca..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
---- plplot-5.11.1/cmake/modules/FindQHULL.cmake.orig   2015-08-12 19:35:27.000000000 +0200
-+++ plplot-5.11.1/cmake/modules/FindQHULL.cmake        2016-03-10 21:50:37.757900267 +0100
-@@ -9,7 +9,7 @@
- include(FindPackageHandleStandardArgs)
--find_path(QHULL_INCLUDE_DIR qhull/qhull_a.h)
-+find_path(QHULL_INCLUDE_DIR libqhull/qhull_a.h)
- if(QHULL_INCLUDE_DIR)
-   set(QHULL_INCLUDE_DIRS ${QHULL_INCLUDE_DIR})
---- plplot-5.9.6/src/plgridd.c~        2010-06-05 18:11:39.000000000 +0200
-+++ plplot-5.9.6/src/plgridd.c 2011-09-10 20:50:09.332285828 +0200
-@@ -32,7 +32,7 @@
- #ifdef HAVE_QHULL
- #include "../lib/nn/nn.h"
--#include <qhull/qhull_a.h>
-+#include <libqhull/qhull_a.h>
- #endif
- /* forward declarations */
---- plplot-5.9.6/lib/nn/delaunay.c~    2010-06-05 18:11:40.000000000 +0200
-+++ plplot-5.9.6/lib/nn/delaunay.c     2011-09-10 20:50:20.115858331 +0200
-@@ -34,7 +34,7 @@
- #include <limits.h>
- #include <float.h>
- #ifdef USE_QHULL
--#include <qhull/qhull_a.h>
-+#include <libqhull/qhull_a.h>
- #else
- #include "triangle.h"
- #endif
index cf98c90f03c1d1852b382b8166e485a67548f5e4..9e37deb56bb38bfb28c29b658a040df31ee423e0 100644 (file)
 Summary:       PLplot - a library of functions that are useful for making scientific plots
 Summary(pl.UTF-8):     PLplot - biblioteka funkcji przydatnych do tworzenia wykresów naukowych
 Name:          plplot
-Version:       5.11.1
-Release:       5
+Version:       5.12.0
+Release:       0.1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/plplot/%{name}-%{version}.tar.gz
-# Source0-md5: 7a3dbbe49a00f925b095bc06cadbaf63
+# Source0-md5: 998a05be218e5de8f2faf988b8dbdc51
 Patch0:                %{name}-octave.patch
-Patch1:                %{name}-qhull.patch
 Patch2:                %{name}-no-DISPLAY.patch
 Patch3:                %{name}-plmeta.patch
-Patch4:                %{name}-nofonts.patch
 Patch5:                %{name}-adadirs.patch
 Patch6:                %{name}-ocamldir.patch
 Patch7:                %{name}-d.patch
@@ -625,10 +623,8 @@ Biblioteka PLplot - przykłady do wiązania dla Pythona.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
@@ -760,7 +756,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libqsastime.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libqsastime.so.0
 %attr(755,root,root) %{_libdir}/libplplot.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libplplot.so.13
+%attr(755,root,root) %ghost %{_libdir}/libplplot.so.14
 %if %{with plmeta}
 %{_mandir}/man1/plm2gif.1*
 %{_mandir}/man1/plpr.1*
@@ -802,8 +798,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files driver-ntk
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/plplot%{version}/drivers/ntk.so
-%{_libdir}/plplot%{version}/drivers/ntk.driver_info
+#%attr(755,root,root) %{_libdir}/plplot%{version}/drivers/ntk.so
+#%{_libdir}/plplot%{version}/drivers/ntk.driver_info
 
 %files driver-pdf
 %defattr(644,root,root,755)
This page took 0.281964 seconds and 4 git commands to generate.