Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
32e84aaf
Commit
32e84aaf
authored
Jun 29, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add libxml2
parent
2242ff06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
contrib/src/libxml2/SHA512SUMS
contrib/src/libxml2/SHA512SUMS
+1
-0
contrib/src/libxml2/rules.mak
contrib/src/libxml2/rules.mak
+25
-0
No files found.
contrib/src/libxml2/SHA512SUMS
0 → 100644
View file @
32e84aaf
cb5d88f95feffde6a805a7583306864ad9cc909e958a1044afc6d5864ec480da545343f25c10bba99be59c2344e98d4cd2dcc8a152407a0ce581a51ce214d6bc libxml2-2.7.8.tar.gz
contrib/src/libxml2/rules.mak
0 → 100644
View file @
32e84aaf
# libxml2
LIBXML2_VERSION
:=
2.7.8
LIBXML2_URL
:=
http://xmlsoft.org/sources/libxml2-
$(LIBXML2_VERSION)
.tar.gz
PKGS
+=
libxml2
$(TARBALLS)/libxml2-$(LIBXML2_VERSION).tar.gz
:
$(
call
download,
$(LIBXML2_URL)
)
.sum-libxml2
:
libxml2-$(LIBXML2_VERSION).tar.gz
XMLCONF
=
--with-minimal
--with-catalog
--with-reader
--with-tree
--with-push
--with-xptr
--with-valid
--with-xpath
--with-xinclude
--with-sax1
--without-zlib
--without-iconv
--without-http
--without-ftp
--without-debug
--without-docbook
--without-regexps
--without-python
libxml2
:
libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(UNPACK)
mv
$@
-
$(LIBXML2_VERSION)
$@
touch
$@
.libxml2
:
libxml2
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
CFLAGS
=
"-DLIBXML_STATIC"
$(XMLCONF)
ifndef
HAVE_MACOSX
cd
$<
&&
$(MAKE)
install
endif
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