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
d0746cf8
Commit
d0746cf8
authored
Jul 06, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add gnutls
parent
f51302ab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
0 deletions
+61
-0
contrib/src/gnutls/SHA512SUMS
contrib/src/gnutls/SHA512SUMS
+1
-0
contrib/src/gnutls/gnutls-win32.patch
contrib/src/gnutls/gnutls-win32.patch
+20
-0
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+40
-0
No files found.
contrib/src/gnutls/SHA512SUMS
0 → 100644
View file @
d0746cf8
f3e82c704311cc62dab9cb4edea6e120929dcefd6e2a9cc4992b512d280552432320e1b92d845176bcf40a0f4d5652a86f64c36aff77888948f72c92f18323de gnutls-2.12.2.tar.bz2
contrib/src/gnutls/gnutls-win32.patch
0 → 100644
View file @
d0746cf8
--- gnutls-2.2.5/gl/gai_strerror.c 2008-02-21 08:58:18.000000000 +0100
+++ gnutls/gl/gai_strerror.c 2008-05-22 08:20:56.000000000 +0200
@@ -62,7 +62,7 @@
{ EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") }
#endif
};
-
+#ifndef _WIN32
const char *
gai_strerror (int code)
{
@@ -73,6 +73,7 @@
return _("Unknown error");
}
+#endif
#ifdef _LIBC
libc_hidden_def (gai_strerror)
#endif
contrib/src/gnutls/rules.mak
0 → 100644
View file @
d0746cf8
# GnuTLS
GNUTLS_VERSION
:=
2.12.2
GNUTLS_URL
:=
http://ftp.gnu.org/pub/gnu/gnutls/gnutls-
$(GNUTLS_VERSION)
.tar.bz2
PKGS
+=
gnutls
ifeq
($(call need_pkg,"gnutls >= 2.0.0"),)
PKGS_FOUND
+=
gnutls
endif
$(TARBALLS)/gnutls-$(GNUTLS_VERSION).tar.bz2
:
$(
call
download,
$(GNUTLS_URL)
)
.sum-gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2 .sum-gnutls
$(UNPACK)
$(APPLY)
$(SRC)
/gnutls/gnutls-win32.patch
$(MOVE)
GNUTLS_CONF
:=
\
--disable-gtk-doc
\
--disable-cxx
\
--disable-srp-authentication
\
--disable-psk-authentication-FIXME
\
--disable-anon-authentication
\
--disable-camellia
\
--disable-extra-pki
\
--disable-openpgp-authentication
\
--disable-session-ticket
\
--disable-openssl-compatibility
\
--disable-guile
\
--with-libgcrypt
\
$(HOSTCONF)
.gnutls
:
gnutls .gcrypt .gpg-error
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(GNUTLS_CONF)
cd
$<
/lib
&&
$(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