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
a9c28361
Commit
a9c28361
authored
Nov 07, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Add gnutls libs to OSX build
parent
ea72e55e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
1 deletion
+61
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+55
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+6
-0
No files found.
extras/contrib/src/Makefile
View file @
a9c28361
...
...
@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png
.png
.gpgerror .gcrypt .gnutls
endif
ifeq
($(SYS),BEOS)
all
:
.perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi
\
...
...
@@ -1006,6 +1006,60 @@ CLEAN_FILE += .zvbi
CLEAN_PKG
+=
zvbi
DISCLEAN_PKG
+=
zvbi-
$(ZVBI_VERSION)
.tar.bz2
# ***************************************************************************
# gpg-error
# ***************************************************************************
libgpg-error-$(GPGERROR_VERSION).tar.gz
:
$(WGET)
$(GPGERROR_URL)
libgpg-error
:
libgpg-error-$(GPGERROR_VERSION).tar.gz
$(EXTRACT_GZ)
.gpgerror
:
libgpg-error
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.gpgerror
CLEAN_PKG
+=
libgpg-error
DISCLEAN_PKG
+=
libgpg-error-
$(GPGERROR_VERSION)
.tar.gz
# ***************************************************************************
# libgcrypt
# ***************************************************************************
libgcrypt-$(GCRYPT_VERSION).tar.gz
:
$(WGET)
$(GCRYPT_URL)
libgcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.gz
$(EXTRACT_GZ)
.gcrypt
:
libgcrypt
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.gcrypt
CLEAN_PKG
+=
libgcrypt
DISCLEAN_PKG
+=
libgcrypt-
$(GCRYPT_VERSION)
.tar.gz
# ***************************************************************************
# gnutls
# ***************************************************************************
gnutls-$(GNUTLS_VERSION).tar.bz2
:
$(WGET)
$(GNUTLS_URL)
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnutls
:
gnutls
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.gnutls
CLEAN_PKG
+=
gnutls
DISCLEAN_PKG
+=
gnutls-
$(GNUTLS_VERSION)
.tar.bz2
# ***************************************************************************
# Some cleansing
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
a9c28361
...
...
@@ -111,4 +111,10 @@ TOOLAME_VERSION=02m-beta8
TOOLAME_URL
=
$(VIDEOLAN)
/testing/contrib/toolame-
$(TOOLAME_VERSION)
.tar.bz2
PNG_VERSION
=
1.2.5
PNG_URL
=
$(VIDEOLAN)
/testing/contrib/libpng-
$(PNG_VERSION)
.tar.bz2
GPGERROR_VERSION
=
1.0
GPGERROR_URL
=
$(VIDEOLAN)
/testing/contrib/libgpg-error-
$(GPGERROR_VERSION)
.tar.gz
GCRYPT_VERSION
=
1.2.0
GCRYPT_URL
=
$(VIDEOLAN)
/testing/contrib/libgcrypt-
$(GCRYPT_VERSION)
.tar.gz
GNUTLS_VERSION
=
1.1.22
GNUTLS_URL
=
$(VIDEOLAN)
/testing/contrib/gnutls-
$(GNUTLS_VERSION)
.tar.bz2
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