Skip to content

Commit

Permalink
Add jasper package. (#35090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc authored Nov 24, 2024
1 parent 24b6803 commit 1658a1a
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions jasper.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
package:
name: jasper
version: 4.2.4
epoch: 0
description: "Official Repository for the JasPer Image Coding Toolkit"
copyright:
- license: MIT

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- cmake
- libtool
- openssf-compiler-options
- wolfi-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/jasper-software/jasper/
tag: version-${{package.version}}
expected-commit: 8766848706a727f61c1c76a5a7cf1078433fad02

- uses: cmake/configure
with:
opts: |
-DALLOW_IN_SOURCE_BUILD=ON
- uses: cmake/build

- uses: cmake/install

- uses: strip

subpackages:
- name: "jasper-dev"
description: "headers for jasper"
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf

- name: "jasper-doc"
description: "documentation for jasper"
pipeline:
- uses: split/manpages

update:
enabled: true
github:
identifier: jasper-software/jasper
strip-prefix: version-

test:
environment:
pipeline:
- runs: |
jasper --version | grep ${{package.version}}
imgcmp --version | grep ${{package.version}}
imginfo --version | grep ${{package.version}}

0 comments on commit 1658a1a

Please sign in to comment.