#12880: Create a cario snapshot (master based off 1.17.2)
-------------------------+-----------------------
 Reporter:  renodr       |       Owner:  renodr
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  9.1
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by renodr):

 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/
 }}}

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/12880#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to