2024-01-05 17:20:39 +01:00
|
|
|
Name: qutecom
|
2024-01-05 17:20:41 +01:00
|
|
|
Version: 3.0.20141007hg
|
2024-01-05 17:20:39 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 17:20:41 +01:00
|
|
|
Summary: A SIP-compliant VoIP client offering free calling to other softphones
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
2024-01-05 17:20:39 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://trac.qutecom.org
|
2024-01-05 17:20:41 +01:00
|
|
|
# hg clone http://hg.qutecom.org/qutecom-3.0
|
|
|
|
# mv qutecom-3.0/ qutecom-3.0.20141007hg
|
|
|
|
# tar czf ../SOURCES/qutecom-3.0.20141007hg.tar.gz qutecom-3.0.20141007hg/
|
2024-01-05 17:20:39 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/qutecom.mirror/qutecom-%{version}.tar.gz
|
2024-01-05 17:20:41 +01:00
|
|
|
Patch6: qutecom-3.0.20141007hg-cmake-3.0.patch
|
|
|
|
Patch7: qutecom-3.0.20141007hg-compile.patch
|
|
|
|
Patch8: qutecom-3.0.20141007hg-ffmpeg-2.3.3.patch
|
2024-01-05 17:20:39 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXScrnSaver-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libavcodec-ffmpeg-devel
|
|
|
|
BuildRequires: libavformat-ffmpeg-devel
|
|
|
|
BuildRequires: libavutil-ffmpeg-devel
|
|
|
|
BuildRequires: libboost-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgnutls-devel
|
2024-01-05 17:20:41 +01:00
|
|
|
BuildRequires: libogg-devel
|
2024-01-05 17:20:39 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-05 17:20:41 +01:00
|
|
|
BuildRequires: libportaudio-devel
|
2024-01-05 17:20:39 +01:00
|
|
|
BuildRequires: libqt4-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libswscale-ffmpeg-devel
|
2024-01-05 17:20:41 +01:00
|
|
|
BuildRequires: libtheora-devel
|
|
|
|
BuildRequires: libv4l-devel
|
|
|
|
BuildRequires: libx264-devel
|
2024-01-05 17:20:39 +01:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
QuteCom (previously called OpenWengo) is a SIP-compliant voice-over-IP client that allows you to speak to other users of SIP-compliant softphones at no cost. It also allows users to call landlines and cell phones, send SMS text, and make video calls, and is compatible with any SIP provider.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 17:20:41 +01:00
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
|
|
|
|
|
|
|
cp -a engine/qutecom-verona/mediastreamer2/plugins/msg726 engine/qutecom-verona/mediastreamer2/plugins/msg722
|
|
|
|
sed -i -e 's,726,722,g' engine/qutecom-verona/mediastreamer2/plugins/msg722/CMakeLists.txt
|
2024-01-05 17:20:39 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 17:20:41 +01:00
|
|
|
%cmake -d build \
|
|
|
|
-DCMAKE_SKIP_RPATH=OFF \
|
|
|
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
|
|
|
|
-DDATA_COPY_DIR:PATH=%{_libdir}/qutecom \
|
|
|
|
-DCMAKE_INSTALL_RPATH=%{_libdir}/qutecom
|
|
|
|
|
2024-01-05 17:20:39 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
chmod 755 %{buildroot}%{_libdir}/pm-utils/sleep.d/70QuteCom
|
|
|
|
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
update-desktop-database -q >/dev/null 2>&1
|
|
|
|
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/qutecom
|
|
|
|
%{_libdir}/pm-utils/sleep.d/70QuteCom
|
2024-01-05 17:20:41 +01:00
|
|
|
%dir %{_libdir}/qutecom
|
2024-01-05 17:20:39 +01:00
|
|
|
%{_libdir}/qutecom/liblibpurple.so
|
2024-01-05 17:20:41 +01:00
|
|
|
%{_libdir}/qutecom/libmediastreamer2.so
|
2024-01-05 17:20:39 +01:00
|
|
|
%{_libdir}/qutecom/libphapi.so
|
2024-01-05 17:20:41 +01:00
|
|
|
%{_libdir}/qutecom/libutil.so
|
|
|
|
%dir %{_libdir}/qutecom/plugins
|
|
|
|
%{_libdir}/qutecom/plugins/msg722.so
|
|
|
|
%{_libdir}/qutecom/plugins/msg726.so
|
|
|
|
%{_libdir}/qutecom/plugins/msilbc.so
|
|
|
|
%{_libdir}/qutecom/plugins/msx264.so
|
|
|
|
%dir %{_libdir}/qutecom/lang
|
|
|
|
%{_libdir}/qutecom/lang/qtqutecom_*.qm
|
2024-01-05 17:20:39 +01:00
|
|
|
%{_datadir}/applications/qutecom.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/qutecom.png
|
|
|
|
%dir %{_datadir}/qutecom
|
|
|
|
%{_datadir}/qutecom/*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:20:41 +01:00
|
|
|
* Tue Oct 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.20141007hg-1mamba
|
|
|
|
- update to 3.0.20141007hg
|
|
|
|
|
2024-01-05 17:20:39 +01:00
|
|
|
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- package created using the webbuild interface
|