pantry/projects/giflib.sourceforge.io/package.yml
Jacob Heider cec670c83c fix(giflib)
closes #5266
2024-02-21 18:36:29 -05:00

37 lines
799 B
YAML

distributable:
url: https://downloads.sourceforge.net/project/giflib/giflib-{{version}}.tar.gz
strip-components: 1
versions:
url: https://sourceforge.net/projects/giflib/files
match: /giflib-\d+\.\d+\.\d+\.tar\.gz/
strip:
- /giflib-/
- /\.tar\.gz/
build:
dependencies:
gnu.org/patch: '*'
imagemagick.org: '*' # needs `convert`
script:
# the appears to be applied in 5.2.2
- run: |
if test {{ hw.platform }} = "darwin"; then
# needed to work on macOS
patch -p0 < props/Makefile.patch
fi
if: <5.2.2
- make --jobs {{ hw.concurrency }} all
- make install PREFIX="{{ prefix }}"
test: giftext fixture.gif
provides:
- bin/gif2rgb
- bin/gifbuild
- bin/gifclrmp
- bin/giffix
- bin/giftext
- bin/giftool