Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 279021 Details for
Bug 373893
media-gfx/digikam-1.9.0-r1 doesn't build with media-libs/libpgf-6.11.24
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
digikam-1.9.0-pgf.patch
digikam-1.9.0-pgf.patch (text/plain), 1.21 KB, created by
Nickolay Kolchin-Semyonov
on 2011-07-04 08:50:14 UTC
(
hide
)
Description:
digikam-1.9.0-pgf.patch
Filename:
MIME Type:
Creator:
Nickolay Kolchin-Semyonov
Created:
2011-07-04 08:50:14 UTC
Size:
1.21 KB
patch
obsolete
>diff -ru digikam-1.9.0-orig/libs/dimg/loaders/pgfloader.cpp digikam-1.9.0/libs/dimg/loaders/pgfloader.cpp >--- digikam-1.9.0-orig/libs/dimg/loaders/pgfloader.cpp 2011-02-27 21:58:08.000000000 +0300 >+++ digikam-1.9.0/libs/dimg/loaders/pgfloader.cpp 2011-07-04 12:39:56.268044871 +0400 >@@ -435,7 +435,7 @@ > CallbackForLibPGF, this); > > UINT32 nWrittenBytes = 0; >- pgf.Write(&stream, 0, CallbackForLibPGF, &nWrittenBytes, this); >+ pgf.Write(&stream, &nWrittenBytes, CallbackForLibPGF, this); > > #ifdef ENABLE_DEBUG_MESSAGES > kDebug() << "PGF width = " << header.width; >diff -ru digikam-1.9.0-orig/libs/threadimageio/pgfutils.cpp digikam-1.9.0/libs/threadimageio/pgfutils.cpp >--- digikam-1.9.0-orig/libs/threadimageio/pgfutils.cpp 2011-02-27 21:58:07.000000000 +0300 >+++ digikam-1.9.0/libs/threadimageio/pgfutils.cpp 2011-07-04 12:38:59.260044886 +0400 >@@ -136,7 +136,7 @@ > // TODO : optimize memory allocation... > CPGFMemoryStream stream(256000); > UINT32 nWrittenBytes = 0; >- pgfImg.Write(&stream, 0, NULL, &nWrittenBytes); >+ pgfImg.Write(&stream, &nWrittenBytes); > > data = QByteArray((const char*)stream.GetBuffer(), nWrittenBytes); > }
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 373893
: 279021