pantry/projects/gnome.org/librsvg/package.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-22 15:37:13 +03:00
distributable:
url: https://download.gnome.org/sources/librsvg/{{ version.major }}.{{ version.minor }}/librsvg-{{ version }}.tar.xz
strip-components: 1
versions:
github: GNOME/librsvg/tags
ignore: [2.55.90] # https://gitlab.gnome.org/GNOME/librsvg/-/issues/923 - sigh
2022-08-22 15:37:13 +03:00
dependencies:
cairographics.org: 1
gnome.org/pango: 1
gnome.org/gdk-pixbuf: 2
gnome.org/glib: 2
gnu.org/gettext: ^0.21
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
rust-lang.org/cargo: 0
rust-lang.org: ^1.63
2022-08-22 15:37:13 +03:00
freedesktop.org/pkg-config: ^0.29
gnome.org/gobject-introspection: 1
python.org: 3
script: |
./configure \
--prefix={{ prefix }} \
--enable-pixbuf-loader=yes \
--enable-introspection=yes \
--disable-Bsymbolic
2022-09-02 17:51:31 +03:00
make --jobs {{hw.concurrency}} install
2022-08-22 15:37:13 +03:00
2022-09-02 17:51:31 +03:00
test:
dependencies:
freedesktop.org/pkg-config: ^0.29
tea.xyz/gx/cc: c99
script: |
cc test.c $CFLAGS $LDFLAGS
./a.out
env:
CFLAGS: $(pkg-config --cflags librsvg-2.0) #FIXME should be in env automatically
LDFLAGS: $(pkg-config --libs librsvg-2.0)
2022-12-05 22:10:34 +03:00
provides:
- bin/rsvg-convert