Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37421454
en ru br
Репозитории ALT
S:1.0.2-alt4
4.1: 0.13.1-alt2
4.0: 0.13.1-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libortp

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libortp
Version: 1.0.2
Release: alt4

Group: System/Libraries
Summary: Real-time Transport Protocol Stack
Url: http://www.linphone.org/eng/documentation/dev/ortp.html
License: LGPL
Source: %name-%version.tar
Patch0: %name-%version-%release.patch
BuildRequires: glibc-devel libbctoolbox-devel gcc8

%description
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

%package devel
Summary: Headers, libraries and docs for the oRTP library
Group: Development/C
Requires: %name = %version-%release
Conflicts: libortp0.7-devel

%description devel
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

This package contains header files and development libraries needed to
develop programs using the oRTP library.

%prep
%setup
%patch0 -p1

%build
%define _optlevel 3
%add_optflags %optflags_shared %optflags_strict %optflags_notraceback
%ifnarch %e2k
# as of lcc-1.23.12
%add_optflags -fno-schedule-insns -fschedule-insns2
%endif
%ifarch %ix86
%add_optflags -malign-double
%endif
%ifnarch %e2k
%set_gcc_version 8
export CC="gcc-%{_gcc_version}"
%endif
./autogen.sh
%configure \
   --disable-static \
   --enable-shared \
   --disable-documentation
%make_build CFLAGS="%optflags" CXXFLAGS="%optflags"

%install
%make install DESTDIR=%buildroot

%files
%doc AUTHORS COPYING ChangeLog NEWS README.md
%_libdir/*.so.*

%files devel
#%%exclude %%_docdir/ortp*
#%%doc doc/html
%_libdir/*.so
%_libdir/pkgconfig/*.pc
%_includedir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin