Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gdk-pixbuf
gdk-pixbuf
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 73
    • Issues 73
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gdk-pixbufgdk-pixbuf
  • Issues
  • #31

Closed
Open
Opened Dec 31, 2011 by bugzilla-migration@bugzilla-migrationReporter

configure checks for versioned libpng instead of relying on plain .so versioning

Submitted by Pacho Ramos @pachoramos1

Link to original bug (#667068)

Description

This comes from: https://bugs.gentoo.org/show_bug.cgi?id=395037

As explained in https://bugs.gentoo.org/show_bug.cgi?id=395037#c1 we need to make the following hack in gentoo:

    # This will avoid polluting the pkg-config file with versioned libpng,
    # which is causing problems with libpng14 -> libpng15 upgrade
    sed -i -e 's:libpng15:libpng libpng15:' configure.ac || die

to prevent problems when upgrading libpng like: https://bugs.gentoo.org/383655?id=383655

We could avoid that if unversioned libpng was searched by configure.ac, is there any reason for looking for versioned versions instead? If not, would be nice if you could drop that checks and simply rely on .so versioning

Thanks a lot

Version: 2.24.x

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gdk-pixbuf#31