# HG changeset patch # User Hans-G?nter Theisgen # Date 1645603220 -3600 # Node ID 508bfd297019654bf4ded062acea9e64148e1960 # Parent 237fb52f1080d220e5e4c233f37d061e28952918 updated osip and osip-dev (5.1.1 -> 5.3.0) diff -r 237fb52f1080 -r 508bfd297019 exosip-dev/receipt --- a/exosip-dev/receipt Wed Feb 23 07:55:23 2022 +0100 +++ b/exosip-dev/receipt Wed Feb 23 09:00:20 2022 +0100 @@ -16,3 +16,4 @@ cook_copy_folders include cook_copy_files *.*a } + diff -r 237fb52f1080 -r 508bfd297019 exosip/receipt --- a/exosip/receipt Wed Feb 23 07:55:23 2022 +0100 +++ b/exosip/receipt Wed Feb 23 09:00:20 2022 +0100 @@ -40,3 +40,4 @@ cook_copy_folders bin cook_copy_files *.so* } + diff -r 237fb52f1080 -r 508bfd297019 osip-dev/receipt --- a/osip-dev/receipt Wed Feb 23 07:55:23 2022 +0100 +++ b/osip-dev/receipt Wed Feb 23 09:00:20 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="osip-dev" -VERSION="5.1.1" +VERSION="5.3.0" CATEGORY="development" SHORT_DESC="SIP library - development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,10 +17,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib $fs/usr - - rm -f $fs/usr/lib/*.so* + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r 237fb52f1080 -r 508bfd297019 osip/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/osip/description.txt Wed Feb 23 09:00:20 2022 +0100 @@ -0,0 +1,11 @@ +OSIP is an LGPL implementation of SIP. +It's stable, portable, flexible and compliant! -may be more-! +It is used mostly with eXosip2 stack (GPL) which provides +simpler API for User-Agent implementation. + +SIP stands for the Session Initiation Protocol and is described +by the rfc3261 (wich deprecates rfc2543). +This library aims to provide multimedia and telecom software +developers an easy and powerful interface to initiate and +control SIP based sessions in their applications. +SIP is a open standard replacement from IETF for H323. diff -r 237fb52f1080 -r 508bfd297019 osip/receipt --- a/osip/receipt Wed Feb 23 07:55:23 2022 +0100 +++ b/osip/receipt Wed Feb 23 09:00:20 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="osip" -VERSION="5.1.1" +VERSION="5.3.0" CATEGORY="network" SHORT_DESC="SIP library." MAINTAINER="pascal.bellard@slitaz.org" @@ -28,12 +28,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }