Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
b06f51d3
Commit
b06f51d3
authored
5 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
packaging: bundle ffmpeg to deb packages and fedora packages
Change-Id: I311cab0134ae98481ec0f93ad6737ba4d3d6a28a
parent
d51e6b20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packaging/rules/debian/rules
+2
-1
2 additions, 1 deletion
packaging/rules/debian/rules
packaging/rules/fedora/jami.spec
+2
-1
2 additions, 1 deletion
packaging/rules/fedora/jami.spec
with
4 additions
and
2 deletions
packaging/rules/debian/rules
+
2
−
1
View file @
b06f51d3
...
...
@@ -52,7 +52,8 @@ override_dh_auto_configure:
--disable-natpmp
\
--enable-gnutls
&&
\
make
list
&&
\
make
-j$(NO_CPUS)
V
=
1
make
-j$(NO_CPUS)
V
=
1
&&
\
make
-j
$(
NO_CPUS
)
.ffmpeg
V
=
1
cd
daemon
&&
\
./autogen.sh
&&
\
./configure
\
...
...
This diff is collapsed.
Click to expand it.
packaging/rules/fedora/jami.spec
+
2
−
1
View file @
b06f51d3
...
...
@@ -105,7 +105,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-natpmp && \
make list && \
make fetch && \
make -j4 V=1
make -j4 V=1 && \
make -j4 V=1 .ffmpeg
cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \
...
...
This diff is collapsed.
Click to expand it.
Fredy Pulido
@fpulido
mentioned in commit
a27b6c1b
·
5 years ago
mentioned in commit
a27b6c1b
mentioned in commit a27b6c1bdfc877616cf15b2b1006f0833c9a7b5d
Toggle commit list
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