Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
84e024aa
Commit
84e024aa
authored
10 years ago
by
Alexandre Lision
Committed by
Guillaume Roguez
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
OSX: Add gettext to required tools
Refs #64008 Change-Id: I9bb649ff8b4cfc41cd38ce3e01e30ec9a0104b65
parent
74835ef9
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
daemon/extras/tools/bootstrap
+1
-0
1 addition, 0 deletions
daemon/extras/tools/bootstrap
daemon/extras/tools/packages.mak
+3
-0
3 additions, 0 deletions
daemon/extras/tools/packages.mak
daemon/extras/tools/tools.mak
+17
-0
17 additions, 0 deletions
daemon/extras/tools/tools.mak
with
21 additions
and
0 deletions
daemon/extras/tools/bootstrap
+
1
−
0
View file @
84e024aa
...
@@ -80,6 +80,7 @@ check yasm
...
@@ -80,6 +80,7 @@ check yasm
check_tar
check_tar
check_sed
check_sed
check ant
check ant
check gettext
[
-n
"
$NEEDED
"
]
&&
mkdir
-p
build/
&&
echo
"To-be-built packages:
`
echo
$NEEDED
|
sed
's/\.//g'
`
"
[
-n
"
$NEEDED
"
]
&&
mkdir
-p
build/
&&
echo
"To-be-built packages:
`
echo
$NEEDED
|
sed
's/\.//g'
`
"
...
...
This diff is collapsed.
Click to expand it.
daemon/extras/tools/packages.mak
+
3
−
0
View file @
84e024aa
...
@@ -39,3 +39,6 @@ SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2
...
@@ -39,3 +39,6 @@ SED_URL=$(GNU)/sed/sed-$(SED_VERSION).tar.bz2
ANT_VERSION
=
1.9.4
ANT_VERSION
=
1.9.4
ANT_URL
=
$(
APACHE
)
/ant/binaries/apache-ant-
$(
ANT_VERSION
)
-bin
.tar.bz2
ANT_URL
=
$(
APACHE
)
/ant/binaries/apache-ant-
$(
ANT_VERSION
)
-bin
.tar.bz2
GETTEXT_VERSION
=
0.19.4
GETTEXT_URL
=
$(
GNU
)
/gettext/gettext-
$(
GETTEXT_VERSION
)
.tar.gz
This diff is collapsed.
Click to expand it.
daemon/extras/tools/tools.mak
+
17
−
0
View file @
84e024aa
...
@@ -249,6 +249,23 @@ CLEAN_PKG += ant
...
@@ -249,6 +249,23 @@ CLEAN_PKG += ant
DISTCLEAN_PKG
+=
apache-ant-
$(
ANT_VERSION
)
.tar.bz2
DISTCLEAN_PKG
+=
apache-ant-
$(
ANT_VERSION
)
.tar.bz2
CLEAN_FILE
+=
.ant
CLEAN_FILE
+=
.ant
# GNU gettext
gettext-$(GETTEXT_VERSION).tar.gz
:
$(
call download,
$(
GETTEXT_URL
))
gettext
:
gettext-$(GETTEXT_VERSION).tar.gz
$(
UNPACK
)
$(
MOVE
)
.gettext
:
gettext
(
cd
$<
;
./configure
--prefix
=
$(
PREFIX
)
&&
$(
MAKE
)
&&
$(
MAKE
)
install
)
touch
$@
CLEAN_FILE
+=
.gettext
CLEAN_PKG
+=
gettext
DISTCLEAN_PKG
+=
gettext-
$(
CMAKE_VERSION
)
.tar.gz
#
#
#
#
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment