Revisions of exempi

buildservice-autocommit accepted request 1158783 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 39)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1158746 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
- update to 2.6.5:
  * Update XMPCore to Adobe XMP SDK v2023.12
    - Bug fixes
    - C++17 compliance changes
    - Changes to remove deprecated APIs
    - Removing unimplemented APIs in XMPUtils header
  * Fix a potential nullptr dereference.
  * Update XMPCore to Adobe XMP SDK v2023.07
    - Security Fixes.
    - Fix Exif Date missing seconds values.
      https://github.com/adobe/XMP-Toolkit-SDK/issues/50
  * Fix some portability build issues with dlopen on BSD:
  * Added missing file type constants from the XMP_SDK.

  * Added support XMP/metadata in utf-8 encoded uncompressed SVG
  * Added support for reconciliation of iXML’s TRACK_LIST and its
  * Restructured the implementation of XDCAM Handler to support
  * Modified the alias tiff:ImageDescription for dc:description as
  * Removed Exempi provided support for GIF in favour of Adobe's.
  * Bug #5: Restrict the exported symbols. Only the symbols marked
    with API_EXPORT are exported by the shared library as to not
- fix build under qemu
- run make check
- correct -devel package deps
- fix requires for debuginfo package
- New upstream version 2.0.0:
  + Typo fix in API
buildservice-autocommit accepted request 1069948 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 37)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1066964 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 36)
- update to 2.6.3:
  * Fix null to int assignement error.
buildservice-autocommit accepted request 1040590 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 35)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1040057 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- update to 2.6.2:
  - Update XMPCore to Adobe XMP SDK v2022.06
    - Build system fixes that don't matter.
  - Fix a typo in an ID3 genre string
  - Build XMP_SDK with some fatal warnings:
    - -Werror=missing-field-initializers
    - -Werror=misleading-indentation
    - -Werror=class-memaccess
  - Remove (deprecated) boost_test_minimal
  - Remove old .sym file (Daniel Kolesa)
  - Added --enable-samples (default = yes) (Fabrice Fontaine)
buildservice-autocommit accepted request 976022 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 33)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 975878 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 32)
- Update to 2.6.1:
  * Update XMPCore to Adobe XMP SDK v2021.10
  * Some fixes previously done in Exempi are now upstream
- Install the NEWS file instead of the obsolete ChangeLog one
buildservice-autocommit accepted request 882351 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 31)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 880139 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 30)
- Update baselibs.conf to reflect new sonum.
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 863192 from andy great's avatar andy great (andythe_great) (revision 29)
- Remove --disable-static because it cause build to fail.
- Update to version 2.5.2.
  * Bug #18: Remove an unnecessary message to stdout in the exempi tool.
    https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18
  * Bug #20: Test file formats. This also change the GIF sample to GIF89a.
    https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/20
  * Bug #17: `make check` should build more reliably now.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/17
  * MR !1: Remove deprecated C++ to compile with C++17.
    https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/1
  * MR !2: Fix a build failure with C++17.
    https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/2
- Updates for version 2.5.1.
  * Bug #9: [CVE-2018-12648] Fix null-pointer-dereference in WEBP.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/9
  * Bug #12: Invalid WEBP cause a memory overflow.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/12
  * Bug #13: Fix a buffer a overflow in ID3 support on invalid MP3.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/13
  * Bug #14: Invalid MP3 cause a memory overflow.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/14
- Updates for version 2.5.0.
  * Upgrade XMPCore to Adobe XMP SDK CC 2016.07
  * Support for iOS in XMPFiles
  * New DOM based API’s are added in XMP Core to access metadata tree
    hierarchy. (not exposed yet in Exempi)
  * Added support XMP/metadata in utf-8 encoded uncompressed SVG 
    files in XMPFiles.
  * Added support of GIF handler in XMPFiles.
  * Added support for reconciliation of iXML’s TRACK_LIST and its 
    components to get microphone data.
  * Added support for IFDs of type 13 in TIFF.
  * Added support for MPEG4 videos shot from Google Nexus 5 camera.
  * Restructured the implementation of XDCAM Handler to support 
    File Access Mode (FAM) and Simple Access Mode (SAM)
  * Added built-in support for iXML namespace in XMPCore.
  * Modified the alias tiff:ImageDescription for dc:description as 
    language alternative array instead of simple property.
  * Lot of bug fixes in XMPFiles and XMPCore.
  * Removed Exempi provided support for GIF in favour of Adobe's. 
    Only GIF89a is supported.
  * New: API NS_XML constant
  * Bug #5: Restrict the exported symbols. Only the symbols marked 
    with API_EXPORT are exported by the shared library as to not 
    allow another library to import the XMP SDK symbols.
    https://gitlab.freedesktop.org/libopenraw/exempi/issues/5
  * Bug #105580: Access memory aligned on ARM.
    https://bugs.freedesktop.org/show_bug.cgi?id=105580
  * Added tests for Adobe SDK.
  * Fixed warnings and other issues and Adobe SDK.
  * Compile with much more warnings enabled.
buildservice-autocommit accepted request 587007 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 28)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 586995 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 27)
- Extend descriptions.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 586791 from Karol Babioch's avatar Karol Babioch (kbabioch) (revision 26)
- Update to 2.4.5:
  * Fix a buffer overflow in the PSD parser. (CVE-2018-7730 bnc#1085295)
  * Fix a buffer overflow in the TIFF parser. (CVE-2018-7728 bnc#1085297)
  * Fix a buffer overflow in PostScript parser. (CVE-2018-7729 bnc#1085296)
  * Fix a null dereference in WEBP parser. (CVE-2018-7731 bnc#1085294)
  * Properly initialize pointers in WEBP.
  * Fix an infinite loop in RIFF parser.
  * Fix an infinite loop in QuickTime parser.
  * Fix an infinite loop in ASF parser.
  * Adjust minimum version for gcc in documentation.
  * Fix a buffer overrun, memcpy() on overlapping regions, use after free in
    the exception handling.  Fix a fatal assert with corrupt WEBP.
  * Fix a crash on a corrupt file.
  * Upgrade XMPCore to Adobe XMP CC 2014.12.
    * New flag to optimize layout on MPEG4 files.
    * GoPro MPEG4 video files support.
    * Improved JPEG support.
    * iXML support in WAVE files.
    * Several bugs and memory leaks fixes.
    * Changes from Adobe XMP CC 2013.06.
      * Pluggable file handlers (not exposed yet in Exempi)
      * Support for Exif 2.3 properties
      * New RIFF file handler
      * Better Postscript support.
      * Lot of bug fixes.
  * Now require (partial) C++11 support to compile (gcc 4.4.7 tested)
  * WebP format handler (contributed: Frankie Dintino, The Atlantic)
  * Several API improvements
  * Fix potential crash with corrupt TIFF file.
  * Fix header to pass -Wstrict-prototypes
buildservice-autocommit accepted request 453826 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 453777 from Adam Majer's avatar Adam Majer (adamm) (revision 24)
- use individual libboost-*-devel packages instead of boost-devel
buildservice-autocommit accepted request 345784 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 23)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 345783 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 22)
- Add gpg signature
- Cleanup spec file with spec-cleaner
buildservice-autocommit accepted request 267128 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 21)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 267019 from Bjørn Lie's avatar Bjørn Lie (Zaitor) (revision 20)
Make exempi sr "ackable" for factory
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by