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
34f37d4b
Commit
34f37d4b
authored
9 months ago
by
Adrien Béraud
Committed by
Adrien Béraud
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update natpmp, use CMake
Change-Id: I4aa469134be1167847413d970f745d695d561315
parent
51df8722
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/dhtnet/rules.mak
+1
-1
1 addition, 1 deletion
contrib/src/dhtnet/rules.mak
contrib/src/natpmp/SHA512SUMS
+1
-0
1 addition, 0 deletions
contrib/src/natpmp/SHA512SUMS
contrib/src/natpmp/rules.mak
+5
-6
5 additions, 6 deletions
contrib/src/natpmp/rules.mak
with
7 additions
and
7 deletions
contrib/src/dhtnet/rules.mak
+
1
−
1
View file @
34f37d4b
# DHTNET
DHTNET_VERSION
:=
fd29c1d63cdd9768c6a850526d4e4b285ea50b12
DHTNET_VERSION
:=
cfe512b0632eea046f683b22e42d01eeb943d751
DHTNET_URL
:=
https://review.jami.net/plugins/gitiles/dhtnet/+archive/
$(
DHTNET_VERSION
)
.tar.gz
PKGS
+=
dhtnet
...
...
This diff is collapsed.
Click to expand it.
contrib/src/natpmp/SHA512SUMS
+
1
−
0
View file @
34f37d4b
1697a414f0ff73876c177d8e09242c8da6fd4bc9b1c3a893bfb082420bfdac30f455507b81937042caaf6b30756d2055c073ee1de1ac73f7ef31e4c68e5c4ed7 libnatpmp-20230423.tar.gz
d277d7bd3a3cb47b18e8af2efc1e5c4e14e976dcd5732ff4741477da290a5e081a39ec1a482075700174c302601d54a641bc5cbe22eb7a4ee335ec0def359343 libnatpmp-007c3a53165a0551c877130eea4d966885ce19ae.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/natpmp/rules.mak
+
5
−
6
View file @
34f37d4b
# libnatpmp
NATPMP_VERSION
:=
20230423
NATPMP_URL
:=
http://
miniupnp.free.fr/files/download.php?file
=
libnatpmp-
$(
NATPMP_VERSION
)
.tar.gz
NATPMP_VERSION
:=
007c3a53165a0551c877130eea4d966885ce19ae
NATPMP_URL
:=
http
s
://
github.com/miniupnp/libnatpmp/archive/
${
NATPMP_VERSION
}
.tar.gz
ifndef
HAVE_WIN32
ifndef
HAVE_ANDROID
...
...
@@ -21,11 +21,10 @@ $(TARBALLS)/libnatpmp-$(NATPMP_VERSION).tar.gz:
natpmp
:
libnatpmp-$(NATPMP_VERSION).tar.gz .sum-natpmp
$(
UNPACK
)
$(
APPLY
)
$(
SRC
)
/natpmp/0001-remove-shared-libs-executables.patch
$(
MOVE
)
.natpmp
:
natpmp
cd
$<
&&
$(
MAKE
)
INSTALLPREFIX
=
"
$(
PREFIX
)
"
$(
HOSTVARS
)
install
-
rm
-f
$(
PREFIX
)
/lib/libnatpmp.so
*
$(
PREFIX
)
/lib/libnatpmp.dylib
*
.natpmp
:
natpmp
toolchain.cmake
cd
$<
&&
$(
HOSTVARS
)
$(
CMAKE
)
.
cd
$<
&&
$(
MAKE
)
install
cd
$<
&&
cp
natpmp_declspec.h
$(
PREFIX
)
/include/
touch
$@
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