Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
gl2ps
gl2ps.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gl2ps.spec of Package gl2ps
# # spec file for package gl2ps # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define so_ver 1 Name: gl2ps Version: 1.3.8 Release: 0 Summary: OpenGL to PostScript Printing Library License: LGPL-2.0+ or SUSE-GL2PS-2.0 Group: System/Libraries Url: http://www.geuz.org/gl2ps/ Source0: http://geuz.org/gl2ps/src/%{name}-%{version}.tgz # PATCH-FIX-UPSTREAM no-copy-dt-needed-entries.patch asterios.dramis@gmail.com -- Fix linking with --no-copy-dt-needed-entries Patch0: no-copy-dt-needed-entries.patch BuildRequires: cmake BuildRequires: freeglut-devel BuildRequires: libpng-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?sles_version} BuildRequires: Mesa-devel %else BuildRequires: pkgconfig(gl) %endif %if 0%{?suse_version} > 1230 BuildRequires: libXi-devel BuildRequires: libXmu-devel %endif %description GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files, as well as LATEX files for the text fragments. GL2PS also provides limited, experimental support for Portable LaTeX Graphics (PGF). Adding new vector output formats should be relatively easy; you can also use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc. %package devel Summary: Development files for GL2PS Group: Development/Libraries/C and C++ Requires: libgl2ps%{so_ver} = %{version} %description devel This package provides development libraries and headers needed to build software using GL2PS. %package -n libgl2ps%{so_ver} Summary: OpenGL to PostScript Printing Library Group: System/Libraries %description -n libgl2ps%{so_ver} GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files, as well as LATEX files for the text fragments. GL2PS also provides limited, experimental support for Portable LaTeX Graphics (PGF). Adding new vector output formats should be relatively easy; you can also use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc. %prep %setup -q -n %{name}-%{version}-source %patch0 %build %cmake make %install %cmake_install # Remove static libraries rm -f %{buildroot}%{_libdir}/libgl2ps.a # Remove doc files (they are installed in the %%files section) rm -rf %{buildroot}%{_datadir}/doc/gl2ps/ %post -n libgl2ps%{so_ver} -p /sbin/ldconfig %postun -n libgl2ps%{so_ver} -p /sbin/ldconfig %files devel %defattr(-,root,root,-) %doc COPYING.GL2PS COPYING.LGPL README.txt TODO.txt gl2ps.pdf gl2psTest*.c %{_includedir}/gl2ps.h %{_libdir}/libgl2ps.so %files -n libgl2ps%{so_ver} %defattr(-,root,root,-) %{_libdir}/libgl2ps.so.%{so_ver}* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor