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
f287c93d
Commit
f287c93d
authored
Sep 14, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds ncurses compiled with wide characters support to contribs for MacOSX
parent
fb2512ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+18
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
extras/contrib/src/Distributions/darwin.mak
View file @
f287c93d
...
...
@@ -5,7 +5,7 @@ all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager
\
.SDL_image .glib .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .aclocal
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .
ncurses .
aclocal
# .expat .clinkcc don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
extras/contrib/src/Makefile
View file @
f287c93d
...
...
@@ -1137,7 +1137,7 @@ libdvbpsi: libdvbpsi4-$(LIBDVBPSI_VERSION).tar.gz
CLEAN_FILE
+=
.dvbpsi
CLEAN_PKG
+=
libdvbpsi
DISTCLEAN_PKG
+=
libdvbpsi
3
-
$(LIBDVBPSI_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
libdvbpsi
4
-
$(LIBDVBPSI_VERSION)
.tar.gz
# ***************************************************************************
# live
...
...
@@ -2162,6 +2162,23 @@ pthreads: pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
$(INSTALL_NAME)
touch
$@
# ***************************************************************************
# ncurses library (with wide chars support)
# ***************************************************************************
ncurses-$(NCURSES_VERSION).tar.gz
:
$(WGET)
$(NCURSES_URL)
ncurses
:
ncurses-$(NCURSES_VERSION).tar.gz
$(EXTRACT_GZ)
.ncurses
:
ncurses
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--without-debug
--enable-widec
--without-develop
--without-shared
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.ncurses
CLEAN_PKG
+=
ncurses
DISTCLEAN_PKG
+=
ncurses-
$(NCURSES_VERSION)
.tar.gz
# ***************************************************************************
# Some cleaning
...
...
extras/contrib/src/packages.mak
View file @
f287c93d
...
...
@@ -191,3 +191,5 @@ TAGLIB_VERSION=1.4
TAGLIB_URL
=
http://developer.kde.org/~wheeler/files/src/taglib-
$(TAGLIB_VERSION)
.tar.gz
LUA_VERSION
=
5.1
LUA_URL
=
http://www.lua.org/ftp/lua-
$(LUA_VERSION)
.tar.gz
NCURSES_VERSION
=
5.6
NCURSES_URL
=
$(GNU)
/ncurses/ncurses-
$(NCURSES_VERSION)
.tar.gz
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