[packages/linphoneqt] - obsolete: now it's linphone-desktop project, continued in linphone.spec

qboosh qboosh at pld-linux.org
Mon Jul 26 19:26:33 CEST 2021


commit e8447dcf721f466895359f468bea8286abac34c0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jul 26 19:30:09 2021 +0200

    - obsolete: now it's linphone-desktop project, continued in linphone.spec

 bctoolbox-4.5.patch            | 18 ---------
 linphoneqt-use-pkgconfig.patch | 17 ---------
 linphoneqt.spec                | 87 ------------------------------------------
 3 files changed, 122 deletions(-)
---
diff --git a/linphoneqt.spec b/linphoneqt.spec
deleted file mode 100644
index 69b1f6a..0000000
--- a/linphoneqt.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-#
-# Conditional build:
-%bcond_without	dbus	# single instance handling using DBus
-
-Summary:	Free VoIP and video softphone based on SIP protocol
-Summary(pl.UTF-8):	Wolnodostępne oprogramowanie do VoIP i połączeń wideo oparte na protokole SIP
-Name:		linphoneqt
-Version:	4.1.1
-Release:	2
-License:	GPL v2+
-Group:		X11/Applications/Multimedia
-Source0:	https://linphone.org/releases/sources/linphoneqt/%{name}-%{version}.tar.gz
-# Source0-md5:	0cf77a6e823a09ea765316ce536674cd
-Patch0:		%{name}-use-pkgconfig.patch
-Patch1:		bctoolbox-4.5.patch
-URL:		https://linphone.org/
-BuildRequires:	Qt5Concurrent-devel >= 5.9
-BuildRequires:	Qt5Core-devel >= 5.9
-%{?with_dbus:BuildRequires:	Qt5DBus-devel >= 5.9}
-BuildRequires:	Qt5Gui-devel >= 5.9
-BuildRequires:	Qt5Network-devel >= 5.9
-BuildRequires:	Qt5Quick-devel >= 5.9
-BuildRequires:	Qt5Quick-controls2-devel >= 5.9
-BuildRequires:	Qt5Svg-devel >= 5.9
-BuildRequires:	Qt5Test-devel >= 5.9
-#BuildRequires:	Qt5TextToSpeech-devel >= 5.9
-BuildRequires:	Qt5Widgets-devel >= 5.9
-BuildRequires:	bctoolbox-devel >= 4.5
-BuildRequires:	belcard-devel
-BuildRequires:	cmake >= 3.1
-BuildRequires:	linphone-devel
-BuildRequires:	linphone-c++-devel
-BuildRequires:	libstdc++-devel >= 6:4.7
-BuildRequires:	qt5-build >= 5.9
-BuildRequires:	qt5-linguist >= 5.9
-Requires:	Qt5Concurrent >= 5.9
-Requires:	Qt5Core >= 5.9
-%{?with_dbus:Requires:	Qt5DBus >= 5.9}
-Requires:	Qt5Gui >= 5.9
-Requires:	Qt5Network >= 5.9
-Requires:	Qt5Quick >= 5.9
-Requires:	Qt5Quick-controls2 >= 5.9
-Requires:	Qt5Svg >= 5.9
-Requires:	Qt5Test >= 5.9
-#Requires:	Qt5TextToSpeech >= 5.9
-Requires:	Qt5Widgets >= 5.9
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Free VoIP and video softphone based on SIP protocol.
-
-%description -l pl.UTF-8
-Wolnodostępne oprogramowanie do VoIP i połączeń wideo oparte na
-protokole SIP.
-
-%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-
-%build
-install -d build
-cd build
-%cmake .. \
-	%{?with_dbus:-DENABLE_DBUS=ON}
-
-echo '#define LINPHONE_QT_GIT_VERSION "%{version}"' > gitversion.h
-
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%{__make} -C build install \
-	DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc CHANGELOG.md README.md
-%attr(755,root,root) %{_bindir}/linphone
-%attr(755,root,root) %{_bindir}/linphone-tester
-%{_datadir}/linphone
-%{_desktopdir}/linphone.desktop
-%{_iconsdir}/hicolor/scalable/apps/linphone.svg
diff --git a/bctoolbox-4.5.patch b/bctoolbox-4.5.patch
deleted file mode 100644
index 3d78feb..0000000
--- a/bctoolbox-4.5.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- linphoneqt-4.1.1/CMakeLists.txt~	2021-07-12 13:19:56.000000000 +0200
-+++ linphoneqt-4.1.1/CMakeLists.txt	2021-07-12 13:20:57.419884701 +0200
-@@ -93,13 +93,13 @@
- if (LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
-   include("${EP_linphone_CONFIG_DIR}/LinphoneConfig.cmake")
-   include("${EP_linphone_CONFIG_DIR}/wrappers/cpp/LinphoneCxxConfig.cmake")
--  include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmake")
-+  include("${EP_bctoolbox_CONFIG_DIR}/bctoolboxConfig.cmake")
-   include("${EP_belcard_CONFIG_DIR}/BelcardConfig.cmake")
- else ()
-   include(FindPkgConfig)
-   pkg_search_module(LINPHONE REQUIRED linphone)
-   pkg_search_module(LINPHONECXX REQUIRED linphone++)
--  find_package(BcToolbox REQUIRED)
-+  find_package(bctoolbox REQUIRED)
-   pkg_search_module(BELCARD REQUIRED belcard)
- endif ()
- 
diff --git a/linphoneqt-use-pkgconfig.patch b/linphoneqt-use-pkgconfig.patch
deleted file mode 100644
index 6a2631e..0000000
--- a/linphoneqt-use-pkgconfig.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- linphoneqt-4.1.1/CMakeLists.txt.orig	2017-07-21 15:14:18.000000000 +0200
-+++ linphoneqt-4.1.1/CMakeLists.txt	2019-06-09 19:41:59.317048446 +0200
-@@ -96,10 +96,11 @@
-   include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmake")
-   include("${EP_belcard_CONFIG_DIR}/BelcardConfig.cmake")
- else ()
--  find_package(Linphone REQUIRED)
--  find_package(LinphoneCxx REQUIRED)
-+  include(FindPkgConfig)
-+  pkg_search_module(LINPHONE REQUIRED linphone)
-+  pkg_search_module(LINPHONECXX REQUIRED linphone++)
-   find_package(BcToolbox REQUIRED)
--  find_package(Belcard REQUIRED)
-+  pkg_search_module(BELCARD REQUIRED belcard)
- endif ()
- 
- set(SOURCES
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/linphoneqt.git/commitdiff/e8447dcf721f466895359f468bea8286abac34c0



More information about the pld-cvs-commit mailing list