Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
1232fcfd
Commit
1232fcfd
authored
Jul 11, 2017
by
Vince Wadhwani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add imagemagick 6 package
parent
e5032bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
packages/imagemagick6.rb
packages/imagemagick6.rb
+24
-0
No files found.
packages/imagemagick6.rb
0 → 100644
View file @
1232fcfd
require
'package'
class
Imagemagick6
<
Package
description
'Use ImageMagick to create, edit, compose, or convert bitmap images.'
homepage
'http://www.imagemagick.org/script/index.php'
version
'6.9.8.10'
source_url
'https://www.imagemagick.org/download/ImageMagick-6.9.8-10.tar.xz'
source_sha256
'8fc268f6e1bc514b41620e0f3f6c5dd33bfc5169db679e9a5c0455c6edd11810'
depends_on
'pkgconfig'
depends_on
"libjpeg"
depends_on
"libpng"
depends_on
"libtiff"
depends_on
"freetype"
def
self
.
build
system
"./configure CFLAGS=
\"
-fPIC
\"
--without-python"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment