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
2242ff06
Commit
2242ff06
authored
Jun 29, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add freetype2
parent
0a7af594
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
contrib/src/freetype2/SHA512SUMS
contrib/src/freetype2/SHA512SUMS
+1
-0
contrib/src/freetype2/rules.mak
contrib/src/freetype2/rules.mak
+21
-0
No files found.
contrib/src/freetype2/SHA512SUMS
0 → 100644
View file @
2242ff06
0d01e2dbc7bcde434dfd6301adc753e4b62f98ef8fcd80a566e0c10a62f2b51783e911a5bd3c359c033833e0235617b86cc5c8570775672970efa7408adf754d freetype-2.4.5.tar.gz
contrib/src/freetype2/rules.mak
0 → 100644
View file @
2242ff06
# freetype2
FREETYPE2_VERSION
:=
2.4.5
FREETYPE2_URL
:=
$(SF)
/freetype/freetype-
$(FREETYPE2_VERSION)
.tar.gz
PKGS
+=
freetype2
$(TARBALLS)/freetype-$(FREETYPE2_VERSION).tar.gz
:
$(
call
download,
$(FREETYPE2_URL)
)
.sum-freetype2
:
freetype-$(FREETYPE2_VERSION).tar.gz
freetype
:
freetype-$(FREETYPE2_VERSION).tar.gz .sum-freetype2
$(UNPACK)
mv
$@
-
$(FREETYPE2_VERSION)
$@
touch
$@
.freetype2
:
freetype
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
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