rebuilt with libpt 2.14.3-2mamba with gstreamer disabled [release 3.14.3-2mamba;Wed Oct 15 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 05:16:54 +01:00
parent d65d414ed1
commit accf19b52a

View File

@ -1,16 +1,16 @@
#%define ekiga_ver 3.0.1
%define majver %(echo %version | cut -d. -f 1-2)
%define MINver %(echo %version | cut -d. -f 2-3)
Name: libopal
Version: 3.10.10
Release: 1mamba
Version: 3.14.3
Release: 2mamba
Summary: Opal Library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ekiga.org
Source: http://ftp.acc.umu.se/pub/GNOME/sources/opal/%{majver}/opal-%{version}.tar.xz
#http://www.ekiga.org/admin/downloads/latest/sources/ekiga_%{ekiga_ver}/opal-%{version}.tar.gz
Source: http://sourceforge.net/projects/opalvoip/files/v%{majver}%20Lacaille/Stable%203/opal-%{version}.tar.bz2
Patch0: %{name}-3.6.1-noilbc.patch
Patch1: %{name}-3.6.2.patch
Patch2: %{name}-3.6.1-gcc44.patch
@ -18,20 +18,18 @@ Patch3: %{name}-3.10.2-ffmpeg-1.patch
License: MPL 1.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libexpat-devel
BuildRequires: libavcodec-ffmpeg-devel
BuildRequires: libavutil-ffmpeg-devel
BuildRequires: libgcc
BuildRequires: libodbc-devel
BuildRequires: libogg-devel
BuildRequires: libopenldap-devel
BuildRequires: libopenssl-devel
BuildRequires: libpt-devel >= 2.10.2
BuildRequires: libsasl-devel
BuildRequires: libSDL-devel
BuildRequires: libspeexdsp-devel
BuildRequires: libopus-devel
BuildRequires: libpt-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtheora-devel
BuildRequires: libvpx-devel
BuildRequires: libx264-devel
## AUTOBUILDREQ-END
BuildRequires: libpt-devel >= 2.%{MINver}-2mamba
BuildRequires: libspeex-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -49,10 +47,10 @@ This package contains static libraries and header files need for development.
%prep
%setup -q -n opal-%{version}
# non-free iLBC codec.
rm -rf plugins/audio/iLBC/
rm -rf src/codec/iLBCmf.cxx
%patch0 -p1 -b .noilbc
## non-free iLBC codec.
#rm -rf plugins/audio/iLBC/
#rm -rf src/codec/iLBCmf.cxx
#%patch0 -p1 -b .noilbc
#%patch1 -p1 -b .3.6.2
#%patch2 -p1
#%patch3 -p1
@ -61,7 +59,7 @@ rm -rf src/codec/iLBCmf.cxx
# FIXME: "--enable-localspeex" has been enabled to bypass the error
# "checking Speex versions... Died at t.pl line 16."
%configure --enable-localspeex --enable-h263avcodec
%make -j1 SYSLIBS="-L/usr/share/pwlib/lib -lpt"
%make opt -j1 SYSLIBS="-L/usr/share/pwlib/lib -lpt"
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -93,9 +91,26 @@ rm -f %{buildroot}%{_datadir}/opal/opal_inc.mak
%dir %{_includedir}/opal
%{_includedir}/opal/*
%{_libdir}/libopal.so
%dir %{_datadir}/opal
%dir %{_datadir}/opal/make
%{_datadir}/opal/make/opal.mak
%{_datadir}/opal/make/opal_config.mak
%{_datadir}/opal/make/toplevel.mak
%{_libdir}/pkgconfig/opal.pc
%changelog
* Wed Oct 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.3-2mamba
- rebuilt with libpt 2.14.3-2mamba with gstreamer disabled
* Tue Oct 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.3-1mamba
- update to 3.14.3
* Tue Oct 14 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.9-1mamba
- update to 3.12.9
* Mon Nov 25 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.8-1mamba
- update to 3.12.8
* Sun Feb 24 2013 Automatic Build System <autodist@mambasoft.it> 3.10.10-1mamba
- automatic version update by autodist