[Desktop-packages] [Bug 1993785] Re: Wrong loader path defined in pkgconfig

2022-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gdk-pixbuf - 2.42.8+dfsg-1ubuntu0.2

---
gdk-pixbuf (2.42.8+dfsg-1ubuntu0.2) jammy; urgency=medium

  * debian/patches/debian_queryloader_dir.patch:
- fix the directory referenced for gdk-pixbuf-query-loaders
  in the .pc since that file is moved by the packaging (lp: #1993785)

 -- Sebastien Bacher   Fri, 21 Oct 2022 09:26:30
+0200

** Changed in: gdk-pixbuf (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1993785

Title:
  Wrong loader path defined in pkgconfig

Status in gdk-pixbuf package in Ubuntu:
  Fix Released
Status in gdk-pixbuf source package in Jammy:
  Fix Released

Bug description:
  * Impact

  The .pc references to a wrong location for the loaders binary. That's
  because the file is moved from the packaging .install which the build
  system doesn't know about.

  
  * Testcase

  $ pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0

  should return '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-
  query-loaders' matching where the file is installed

  
  * What could go wrong

  The change is only patching the .pc there is no code change. If the
  patch was wrong the path returned could still not match the actual
  binary location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1993785/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993785] Re: Wrong loader path defined in pkgconfig

2022-11-01 Thread Sebastien Bacher
Installing libgdk-pixbuf-2.0-dev 2.42.8+dfsg-1ubuntu0.2

$ pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders

$ ls -lh /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders
-rwxr-xr-x 1 root root 15K říj 21 09:26 
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders

The pixbuf loaders are still working as expected in for example the
filemanager or viewer

Marked as verified

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1993785

Title:
  Wrong loader path defined in pkgconfig

Status in gdk-pixbuf package in Ubuntu:
  Fix Released
Status in gdk-pixbuf source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  The .pc references to a wrong location for the loaders binary. That's
  because the file is moved from the packaging .install which the build
  system doesn't know about.

  
  * Testcase

  $ pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0

  should return '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-
  query-loaders' matching where the file is installed

  
  * What could go wrong

  The change is only patching the .pc there is no code change. If the
  patch was wrong the path returned could still not match the actual
  binary location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1993785/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993785] Re: Wrong loader path defined in pkgconfig

2022-10-21 Thread Timo Aaltonen
Hello Sebastien, or anyone else affected,

Accepted gdk-pixbuf into jammy-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/gdk-
pixbuf/2.42.8+dfsg-1ubuntu0.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: gdk-pixbuf (Ubuntu Jammy)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1993785

Title:
  Wrong loader path defined in pkgconfig

Status in gdk-pixbuf package in Ubuntu:
  Fix Released
Status in gdk-pixbuf source package in Jammy:
  Fix Committed

Bug description:
  * Impact

  The .pc references to a wrong location for the loaders binary. That's
  because the file is moved from the packaging .install which the build
  system doesn't know about.

  
  * Testcase

  $ pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0

  should return '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-
  query-loaders' matching where the file is installed

  
  * What could go wrong

  The change is only patching the .pc there is no code change. If the
  patch was wrong the path returned could still not match the actual
  binary location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1993785/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1993785] Re: Wrong loader path defined in pkgconfig

2022-10-21 Thread Sebastien Bacher
The bug has already been fixed in Debian and Kinetic
https://tracker.debian.org/news/1349533/accepted-gdk-pixbuf-2428dfsg-2-source-into-unstable/

** Changed in: gdk-pixbuf (Ubuntu)
   Importance: Undecided => Low

** Changed in: gdk-pixbuf (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1993785

Title:
  Wrong loader path defined in pkgconfig

Status in gdk-pixbuf package in Ubuntu:
  Fix Released

Bug description:
  * Impact

  The .pc references to a wrong location for the loaders binary. That's
  because the file is moved from the packaging .install which the build
  system doesn't know about.

  
  * Testcase

  $ pkg-config --variable=gdk_pixbuf_query_loaders gdk-pixbuf-2.0

  should return '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-
  query-loaders' matching where the file is installed

  
  * What could go wrong

  The change is only patching the .pc there is no code change. If the
  patch was wrong the path returned could still not match the actual
  binary location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1993785/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp