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
Łukasz Nowak
chromebrew
Commits
e704e1f1
Commit
e704e1f1
authored
May 18, 2020
by
vincowl
Committed by
GitHub
May 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[graphviz] Update 2.44.0 (#4071)
Co-authored-by:
Vincent GIRARD
<
vincent@heliosphere.fr
>
parent
3e0cb163
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
packages/graphviz.rb
packages/graphviz.rb
+5
-12
No files found.
packages/graphviz.rb
View file @
e704e1f1
...
...
@@ -3,21 +3,13 @@ require 'package'
class
Graphviz
<
Package
description
'Graphviz is open source graph visualization software.'
homepage
'https://www.graphviz.org/'
version
'2.4
2.2
'
source_url
'https://gitlab.com/graphviz/graphviz/-/archive/2.4
2.2/graphviz-2.42.2
.tar.bz2'
source_sha256
'
1daed697d9cdd7fac3b320336fa98dd3518dd211769301dc716869fc3d5409b1
'
version
'2.4
4.0
'
source_url
'https://gitlab.com/graphviz/graphviz/-/archive/2.4
4.0/graphviz-2.44.0
.tar.bz2'
source_sha256
'
eaff61ce05bf8196c596097bab6310fa6e7e96ee908a199a4bc83fbd5e7082d6
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.42.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.42.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.42.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/graphviz-2.42.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'7950f9bf30b726d47e2a43b7617cd2cc01039a53faba377b5c8aa706e1b61a2f'
,
armv7l:
'7950f9bf30b726d47e2a43b7617cd2cc01039a53faba377b5c8aa706e1b61a2f'
,
i686:
'dc786a500b658446e90f90e7e6b8aeb5165840f09964f12899cef19c8413a633'
,
x86_64:
'b34bab2d96832ca42aaeeddad01637f4f0bab8705f7d49ef9a2488a7164d8451'
,
})
depends_on
'automake'
=>
:build
...
...
@@ -27,10 +19,11 @@ class Graphviz < Package
depends_on
'libxrender'
depends_on
'poppler'
depends_on
'tcl'
depends_on
'expat'
def
self
.
build
system
"./autogen.sh"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
LDFLAGS='-L
#{
CREW_LIB_PREFIX
}
' --with-libgd=yes --with-gdincludedir=
#{
CREW_PREFIX
}
/include --with-gdlibdir=
#{
CREW_LIB_PREFIX
}
--enable-tcl=no --enable-lua=no --enable-perl=no --enable-io=no"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
LDFLAGS='-L
#{
CREW_LIB_PREFIX
}
' --with-libgd=yes --with-gdincludedir=
#{
CREW_PREFIX
}
/include --with-gdlibdir=
#{
CREW_LIB_PREFIX
}
--enable-tcl=no --enable-lua=no --enable-perl=no --enable-io=no
--with-libexpat=yes
"
system
"make"
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