Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
642bfa6e
Commit
642bfa6e
authored
Jul 04, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add tiff
parent
0b04a788
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
contrib/src/tiff/SHA512SUMS
contrib/src/tiff/SHA512SUMS
+1
-0
contrib/src/tiff/rules.mak
contrib/src/tiff/rules.mak
+21
-0
No files found.
contrib/src/tiff/SHA512SUMS
0 → 100644
View file @
642bfa6e
814d5b2b488c8332ab1e17095004d42d44717a530ab2675740ef4256050971fb5feb35f804001e1bc5081f4a02c38922555fdc4c947b041876c96a32385da094 tiff-3.9.5.tar.gz
contrib/src/tiff/rules.mak
0 → 100644
View file @
642bfa6e
# tiff
TIFF_VERSION
:=
3.9.5
TIFF_URL
:=
ftp://ftp.remotesensing.org/libtiff/tiff-
$(TIFF_VERSION)
.tar.gz
PKGS
+=
tiff
$(TARBALLS)/tiff-$(TIFF_VERSION).tar.gz
:
$(
call
download,
$(TIFF_URL)
)
.sum-tiff
:
tiff-$(TIFF_VERSION).tar.gz
tiff
:
tiff-$(TIFF_VERSION).tar.gz .sum-tiff
$(UNPACK)
$(MOVE)
.tiff
:
tiff
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--with-CFLAGS
=
"
$(CFLAGS)
"
--with-JPEG
=
no
--with-ZIP
=
no
cd
$<
&&
$(MAKE)
-C
port
&&
$(MAKE)
-C
libtiff
cd
$<
&&
$(MAKE)
install
touch
$@
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