Opened 3 years ago

Closed 3 years ago

#14225 closed enhancement (fixed)

Add gdk-pixbuf-xlib to the book

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

This restores the gdk-pixbuf-xlib library, which was dropped from gdk-pixbuf (see Ticket #14224).

Dependent packages include icewm and xscreensaver, at least according to Arch Linux.

This should use the meson standard of building (Meson / Ninja / Ninja Install).

Dependencies include gdk-pixbuf and Xorg Libraries.

This would go into X Libraries.

The dependencies for icewm and xscreensaver will also have to be adapted to handle this change.

Change History (6)

comment:1 by Douglas R. Reno, 3 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 3 years ago

comment:3 by Douglas R. Reno, 3 years ago

For generating the tarball for gdk-pixbuf-xlib, you should follow these general instructions:

First, go to https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib and copy the first 8 characters from the latest commit hash underneath the Clone button.

cd /tmp
git clone https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib.git
mv -v gdk-pixbuf-xlib gdk-pixbuf-xlib-COMMITHASH
cd gdk-pixbuf-xlib-COMMITHASH
rm -rf .git
cd ..
tar -cJvf gdk-pixbuf-xlib-COMMITHASH.tar.xz gdk-pixbuf-xlib-COMMITHASH
md5sum gdk-pixbuf-xlib-COMMITHASH.tar.xz (Note the MD5SUM somewhere)
Upload the tarball to anduin

comment:4 by Douglas R. Reno, 3 years ago

The md5sum for gdk-pixbuf-xlib-3116b8ae.tar.xz is c9a46e43baa132b3ecc0636a50689a80

comment:6 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r23891

Note: See TracTickets for help on using tickets.