From fe6f7a18969b4eaf0f80d0ad56c6ef105706c138 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Wed, 23 Jan 2019 22:34:11 +0400 Subject: [PATCH] New package: live555-2018.12.14 --- common/shlibs | 4 ++++ srcpkgs/live555-devel | 1 + srcpkgs/live555-progs | 1 + srcpkgs/live555/template | 40 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 120000 srcpkgs/live555-devel create mode 120000 srcpkgs/live555-progs create mode 100644 srcpkgs/live555/template diff --git a/common/shlibs b/common/shlibs index 97baed786e..475000052d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2835,6 +2835,10 @@ libyaz_icu.so.5 yaz-5.23.1_1 libyaz.so.5 yaz-5.23.1_1 libyaz_server.so.5 yaz-5.23.1_1 libgcab-1.0.so.0 gcab-0.7_1 +libliveMedia.so.65 live555-2018.12.14_1 +libgroupsock.so.8 live555-2018.12.14_1 +libUsageEnvironment.so.3 live555-2018.12.14_1 +libBasicUsageEnvironment.so.1 live555-2018.12.14_1 libappstream.so.4 AppStream-0.12.2_1 libappstream-glib.so.8 appstream-glib-0.6.13_1 libappstream-builder.so.8 appstream-glib-0.6.13_1 diff --git a/srcpkgs/live555-devel b/srcpkgs/live555-devel new file mode 120000 index 0000000000..5568964bd5 --- /dev/null +++ b/srcpkgs/live555-devel @@ -0,0 +1 @@ +live555 \ No newline at end of file diff --git a/srcpkgs/live555-progs b/srcpkgs/live555-progs new file mode 120000 index 0000000000..5568964bd5 --- /dev/null +++ b/srcpkgs/live555-progs @@ -0,0 +1 @@ +live555 \ No newline at end of file diff --git a/srcpkgs/live555/template b/srcpkgs/live555/template new file mode 100644 index 0000000000..3623af2eb3 --- /dev/null +++ b/srcpkgs/live555/template @@ -0,0 +1,40 @@ +# Template file for 'live555' +pkgname=live555 +version=2018.12.14 +revision=1 +wrksrc=live +build_style=gnu-makefile +short_desc="Set of C++ libraries for multimedia streaming" +maintainer="Denis Revin " +license="LGPL-3.0-or-later" +homepage="http://www.live555.com/liveMedia/" +distfiles="http://www.live555.com/liveMedia/public/live.$version.tar.gz" +checksum=8dc31f76909602c3c07c8f876237e6ab7ac674d00f1bb065eda20e719f772a47 + +if [ "$CROSS_BUILD" ]; then + CXXFLAGS="-I. -Iinclude -I../UsageEnvironment/include\ + -I../BasicUsageEnvironment/include\ + -I../groupsock/include -I../liveMedia/include\ + -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1\ + -D_FILE_OFFSET_BITS=64 -fPIC" +fi + +pre_build() { + ./genMakefiles linux-with-shared-libraries +} + +live555-devel_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + } +} + +live555-progs_package() { + short_desc+=" - utilities" + pkg_install() { + vmove usr/bin + } +}