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
57368006
Commit
57368006
authored
Sep 03, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: and libxcb and xcb-util
parent
b6e6e8fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
0 deletions
+59
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+55
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+4
-0
No files found.
extras/contrib/src/Makefile
View file @
57368006
...
@@ -2498,6 +2498,61 @@ CLEAN_PKG += gsm
...
@@ -2498,6 +2498,61 @@ CLEAN_PKG += gsm
DISTCLEAN_PKG
+=
gsm-
$(GSM_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
gsm-
$(GSM_VERSION)
.tar.gz
# ***************************************************************************
# X11 C Bindings
# ***************************************************************************
libxcb-$(XCB_VERSION).tar.bz2
:
$(WGET)
$(XCB_URL)
/
$@
libxcb
:
libxcb-$(XCB_VERSION).tar.bz2
-
rm
-rf
$@
bzcat
$<
|
tar
xf -
mv
libxcb-
$(XCB_VERSION)
$@
touch
$@
.xcb
:
libxcb
cd
$<
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
\
--disable-composite
\
--disable-damage
\
--disable-dpms
\
--disable-glx
\
--enable-randr
\
--disable-record
\
--enable-render
\
--disable-resource
\
--disable-screensaver
\
--disable-shape
\
--enable-shm
\
--disable-sync
\
--disable-xevie
\
--disable-xfixes
\
--disable-xfree86-dri
\
--disable-xinerama
\
--disable-xinput
\
--disable-xprint
\
--disable-selinux
\
--disable-xtest
\
--enable-xv
\
--disable-xvmc
\
--disable-build-docs
cd
$<
&&
make
install
touch
$@
xcb-util-$(XCB_UTIL_VERSION).tar.bz2
:
$(WGET)
$(XCB_UTIL_URL)
/
$@
xcb-util
:
xcb-util-$(XCB_UTIL_VERSION).tar.bz2
-
rm
-rf
$@
bzcat
$<
|
tar
xf -
mv
xcb-util-
$(XCB_UTIL_VERSION)
$@
touch
$@
.xcb-util
:
xcb-util .xcb
cd
$<
&&
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
cd
$<
&&
make
install
touch
$@
# ***************************************************************************
# ***************************************************************************
# Some cleaning
# Some cleaning
...
...
extras/contrib/src/packages.mak
View file @
57368006
...
@@ -231,3 +231,7 @@ GSM_URL=http://user.cs.tu-berlin.de/~jutta/gsm/gsm-$(GSM_VERSION).tar.gz
...
@@ -231,3 +231,7 @@ GSM_URL=http://user.cs.tu-berlin.de/~jutta/gsm/gsm-$(GSM_VERSION).tar.gz
SPARKLE_VERSION
=
1.5b6-vlc
SPARKLE_VERSION
=
1.5b6-vlc
#SPARKLE_URL=http://sparkle.andymatuschak.org/files/Sparkle%20$(SPARKLE_VERSION).zip
#SPARKLE_URL=http://sparkle.andymatuschak.org/files/Sparkle%20$(SPARKLE_VERSION).zip
SPARKLE_URL
=
$(VIDEOLAN)
/testing/contrib/Sparkle-
$(SPARKLE_VERSION)
.zip
SPARKLE_URL
=
$(VIDEOLAN)
/testing/contrib/Sparkle-
$(SPARKLE_VERSION)
.zip
XCB_VERSION
=
1.2
XCB_URL
=
http://xcb.freedesktop.org/dist/
XCB_UTIL_VERSION
=
0.2
XCB_UTIL_URL
=
$(XCB_URL)
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