From 66b02ea298f907d2690b334e030dbbc0cdb2f27d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 7 Mar 2022 21:22:59 +0100 Subject: [PATCH] - make sure it's build against modern gstreamer, rel 3 --- ptlib.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ptlib.spec b/ptlib.spec index 7e64044..60f1bd5 100644 --- a/ptlib.spec +++ b/ptlib.spec @@ -23,7 +23,7 @@ Summary: Portable Tools Library Summary(pl.UTF-8): Przenośna biblioteka narzędziowa Name: ptlib Version: 2.18.6 -Release: 2 +Release: 3 Epoch: 1 License: MPL v1.0 Group: Libraries @@ -38,6 +38,7 @@ BuildRequires: bison %{?with_esd:BuildRequires: esound-devel} BuildRequires: expat-devel BuildRequires: flex +BuildRequires: gstreamer-devel %{?with_avc1394:BuildRequires: libavc1394-devel} %{?with_dc1394:BuildRequires: libdc1394-devel < 2.0.0} BuildRequires: libstdc++-devel @@ -51,6 +52,7 @@ BuildRequires: alsa-lib-devel BuildRequires: libv4l-devel BuildRequires: pulseaudio-devel %endif +BuildConflicts: gstreamer0.10-devel %{!?with_esd:Obsoletes: ptlib-sound-esd} Obsoletes: ptlib-video-v4l BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.44.0