diff --git a/common/shlibs b/common/shlibs index d61a093483b..77a87a6ffd2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2924,6 +2924,7 @@ libbaccats-mysql-9.0.4.so bacula-common-mariadb-9.0.4_1 bpipe-fd.so bacula-fd-9.0.4_1 libnftables.so.0 libnftables-0.8.4_1 libbctoolbox.so.1 bctoolbox-0.6.0_1 +libortp.so.13 ortp-1.0.2_1 libsuperlu.so.5 superlu-5.2.1_1 libgosu.so.0 gosu-0.12.0_1 libyara.so.3 libyara-3.5.0_1 diff --git a/srcpkgs/ortp-devel b/srcpkgs/ortp-devel new file mode 120000 index 00000000000..223f1f69f13 --- /dev/null +++ b/srcpkgs/ortp-devel @@ -0,0 +1 @@ +ortp \ No newline at end of file diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template new file mode 100644 index 00000000000..c8751b22bed --- /dev/null +++ b/srcpkgs/ortp/template @@ -0,0 +1,24 @@ +# Template file for 'ortp' +pkgname=ortp +version=1.0.2 +revision=1 +build_style=cmake +configure_args="-DENABLE_STATIC=OFF" +makedepends="bctoolbox-devel" +short_desc="Real-Time Transport Protocol (RFC 3550) library" +maintainer="maxice8 " +license="GPL-2.0-only" +homepage="https://www.linphone.org/technical-corner/ortp/overview" +distfiles="https://github.com/BelledonneCommunications/ortp/archive/${version}.tar.gz" +checksum=f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76 + +ortp-devel_package() { + depends="ortp-${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/share/oRTP/cmake + vmove "usr/lib/*.so" + } +}