EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vagrant
Builder
Commits
8b3dc050
Commit
8b3dc050
authored
9 years ago
by
Martin Pačes
Browse files
Options
Downloads
Patches
Plain Diff
Adding the OpenJpeg2 build manifest.
parent
d514c9b7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
puppet/modules/openjpeg2/manifests/init.pp
+10
-0
10 additions, 0 deletions
puppet/modules/openjpeg2/manifests/init.pp
with
10 additions
and
0 deletions
puppet/modules/openjpeg2/manifests/init.pp
0 → 100644
+
10
−
0
View file @
8b3dc050
class
openjpeg2
{
#
# OpenJpeg2 RPM build
#
package
{
'cmake28'
:
ensure
=>
'latest'
}
package
{
'libtiff-devel'
:
ensure
=>
'latest'
}
package
{
'libpng-devel'
:
ensure
=>
'latest'
}
package
{
'zlib-devel'
:
ensure
=>
'latest'
}
package
{
'lcms2-devel'
:
ensure
=>
'latest'
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment