Skip to content

Commit

Permalink
Merge pull request easybuilders#20086 from bedroge/imagemagick_add_pi…
Browse files Browse the repository at this point in the history
…xman_fribidi_deps

add `pixman` and `FriBidi` dependencies to recent ImageMagick easyconfigs
  • Loading branch information
ocaisa authored Mar 12, 2024
2 parents 43268cd + b633a0b commit a0eff45
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies = [
('LibTIFF', '4.2.0'),
('LittleCMS', '2.12'),
('Pango', '1.48.5'),
('pixman', '0.40.0'),
('FriBidi', '1.0.10'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.3.0'),
('LittleCMS', '2.13.1'),
('Pango', '1.50.7'),
('pixman', '0.40.0'),
('FriBidi', '1.0.12'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.3.0'),
('LittleCMS', '2.12'),
('Pango', '1.48.8'),
('pixman', '0.40.0'),
('FriBidi', '1.0.10'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [
('LibTIFF', '4.4.0'),
('LittleCMS', '2.14'),
('Pango', '1.50.12'),
('pixman', '0.42.2'),
('FriBidi', '1.0.12'),
]

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies = [
('LibTIFF', '4.5.0'),
('LittleCMS', '2.15'),
('Pango', '1.50.14'),
('pixman', '0.42.2'),
('FriBidi', '1.0.12'),
]

configopts = "--with-gslib --with-x"
Expand Down

0 comments on commit a0eff45

Please sign in to comment.