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
0ddecf1d
Commit
0ddecf1d
authored
Jul 04, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add gcrypt
parent
da2c15ae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
+33
-0
contrib/src/gcrypt/SHA512SUMS
contrib/src/gcrypt/SHA512SUMS
+1
-0
contrib/src/gcrypt/gcrypt-nodocs.patch
contrib/src/gcrypt/gcrypt-nodocs.patch
+11
-0
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+21
-0
No files found.
contrib/src/gcrypt/SHA512SUMS
0 → 100644
View file @
0ddecf1d
d219b23b36870a526d378a4ce784abc044bcb3a547a5e667b8185f2aceffab707918a6be6420d8473fc0c4d293968be5824b5dcf0cc5f0ef0866490f250b101c libgcrypt-1.4.6.tar.bz2
contrib/src/gcrypt/gcrypt-nodocs.patch
0 → 100644
View file @
0ddecf1d
--- libgcrypt/Makefile.am.orig 2008-08-19 17:20:08.000000000 +0200
+++ libgcrypt/Makefile.am 2008-10-21 09:57:33.000000000 +0200
@@ -23,7 +23,7 @@
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
DIST_SUBDIRS = m4 mpi cipher random src doc tests
-SUBDIRS = mpi cipher random src doc tests
+SUBDIRS = mpi cipher random src
EXTRA_DIST = autogen.sh README.SVN
DISTCLEANFILES =
contrib/src/gcrypt/rules.mak
0 → 100644
View file @
0ddecf1d
# GCRYPT
GCRYPT_VERSION
:=
1.4.6
GCRYPT_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-
$(GCRYPT_VERSION)
.tar.bz2
PKGS
+=
gcrypt
$(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2
:
$(
call
download,
$(GCRYPT_URL)
)
.sum-gcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.bz2
libgcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(APPLY)
$(SRC)
/gcrypt/gcrypt-nodocs.patch
$(MOVE)
.gcrypt
:
libgcrypt .gpg-error
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160
--enable-pubkey-ciphers
=
dsa
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