Commit Graph

54 Commits

Author SHA256 Message Date
Ana Guerrero
72e1ca1c10 Accepting request 1158783 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1158783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=40
2024-03-18 15:43:27 +00:00
8101c20528 Accepting request 1158746 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1158746
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=38
2024-03-17 16:26:18 +00:00
Dominique Leuenberger
c6141e4435 Accepting request 1069948 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1069948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=39
2023-03-08 13:52:03 +00:00
26585356c8 Accepting request 1066964 from home:polslinux:branches:multimedia:libs
- update to 2.6.3:
  * Fix null to int assignement error.

OBS-URL: https://build.opensuse.org/request/show/1066964
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=36
2023-03-07 13:55:53 +00:00
Dominique Leuenberger
df7916f61d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=38 2022-12-07 16:34:23 +00:00
OBS User buildservice-autocommit
ef2dc46928 Updating link to change in openSUSE:Factory/exempi revision 38
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=17fa96be9216941b8e87cbb79c0751ae
2022-12-07 16:34:23 +00:00
OBS User buildservice-autocommit
17254fe145 Accepting request 1040590 from multimedia:libs
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/1040590
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=35
2022-12-07 16:34:23 +00:00
6e22738eab Accepting request 1040057 from home:dirkmueller:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/1040057
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=34
2022-12-06 10:34:21 +00:00
Dominique Leuenberger
25bf53c9dd Accepting request 976022 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/976022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=37
2022-05-12 20:57:36 +00:00
4e1d2011dc Accepting request 975878 from home:cgiboudeaux:branches:multimedia:libs
- 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

OBS-URL: https://build.opensuse.org/request/show/975878
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=32
2022-05-10 08:41:13 +00:00
Richard Brown
fdc37aade4 Accepting request 882351 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/882351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=36
2021-04-01 12:16:38 +00:00
edd43258bc Accepting request 880139 from home:mgorse:branches:multimedia:libs
- Update baselibs.conf to reflect new sonum.

OBS-URL: https://build.opensuse.org/request/show/880139
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=30
2021-03-31 12:46:12 +00:00
10faad3700 Accepting request 863192 from home:andythe_great:branches:multimedia:libs
- 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.

OBS-URL: https://build.opensuse.org/request/show/863192
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=29
2021-01-18 13:28:23 +00:00
Dominique Leuenberger
0185565801 Accepting request 587007 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/587007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=35
2018-03-19 22:31:40 +00:00
Tomáš Chvátal
c35347a472 Accepting request 586995 from home:jengelh:branches:multimedia:libs
- Extend descriptions.

OBS-URL: https://build.opensuse.org/request/show/586995
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=27
2018-03-14 16:35:30 +00:00
Tomáš Chvátal
98e5a07e80 Accepting request 586791 from home:kbabioch:branches:multimedia:libs
- 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

OBS-URL: https://build.opensuse.org/request/show/586791
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=26
2018-03-14 14:17:49 +00:00
Dominique Leuenberger
00451b57cb Accepting request 453826 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/453826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=34
2017-02-06 13:33:09 +00:00
Tomáš Chvátal
3330199e22 Accepting request 453777 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453777
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=24
2017-02-01 12:17:17 +00:00
Dominique Leuenberger
c655d96156 Accepting request 345784 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/345784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=33
2015-12-03 12:26:17 +00:00
Ismail Dönmez
5ba2be92ed Accepting request 345783 from home:pluskalm:branches:multimedia:libs
- Add gpg signature
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/345783
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=22
2015-11-22 20:38:06 +00:00
Dominique Leuenberger
312f9c9972 Accepting request 267128 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/267128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=32
2015-01-05 03:42:59 +00:00
Ismail Dönmez
c364f3add7 Accepting request 267019 from home:Zaitor:branches:multimedia:libs
Make exempi sr "ackable" for factory

OBS-URL: https://build.opensuse.org/request/show/267019
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=20
2015-01-03 17:55:14 +00:00
Tomáš Chvátal
102a6cd64b Accepting request 266451 from home:Zaitor:branches:multimedia:libs
- Update to version 2.2.2:
  + Public header cleanup and documentation update.
  + Update Doxygen config.
  + fdo#73058: Add missing include for MacOS.
  + fdo#72810: Fix typo in date test in MP3 handler.
  + fdo#83313: Fix crash on invalid Exif (from Samsung).
  + Fix valgrind testing for xmpcore.sh.
  + Fix delete / delete[] mismatch in ID3_Support.hpp.

OBS-URL: https://build.opensuse.org/request/show/266451
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=19
2015-01-02 11:00:48 +00:00
Stephan Kulow
74bf415ebc Accepting request 181540 from multimedia:libs
Update to ver 2.2.1 (forwarded request 181486 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/181540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=29
2013-07-01 13:53:36 +00:00
13b949e9f3 Accepting request 181486 from home:Zaitor:branches:multimedia:libs
Update to ver 2.2.1

OBS-URL: https://build.opensuse.org/request/show/181486
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=17
2013-06-30 20:05:38 +00:00
Stephan Kulow
2d1803f377 Accepting request 107029 from multimedia:libs
- fix build under qemu (forwarded request 107005 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/107029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=26
2012-02-28 13:12:40 +00:00
083acf98de Accepting request 107005 from openSUSE:Factory:ARM
- fix build under qemu

OBS-URL: https://build.opensuse.org/request/show/107005
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=15
2012-02-26 15:18:03 +00:00
Stephan Kulow
4784bd6952 Accepting request 106714 from multimedia:libs
Update to 2.2.0 (forwarded request 106705 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/106714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=25
2012-02-24 11:04:17 +00:00
Ismail Dönmez
57d6a160d5 Accepting request 106705 from home:vuntz:branches:multimedia:libs
Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/106705
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=13
2012-02-23 18:25:37 +00:00
Stephan Kulow
6b2ecb4102 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=24
2011-12-06 17:08:45 +00:00
Lars Vogdt
7f02357a03 Accepting request 86084 from multimedia:libs
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 86004 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=22
2011-10-03 07:17:30 +00:00
Cristian Rodríguez
60ab3961b5 Accepting request 86004 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86004
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=11
2011-10-02 15:38:10 +00:00
Sascha Peilicke
cbe5a652de Autobuild autoformatter for 68497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=21
2011-04-27 13:05:50 +00:00
OBS User buildservice-autocommit
8fc9d6bca7 Updating link to change in openSUSE:Factory/exempi revision 21.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=5887a308faf682b97f46c81c63046ba4
2011-04-27 13:05:50 +00:00
Sascha Peilicke
bcb74c04ea Accepting request 68497 from multimedia:libs
Accepted submit request 68497 from user coolo

OBS-URL: https://build.opensuse.org/request/show/68497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=20
2011-04-27 13:05:41 +00:00
73e83e16ae Accepting request 68278 from home:TheBlackCat:multimedia
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/68278
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=9
2011-04-27 09:37:08 +00:00
a2c3d4b224 Autobuild autoformatter for 55290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=18
2010-12-10 15:12:27 +00:00
5ed714a72d Accepting request 55290 from multimedia:libs
Accepted submit request 55290 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=17
2010-12-10 15:12:14 +00:00
Cristian Rodríguez
64fcf152b6 Accepting request 55288 from home:elvigia:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/55288
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=7
2010-12-09 01:14:12 +00:00
OBS User autobuild
57bde2db1f Accepting request 47426 from multimedia:libs
Copy from multimedia:libs/exempi based on submit request 47426 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/47426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=16
2010-09-10 13:07:39 +00:00
OBS User buildservice-autocommit
00f7a9cf81 Updating link to change in openSUSE:Factory/exempi revision 16.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=bdd080efae877f69ecf5f5841b73e131
2010-09-10 13:07:39 +00:00
Vincent Untz
9b459c28a4 Accepting request 47425 from home:vuntz:branches:multimedia:libs
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/47425
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=5
2010-09-07 21:59:24 +00:00
OBS User autobuild
8345fd0a12 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=13 2010-03-18 14:44:56 +00:00
OBS User autobuild
803736849e Accepting request 17810 from multimedia:libs
Copy from multimedia:libs/exempi based on submit request 17810 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/17810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=11
2009-08-17 12:35:40 +00:00
OBS User unknown
0900595464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=10 2009-05-04 16:09:33 +00:00
OBS User unknown
642da00949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=9 2009-02-06 21:44:14 +00:00
OBS User unknown
5cd306583c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=8 2009-01-12 00:50:52 +00:00
OBS User unknown
c33e2015e7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=7 2008-10-22 22:56:04 +00:00
OBS User unknown
e26fbedd54 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=6 2008-08-21 20:58:02 +00:00
OBS User unknown
d0e6f2dae3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=5 2008-08-14 00:20:03 +00:00