Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177859 Details for
Bug 254049
media-gfx/gwenview-1.4.2 fails to build with media-gfx/exiv2-0.18 installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gwenview-1.4.2-exiv2.patch
gwenview-1.4.2-exiv2.patch (text/plain), 717 bytes, created by
Yar Odin
on 2009-01-09 10:28:36 UTC
(
hide
)
Description:
gwenview-1.4.2-exiv2.patch
Filename:
MIME Type:
Creator:
Yar Odin
Created:
2009-01-09 10:28:36 UTC
Size:
717 bytes
patch
obsolete
>--- src/imageutils/jpegcontent.cpp.orig 2007-09-15 19:46:17.000000000 +0600 >+++ src/imageutils/jpegcontent.cpp 2009-01-09 14:24:04.000000000 +0500 >@@ -589,7 +589,8 @@ > QImage JPEGContent::thumbnail() const { > QImage image; > if (!d->mExifData.empty()) { >- Exiv2::DataBuf thumbnail = d->mExifData.copyThumbnail(); >+ Exiv2::ExifThumbC thumb(d->mExifData); >+ Exiv2::DataBuf const thumbnail = thumb.copy(); > image.loadFromData(thumbnail.pData_, thumbnail.size_); > } > return image; >@@ -611,7 +612,8 @@ > return; > } > >- d->mExifData.setJpegThumbnail((unsigned char*)array.data(), array.size()); >+ Exiv2::ExifThumb thumb(d->mExifData); >+ thumb.setJpegThumbnail((unsigned char*)array.data(), array.size()); > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254049
:
177858
| 177859 |
177874
|
177897
|
177898
|
177901
|
177902