Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906496 - media-video/ffdiaporama-2.2_pre20221007: engine/cBaseMediaFile.cpp:911:23: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
Summary: media-video/ffdiaporama-2.2_pre20221007: engine/cBaseMediaFile.cpp:911:23: er...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: laurantino
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: exiv2-0.28
  Show dependency tree
 
Reported: 2023-05-15 20:19 UTC by Andreas Sturmlechner
Modified: 2023-08-20 17:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
media-video:ffdiaporama-2.2_pre20221007:20230515-201514.log (media-video:ffdiaporama-2.2_pre20221007:20230515-201514.log,292.33 KB, text/plain)
2023-05-15 20:19 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2023-05-15 20:19:02 UTC
Created attachment 861769 [details]
media-video:ffdiaporama-2.2_pre20221007:20230515-201514.log

> engine/cBaseMediaFile.cpp:911:23: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
>   911 |         Exiv2::Image::AutoPtr ImageFile;
>       |                       ^~~~~~~
> engine/cBaseMediaFile.cpp:913:13: error: ‘ImageFile’ was not declared in this scope; did you mean ‘cImageFile’?
>   913 |             ImageFile=Exiv2::ImageFactory::open(FileName().toUtf8().data());
>       |             ^~~~~~~~~
>       |             cImageFile
> engine/cBaseMediaFile.cpp:920:24: error: ‘ImageFile’ was not declared in this scope; did you mean ‘cImageFile’?
>   920 |         if ((ExifOk)&&(ImageFile->good())) {
>       |                        ^~~~~~~~~
>       |                        cImageFile
Comment 1 Larry the Git Cow gentoo-dev 2023-05-28 07:28:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7787bece4cc07cf494635d5121da02fb9838d3f

commit c7787bece4cc07cf494635d5121da02fb9838d3f
Author:     Olivier Laurantin <olivier.laurantin@laposte.net>
AuthorDate: 2023-05-25 20:32:13 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2023-05-28 07:28:09 +0000

    media-video/ffdiaporama: add 2.2_pre20230525
    
    Closes: https://bugs.gentoo.org/906496
    Signed-off-by: Olivier Laurantin <olivier.laurantin@laposte.net>
    Closes: https://github.com/gentoo/gentoo/pull/31162
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-video/ffdiaporama/Manifest                   |  1 +
 .../ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)