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
ac0cbe7f
Commit
ac0cbe7f
authored
Jun 30, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add tiger
parent
44d90526
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
contrib/src/tiger/SHA512SUMS
contrib/src/tiger/SHA512SUMS
+1
-0
contrib/src/tiger/rules.mak
contrib/src/tiger/rules.mak
+24
-0
No files found.
contrib/src/tiger/SHA512SUMS
0 → 100644
View file @
ac0cbe7f
7086309d83cf6075a22e2ed53f27eb3f7d3ed9558747fa077da6c72be92d9f0f36142f7a7828cb622e7b370e0a24497c07c6afddefa127e792005926fc3c8235 libtiger-0.3.1.tar.gz
contrib/src/tiger/rules.mak
0 → 100644
View file @
ac0cbe7f
# Tiger
TIGER_VERSION
:=
0.3.1
TIGER_URL
:=
http://libtiger.googlecode.com/files/libtiger-
$(TIGER_VERSION)
.tar.gz
ifeq
($(call need_pkg,"pangocairo >= 0.16"),)
# only available if the system has pangocairo
PKGS
+=
tiger
endif
$(TARBALLS)/libtiger-$(TIGER_VERSION).tar.gz
:
$(
call
download,
$(TIGER_URL)
)
.sum-tiger
:
libtiger-$(TIGER_VERSION).tar.gz
libtiger
:
libtiger-$(TIGER_VERSION).tar.gz .sum-tiger
$(UNPACK)
$(MOVE)
.tiger
:
libtiger .kate
cd
$<
&&
autoreconf
-fiv
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-doc
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