After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613186 - -gl can't be built against libpng 1.4.x
-gl can't be built against libpng 1.4.x
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other All
: Normal minor
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-17 20:37 UTC by LRN
Modified: 2010-04-13 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for libpng >= 1.0 instead of libpng12 >= 1.0 (927 bytes, patch)
2010-03-17 20:38 UTC, LRN
none Details | Review
Use png_sig_cmp() instead of png_check_sig() (885 bytes, patch)
2010-03-17 20:38 UTC, LRN
none Details | Review

Description LRN 2010-03-17 20:37:49 UTC
Because it checks for libpng12 >= 1.0 (which looks weird by itself) and uses deprecated png_check_sig() function.
Comment 1 LRN 2010-03-17 20:38:25 UTC
Created attachment 156398 [details] [review]
Check for libpng >= 1.0 instead of libpng12 >= 1.0
Comment 2 LRN 2010-03-17 20:38:45 UTC
Created attachment 156399 [details] [review]
Use png_sig_cmp() instead of png_check_sig()
Comment 3 LRN 2010-03-30 20:43:52 UTC
Bump
Comment 4 Julien Isorce 2010-03-31 10:42:03 UTC
commit 3283f33033922046a46e7be713cbb4224c875942
Author: Руслан Ижбулатов <lrn1986@gmail.com>   
Date:   Wed Mar 31 12:34:36 2010 +0200

    configure.ac: autoCheck for libpng >= 1.0 instead of libpng12 >= 1.0

    Fixes bug #613186


Author: Руслан Ижбулатов <lrn1986@gmail.com>                                                          
Date:   Wed Mar 31 12:40:12 2010 +0200                                                                

    glbumper: Use png_sig_cmp() instead of png_check_sig()
                                                          
    Fixes bug #613186