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
bb581878
Commit
bb581878
authored
Jul 19, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add gmp
parent
b222a7a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
contrib/src/gmp/SHA512SUMS
contrib/src/gmp/SHA512SUMS
+1
-0
contrib/src/gmp/rules.mak
contrib/src/gmp/rules.mak
+18
-0
contrib/src/nettle/rules.mak
contrib/src/nettle/rules.mak
+2
-0
No files found.
contrib/src/gmp/SHA512SUMS
0 → 100644
View file @
bb581878
b53cc482e73aa91ae4f83301d9ef83a98cd85cfe53347e102a059fa477edceebded466223b436bc250314eb6ec2e53ecc4fa1528341435f09e232f0c4e305bad gmp-5.0.2.tar.bz2
contrib/src/gmp/rules.mak
0 → 100644
View file @
bb581878
# GNU Multiple Precision Arithmetic
GMP_VERSION
:=
5.0.2
GMP_URL
:=
ftp://ftp.gmplib.org/pub/gmp-
$(GMP_VERSION)
/gmp-
$(GMP_VERSION)
.tar.bz2
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2
:
$(
call
download,
$(GMP_URL)
)
.sum-gmp
:
gmp-$(GMP_VERSION).tar.bz2
gmp
:
gmp-$(GMP_VERSION).tar.bz2 .sum-gmp
$(UNPACK)
$(MOVE)
.gmp
:
gmp
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/nettle/rules.mak
View file @
bb581878
...
@@ -14,6 +14,8 @@ nettle: nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
...
@@ -14,6 +14,8 @@ nettle: nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
$(UNPACK)
$(UNPACK)
$(MOVE)
$(MOVE)
DEPS_nettle
=
gmp
$(DEPS_gmp)
.nettle
:
nettle
.nettle
:
nettle
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
install
...
...
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