Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cairomm1_0-devel-1.12.2-slfo.1.1.6 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: cairomm1_0-devel Distribution: SUSE Linux Framework One
Version: 1.12.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.6 Build date: Wed Aug 21 17:45:38 2024
Group: Development/Libraries/GNOME Build host: h02-armsrv3
Size: 245797 Source RPM: cairomm1_0-1.12.2-slfo.1.1.6.src.rpm
Packager: https://www.suse.com/
Url: http://cairographics.org
Summary: Header files for the Cairo C++ interface
This package contains the header files for developing
applications that want to make use of cairomm1_0.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Dec 19 2022 dimstar@opensuse.org
  - Drop baselibs.conf: there is no known consumer of the -32bit
    package.
* Thu Apr 18 2019 jengelh@inai.de
  - Remove --with-pic which has no effect with --disable-static.
  - Update descriptions.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Fri Dec 02 2016 dimstar@opensuse.org
  - Rename to cairomm1_0: legacy package with the 1.0 API. The
    existing package 'cairomm' will remain to be the 'latest'
    version.
* Sun Nov 20 2016 zaitor@opensuse.org
  - Update to version 1.12.2:
    + Remove new API that was not meant to be added in 1.12.1.
  - Changes from version 1.12.1:
    + C++11:
    - Use nullptr instead of 0.
    - Use override keyword on destructors.
    - Make operator bool() explicit.
* Wed Jun 01 2016 jengelh@inai.de
  - Remove unnecessary INSTALL file (resolves rpmlint warning)
* Fri Apr 15 2016 mgorse@suse.com
  - Update to GNOME 3.20  Fate#318572
* Wed Sep 30 2015 zaitor@opensuse.org
  - Update to version 1.12.0:
    + Cairo::RefPtr: Add move constructors and move operator=().
    + MSVC build fixes.
* Sun Aug 16 2015 zaitor@opensuse.org
  - Update to version 1.11.4:
    + Use (and require) C++11.
    + Add Script and ScriptSurface.
    + Context: get_surface_wrapper(): Handle
      CAIRO_SURFACE_TYPE_SCRIPT, returning a ScriptSurface.
    + Surface: get_device(): Handle CAIRO_SURFACE_TYPE_SCRIPT,
      returning a Script.
    + Wrap cairo script device and script surface APIs.
    + FtFontFace: Add get/set/unset_synthesize().
    + Update MSVC.Net 2010 project files.
* Fri May 15 2015 dimstar@opensuse.org
  - Add baselibs.conf to source list.
* Mon Mar 03 2014 zaitor@opensuse.org
  - Update to version 1.11.2:
    + Pattern: Add set_extend() and get_extend().
    + ScaledFont: Add the missing get_extents() method
      implementation.
    + Allow use from Objective-C instead of just allowing building.
    + Avoid dereferencing empty std::vector<>s.
    + Documentation improvements.
    + Fix linker problems in examples.
* Sat Sep 21 2013 dimstar@opensuse.org
  - Change RPM Group of shared library package to System/Libraries.
* Thu Mar 21 2013 mmeister@suse.com
  - Added url as source.
    Please see http://en.opensuse.org/SourceUrls
* Fri Mar 01 2013 dimstar@opensuse.org
  - Spec-cleanup using format_spec_file service.
* Sat Sep 17 2011 jengelh@medozas.de
  - Remove redundant tags/sections from specfile
  - Use %_smp_mflags for parallel building
  - Add cairomm-devel to baselibs
* Fri May 27 2011 vuntz@opensuse.org
  - Update to version 1.10.0:
    + Documentation: Context::arc(): Correct the documentation, as in
      the C documentation (fdo#31345).
* Fri Jan 07 2011 vuntz@opensuse.org
  - Update to version 1.9.8:
    + Surface:
    - added create() for creating a sub-surface representing a
      rectangle on a target surface
    - PDF versioning API: get_versions(), restrict_to_version(),
      version_to_string()
    - add get_device()
    - add new surface type enum values
    + Device
    - add acquire() and release() functions
    - Add Device::Lock convenience class
    + Region
    - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect()
      to throw exceptions instead of returning error statuses to be
      consistent with the rest of the cairomm API
    - add xor() functions
    - add API for creating a region from a list of rectangles
    - implement copy()
    + Documentation:
    - Context::arc(): Fix fdo#31345 about bad math in arc()
      documentation.
    - Add documentation for Device class
    - Add documentation for Region class
  - Create a libcairomm-1_0-1 subpackage to follow the shared library
    packaging policy. Add appropriate Provides/Obsoletes.
  - Remove explicit cairo-devel and libsigc++2-devel Requires of
    devel package: they will automatically be added the
    pkgconfig()-way.
* Thu Oct 28 2010 vuntz@opensuse.org
  - Update to version 1.9.6:
    + Context: Added in_clip().
    + Surface: Added get_mime_data(), set_mime_data(),
      unset_mime_data().
    + Build: Added support for Windows 64-bit and Visual Studio 2010.
* Sat Oct 23 2010 vuntz@opensuse.org
  - Update to version 1.9.4:
    + Added Device.
* Mon Sep 06 2010 dimstar@opensuse.org
  - Update to version 1.9.2:
    + Context:
    - set_dash(): Make the dashes parameter const.
    - device_to_user(), device_to_user_distance(), user_to_device()
      user_to_device_distance(): Deprecate the non-const versions,
      adding const versions.
    + fdo#28246: Cleanup of most -Weffc++ warnings
* Mon Aug 02 2010 dimstar@opensuse.org
  - Update to version 1.9.1:
    + Added Region.
    + Context: Don't allow this to be copied.
    + Fix the MSVC build
    + Fix the 64-bit build.
    + Actually install cairomm-xlib-xrender-1.0.pc
* Thu Jun 10 2010 wittemar@googlemail.com
  - build 32bit-package
* Tue Dec 01 2009 vuntz@opensuse.org
  - Update to version 1.8.4:
    + move to new mm-common build infrastructure
  - Use spec-cleaner on the spec file.
* Sun Jul 19 2009 dominique-obs@leuenberger.net
  - Update to version 1.8.2:
    + Fix accidental ABI breakage from 1.8.0
* Tue Feb 03 2009 hfiguiere@suse.de
  - Install documentation (bnc#472078)
* Mon Feb 02 2009 mboman@suse.de
  - Update to version 1.8.0:
    + No notable changes since 1.7.2
* Fri Dec 26 2008 mboman@suse.de
  - Update to version 1.7.2:
    + API Changes (all API changes are in unstable API introduced in 1.7.x)
    + UserFontFace is not implemented with virtual functions rather than by
      registering callbacks
    + Cairo::scaled_matrix() -> Cairo::scaling_matrix() to match other matrix
      convenience functions
    + Incorrect refcounting on ScaledFont
    + build fixes for Mac OSX
* Sun Dec 14 2008 mboman@suse.de
  - Update to version 1.7.0:
    + To many changes and fixes to list. See NEWS for full details.
* Tue Sep 23 2008 maw@suse.de
  - Update to version 1.6.4:
    + New API:
    * wrap cairo_format_stride_for_width()
    + Fixed a bug where an exception message would often report
      "Success" when it should have reported an error message
    + Added ability to get the error status code from an exception:
      Cairo::logic_error::get_status_code()
    + Added new elements to the surface type enumeration
    + Bugs fixed: bfo#14559 and bfo#14558.
* Tue Jun 17 2008 crrodriguez@suse.de
  - disable unusable static libraries
* Mon Mar 31 2008 vuntz@suse.de
  - Update to version 1.4.8:
    + Bug fd.o #14559: build failure in exception.cc on Solaris with
      Sun Workshop C++
    + Bug fd.o #14558: cairomm 1.4.6 context.cc needs math.h on
      Solaris
  - Changes from version 1.4.6:
    + Bug fd.o #11972: Cannot build cairomm with Quartz enabled
  - Changes from version 1.4.4:
    + Added the --enable-api-exceptions=yes/no configure option, to
      allow cairomm to build when exceptions are disabled. For
      instance, when using CXXFLAGS=-fno-exceptions with g++.
  - Changes from version 1.4.2:
    + Bug fd.o #11596: Fixed broken shared library versioning
    + Bug fd.o #8511: RefPtr: refcounting broken with cast_*()
      methods
  - Changes from version 1.4.0:
    + Wrapped new API added in cairo 1.4
    + Added support for Quartz surfaces
    + ability to use dynamic casting for surfaces and patterns
      returned from Context::get_target(), Context::get_source(),
      etc.
    + Various build and bug fixes
  - Changes from version 1.2.4:
    + Fixed an error that prevented Cairo::RefPtr<>::cast_static()
      and Cairo::RefPtr<>::cast_dynamic() from compiling.
  - Stop using %run_ldconfig and run /sbin/ldconfig directly.
* Fri Jan 12 2007 sbrabec@suse.cz
  - Spec file cleanup.
* Sun Jan 07 2007 ro@suse.de
  - GNOME moved to /usr
* Mon Sep 18 2006 jhargadon@suse.de
  - Initial SuSE package version 1.2.2

Files

/usr/include/cairomm-1.0
/usr/include/cairomm-1.0/cairomm
/usr/include/cairomm-1.0/cairomm/cairomm.h
/usr/include/cairomm-1.0/cairomm/context.h
/usr/include/cairomm-1.0/cairomm/device.h
/usr/include/cairomm-1.0/cairomm/enums.h
/usr/include/cairomm-1.0/cairomm/exception.h
/usr/include/cairomm-1.0/cairomm/fontface.h
/usr/include/cairomm-1.0/cairomm/fontoptions.h
/usr/include/cairomm-1.0/cairomm/matrix.h
/usr/include/cairomm-1.0/cairomm/path.h
/usr/include/cairomm-1.0/cairomm/pattern.h
/usr/include/cairomm-1.0/cairomm/quartz_font.h
/usr/include/cairomm-1.0/cairomm/quartz_surface.h
/usr/include/cairomm-1.0/cairomm/refptr.h
/usr/include/cairomm-1.0/cairomm/region.h
/usr/include/cairomm-1.0/cairomm/scaledfont.h
/usr/include/cairomm-1.0/cairomm/script.h
/usr/include/cairomm-1.0/cairomm/script_surface.h
/usr/include/cairomm-1.0/cairomm/surface.h
/usr/include/cairomm-1.0/cairomm/types.h
/usr/include/cairomm-1.0/cairomm/win32_font.h
/usr/include/cairomm-1.0/cairomm/win32_surface.h
/usr/include/cairomm-1.0/cairomm/xlib_surface.h
/usr/lib64/cairomm-1.0
/usr/lib64/cairomm-1.0/include
/usr/lib64/cairomm-1.0/include/cairommconfig.h
/usr/lib64/libcairomm-1.0.so
/usr/lib64/pkgconfig/cairomm-1.0.pc
/usr/lib64/pkgconfig/cairomm-ft-1.0.pc
/usr/lib64/pkgconfig/cairomm-pdf-1.0.pc
/usr/lib64/pkgconfig/cairomm-png-1.0.pc
/usr/lib64/pkgconfig/cairomm-ps-1.0.pc
/usr/lib64/pkgconfig/cairomm-svg-1.0.pc
/usr/lib64/pkgconfig/cairomm-xlib-1.0.pc
/usr/lib64/pkgconfig/cairomm-xlib-xrender-1.0.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Sep 16 00:10:49 2024