           SPELL=librsvg2
if [[ "${LIBRSVG2_BRANCH}" == "devel" ]]; then
         VERSION=2.49.3
     SOURCE_HASH=sha512:161a98f70ce63e9db7b61ae51c8551db792ec5d2b68d04f9724f986060de244e74598326f69ea80376cd01a539c2a8ee02bdc94db1233880b9696655548a4b4e
else
         VERSION=2.50.3
     SOURCE_HASH=sha512:21710b6b5810b959679b7908aa371b8af02c85549efbc64f5fda01cfc3881539b5afc6bc304ce2289719dee48f583b1eb9867546e09f36941f81af968434e389
fi
  SECURITY_PATCH=2
          SOURCE=${SPELL%?}-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL%?}-$VERSION"
   SOURCE_URL[0]="${GNOME_URL}/sources/${SPELL%?}/${VERSION%.*}/${SOURCE}"
      LICENSE[0]=LGPL
        WEB_SITE=https://wiki.gnome.org/Projects/LibRsvg
         ENTERED=20020509
        KEYWORDS="gnome2 libs"
           SHORT="library for operating on files in SVG format"
cat << EOF
The librsvg library is a lightweight library for parsing and rendering 
vector-graphic files in SVG format (like the ones made by sodipodi).  It also
includes functions that render anti-aliased fonts using freetype, including
caching of glyphs. It's used by Nautilus for drawing vector icons and
anti-aliased type.
EOF
