wok-current rev 24531
updated osip and osip-dev (5.1.1 -> 5.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 09:00:20 2022 +0100 (2022-02-23) |
parents | 237fb52f1080 |
children | 4b9f7978be6f |
files | exosip-dev/receipt exosip/receipt osip-dev/receipt osip/description.txt osip/receipt |
line diff
1.1 --- a/exosip-dev/receipt Wed Feb 23 07:55:23 2022 +0100 1.2 +++ b/exosip-dev/receipt Wed Feb 23 09:00:20 2022 +0100 1.3 @@ -16,3 +16,4 @@ 1.4 cook_copy_folders include 1.5 cook_copy_files *.*a 1.6 } 1.7 +
2.1 --- a/exosip/receipt Wed Feb 23 07:55:23 2022 +0100 2.2 +++ b/exosip/receipt Wed Feb 23 09:00:20 2022 +0100 2.3 @@ -40,3 +40,4 @@ 2.4 cook_copy_folders bin 2.5 cook_copy_files *.so* 2.6 } 2.7 +
3.1 --- a/osip-dev/receipt Wed Feb 23 07:55:23 2022 +0100 3.2 +++ b/osip-dev/receipt Wed Feb 23 09:00:20 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="osip-dev" 3.7 -VERSION="5.1.1" 3.8 +VERSION="5.3.0" 3.9 CATEGORY="development" 3.10 SHORT_DESC="SIP library - development files." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -17,10 +17,7 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr 3.17 - 3.18 - cp -a $install/usr/include $fs/usr 3.19 - cp -a $install/usr/lib $fs/usr 3.20 - 3.21 - rm -f $fs/usr/lib/*.so* 3.22 + cook_copy_folders include 3.23 + cook_copy_folders pkgconfig 3.24 + cook_copy_files *.*a 3.25 }
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/osip/description.txt Wed Feb 23 09:00:20 2022 +0100 4.3 @@ -0,0 +1,11 @@ 4.4 +OSIP is an LGPL implementation of SIP. 4.5 +It's stable, portable, flexible and compliant! -may be more-! 4.6 +It is used mostly with eXosip2 stack (GPL) which provides 4.7 +simpler API for User-Agent implementation. 4.8 + 4.9 +SIP stands for the Session Initiation Protocol and is described 4.10 +by the rfc3261 (wich deprecates rfc2543). 4.11 +This library aims to provide multimedia and telecom software 4.12 +developers an easy and powerful interface to initiate and 4.13 +control SIP based sessions in their applications. 4.14 +SIP is a open standard replacement from IETF for H323.
5.1 --- a/osip/receipt Wed Feb 23 07:55:23 2022 +0100 5.2 +++ b/osip/receipt Wed Feb 23 09:00:20 2022 +0100 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="osip" 5.7 -VERSION="5.1.1" 5.8 +VERSION="5.3.0" 5.9 CATEGORY="network" 5.10 SHORT_DESC="SIP library." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 @@ -28,12 +28,11 @@ 5.13 --mandir=/usr/share/man \ 5.14 $CONFIGURE_ARGS && 5.15 make && 5.16 - make DESTDIR=$DESTDIR install 5.17 + make install DESTDIR=$DESTDIR 5.18 } 5.19 5.20 # Rules to gen a SliTaz package suitable for Tazpkg. 5.21 genpkg_rules() 5.22 { 5.23 - mkdir -p $fs/usr/lib 5.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 5.25 + cook_copy_files *.so* 5.26 }