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
41084d63
Commit
41084d63
authored
Feb 08, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: added BWToolKit
parent
210f2129
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
2 deletions
+22
-2
extras/contrib/src/Distributions/macosx32.mak
extras/contrib/src/Distributions/macosx32.mak
+1
-1
extras/contrib/src/Distributions/macosx64.mak
extras/contrib/src/Distributions/macosx64.mak
+1
-1
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+18
-0
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Distributions/macosx32.mak
View file @
41084d63
...
...
@@ -8,7 +8,7 @@ all: .freetype \
.png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.SDL_image .gecko .mpcdec
\
.dca .tag .x264 .goom2k4 .lua .zvbi .fluid .fontconfig .ncurses
\
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
.schroedinger .libass .libupnp .kate .sqlite3 .
BWToolKit .
Sparkle
# .expat don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
...
...
extras/contrib/src/Distributions/macosx64.mak
View file @
41084d63
...
...
@@ -8,7 +8,7 @@ all: .freetype \
.png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.gecko .mpcdec
\
.dca .tag .x264 .lua .zvbi .fontconfig .ncurses
\
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
.schroedinger .libass .libupnp .kate .sqlite3 .
BWToolKit .
Sparkle
# .expat don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
...
...
extras/contrib/src/contrib-src.mak
View file @
41084d63
...
...
@@ -2425,6 +2425,24 @@ CLEAN_FILE += .Sparkle
CLEAN_PKG
+=
Sparkle
DISTCLEAN_PKG
+=
Sparkle-
$(SPARKLE_VERSION)
.zip
# ***************************************************************************
# BWToolKit
# ***************************************************************************
BWToolkit.zip
:
$(WGET)
$(BWTOOLKIT_URL)
.BWToolKit
:
BWToolkit.zip
rm
-rf
$@
||
true
(
mkdir
BWToolKit
&&
cd
BWToolKit
&&
unzip ../
$<
)
rm
-rf
$(PREFIX)
/BWToolkit
mv
BWToolkit
$(PREFIX)
touch
$@
CLEAN_FILE
+=
.BWToolKit
CLEAN_PKG
+=
BWToolKit
DISTCLEAN_PKG
+=
BWToolkit.zip
# ***************************************************************************
# UPNP library
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
41084d63
...
...
@@ -228,6 +228,8 @@ GSM_URL=$(CONTRIB_VIDEOLAN)/gsm-$(GSM_VERSION).tar.gz
SPARKLE_VERSION
=
1.5b6-vlc
#SPARKLE_URL=http://sparkle.andymatuschak.org/files/Sparkle%20$(SPARKLE_VERSION).zip
SPARKLE_URL
=
$(CONTRIB_VIDEOLAN)
/Sparkle-
$(SPARKLE_VERSION)
.zip
BWTOOLKIT_VERSION
=
1.2.5
BWTOOLKIT_URL
=
http://brandonwalkin.com/blog/bwtfiles/BWToolkit.zip
XCB_VERSION
=
1.2
XCB_URL
=
http://xcb.freedesktop.org/dist/
XCB_UTIL_VERSION
=
0.2
...
...
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