From: espen Date: Wed, 27 Sep 2006 08:42:29 +0000 (+0000) Subject: Require stable version of librsvg X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/c36ffea13a17c8e8a2a6583e72ac1723586faa85 Require stable version of librsvg --- diff --git a/examples/testcairo.lisp b/examples/testcairo.lisp index 41b7230..dc0f7bb 100644 --- a/examples/testcairo.lisp +++ b/examples/testcairo.lisp @@ -7,10 +7,10 @@ #+(or cmu clisp)(asdf:oos 'asdf:load-op :cairo) (eval-when (:compile-toplevel :load-toplevel :execute) - (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93") + (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.14.0") (warn "SVG tests disabled as the required version of librsvg is not available."))) -#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93") +#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.14.0") #+sbcl(require :rsvg) #+(or cmu clisp)(asdf:oos 'asdf:load-op :rsvg) diff --git a/rsvg/rsvg.asd b/rsvg/rsvg.asd index 6547619..b5e7323 100644 --- a/rsvg/rsvg.asd +++ b/rsvg/rsvg.asd @@ -6,7 +6,7 @@ (in-package "RSVG-SYSTEM") -(pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93" :error t) +(pkg-exists-p "librsvg-2.0" :atleast-version "2.14.0" :error t) (defsystem rsvg