Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 906496

Summary: media-video/ffdiaporama-2.2_pre20221007: engine/cBaseMediaFile.cpp:911:23: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: laurantino <olivier.laurantin>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/31162
https://bugs.gentoo.org/show_bug.cgi?id=912690
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906463    
Attachments: media-video:ffdiaporama-2.2_pre20221007:20230515-201514.log

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(+)