Opened 4 years ago

Closed 4 years ago

#12880 closed enhancement (fixed)

Create a cario snapshot (master based off 1.17.2)

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

Description

Create a cairo snapshot to go in with #12355 to fix rendering issues of fonts.

So far it seems like it'll be a git clone, and then a few fixes (update GTK-DOC syntax), and then tarring it up.

Change History (4)

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

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

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

In case anyone else generates one down the line (I sincerely hope we see a new version eventually though), here's what I used to generate it:

git clone git://anongit.freedesktop.org/git/cairo
cd cairo
cp -v /usr/share/aclocal/gtk-doc.m4 build/aclocal.gtk-doc.m4 # Update the ACLOCAL variables for gtk-doc
cp -v /usr/share/gtk-doc/data/gtk-doc.make build/Makefile.am.gtk-doc # Update the gtk-doc makefile 
vi configure.ac # find have_png and replace it with use_png
NOCONFIGURE=1 ./autogen.sh # Generate the configure file
mkdir /tmp/cairo-1.17.2+f93fc72c03e
cp -Rv * /tmp/cairo-1.17.2+f93fc72c03e
cd /tmp
tar -cjvf cairo-1.17.2+f93fc72c03e.tar.xz cairo-1.17.2+f93fc72c03e/

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

Resolution: fixed
Status: assignedclosed

Fixed at r22449

Note: See TracTickets for help on using tickets.