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
0da4be5d
Commit
0da4be5d
authored
Feb 21, 2021
by
saltedcoffii
Committed by
GitHub
Feb 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update Package] libtiff (#5220)
parent
227a9e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
19 deletions
+21
-19
packages/libtiff.rb
packages/libtiff.rb
+21
-19
No files found.
packages/libtiff.rb
View file @
0da4be5d
...
...
@@ -3,31 +3,33 @@ require 'package'
class
Libtiff
<
Package
description
'LibTIFF provides support for the Tag Image File Format (TIFF), a widely used format for storing image data.'
homepage
'http://www.libtiff.org/'
version
'4.
1
.0'
version
'4.
2
.0'
compatibility
'all'
source_url
'https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz'
source_sha256
'5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libtiff-4.1.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libtiff-4.1.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libtiff-4.1.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libtiff-4.1.0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'130c8ef969b06b24f0fd67b4b28b8932a7c96f5326e502d760efaaf4bf7bc850'
,
armv7l:
'130c8ef969b06b24f0fd67b4b28b8932a7c96f5326e502d760efaaf4bf7bc850'
,
i686:
'596e5034c8bd7cbecd28d6aa00aa0919b97a1cdc27325b4260015047d761a5cf'
,
x86_64:
'c25ec510ec23d166ab0edfa20984b1df4325b82d7e72405d483d173480586910'
,
})
source_url
'https://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz'
source_sha256
'eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb'
depends_on
'libx11'
depends_on
'libjpeg'
depends_on
'libwebp'
depends_on
'libdeflate'
depends_on
'imake'
=>
:build
def
self
.
build
system
"./configure CFLAGS=' -fPIC'
#{
CREW_OPTIONS
}
"
system
"env NOCONFIGURE=1 ./autogen.sh"
system
"./configure
#{
CREW_OPTIONS
}
\
--with-x \
--enable-zlib \
--enable-mdi \
--enable-libdeflate \
--enable-pixarlog \
--enable-jpeg \
--enable-lzma \
--enable-zstd \
--enable-webp \
--enable-cxx"
system
'make'
end
depends_on
'libjpeg'
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
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