Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:adi:39
mediastreamer2
mediastreamer2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mediastreamer2.spec of Package mediastreamer2
# # spec file for package mediastreamer2 # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sobase libmediastreamer2 %define sover 11 Name: mediastreamer2 Version: 5.3.37 Release: 0 Summary: Audio/Video real-time streaming License: AGPL-3.0-or-later Group: Productivity/Telephony/Utilities URL: https://linphone.org/technical-corner/mediastreamer2 Source: https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/%{version}/%{name}-%{version}.tar.bz2 Patch0: mediastreamer2-fix-pkgconfig.patch Patch1: fix-srtp2-linphone.patch Patch2: fix-build-ffmpeg5.patch Patch3: fix_soversion.patch Patch4: set_current_version.patch %if 0%{?suse_version} >= 1600 BuildRequires: liboqs-devel # At the time of writing (22/Dec/2023), PQCE is only available on Tumbleweed. BuildRequires: postquantumcryptoengine-devel >= 5.3.0~git.20230802 %endif BuildRequires: Mesa-libGL-devel BuildRequires: bcmatroska2-devel >= 5.3.0 BuildRequires: broadvoice16-devel BuildRequires: cmake >= 3.22 BuildRequires: doxygen BuildRequires: gawk BuildRequires: gcc-c++ BuildRequires: graphviz BuildRequires: libgsm-devel BuildRequires: libjpeg-turbo >= 2.0.0 BuildRequires: libpcap-devel BuildRequires: libsrtp2-linphone-devel BuildRequires: libv4l-devel BuildRequires: libvpx-devel BuildRequires: libxml2-devel BuildRequires: pkgconfig BuildRequires: spandsp-devel BuildRequires: sqlite3-devel BuildRequires: vim %if 0%{?suse_version} >= 1600 %ifarch x86_64 BuildRequires: libyuv-devel BuildRequires: zxing-cpp-devel BuildRequires: cmake(Qt5Quick) BuildRequires: pkgconfig(Qt5OpenGL) %endif %endif BuildRequires: libjpeg-devel >= 8.2.0 BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(bctoolbox) >= %{version} BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(libavcodec) >= 51.0.0 BuildRequires: pkgconfig(libbcg729) BuildRequires: pkgconfig(libbzrtp) >= %{version} BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libswscale) >= 0.7.0 BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(ortp) >= %{version} BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(speexdsp) BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xv) %description Mediastreamer2 is a library to make audio and video real-time streaming and processing. It is written in pure C and based upon the oRTP library. %package -n %{sobase}-%{sover} Summary: Audio/video real-time streaming library, base part Group: System/Libraries %description -n %{sobase}-%{sover} Mediastreamer2 is a library to make audio and video real-time streaming and processing. It is written in pure C and based upon the oRTP library. %package doc Summary: Documentation for the mediastreamer2 library Group: Documentation/HTML Requires: %{name} = %{version} %description doc Mediastreamer2 is a library to make audio and video real-time streaming and processing. It is written in pure C and based upon the oRTP library. This package contains documentation files %package devel Summary: Headers and libraries for the mediastreamer2 library Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: %{sobase}-%{sover} = %{version} Requires: bcmatroska2-devel %description devel Mediastreamer2 is a library to make audio and video real-time streaming and processing. It is written in pure C and based upon the oRTP library. This package contains header files and development libraries needed to develop programs using the mediastreamer2 library. %prep %autosetup -N %patch -P 0 -p1 %patch -P 1 -p1 if pkg-config --atleast-version 59.37.100 libavcodec; then %patch -P 2 -p1 fi %patch -P 3 -p1 %patch -P 4 -p1 %build export CFLAGS="%(echo %{optflags}) -fcommon -Wno-implicit-function-declaration -I%_includedir/bcmatroska2 -I%_includedir/corec" export CXXFLAGS="$CFLAGS" %cmake \ -DCMAKE_SHARED_LINKER_FLAGS="-flto=auto -Wl,--as-needed -Wl,-z,now" \ %if 0%{?suse_version} >= 1600 %ifarch x86_64 -DENABLE_QT_GL=ON \ %endif %endif -DBUILD_SHARED_LIBS=ON \ -DENABLE_STRICT=NO %cmake_build %install %cmake_install mkdir -p %{buildroot}/%{_libdir}/mediastreamer/plugins mkdir -p %{buildroot}%{_docdir}/%{name}/ mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \ %{buildroot}%{_docdir}/%{name}/ %post -n %{sobase}-%{sover} -p /sbin/ldconfig %postun -n %{sobase}-%{sover} -p /sbin/ldconfig %files %license LICENSE.txt %{_bindir}/mediastreamer2-mediastream %{_bindir}/mediastreamer2-mkvstream %dir %{_libdir}/mediastreamer %dir %{_libdir}/mediastreamer/plugins %if 0%{?suse_version} >= 1600 %ifarch x86_64 %{_libdir}/mediastreamer/plugins/libmsqogl.so %endif %endif %files -n %{sobase}-%{sover} %{_libdir}/%{sobase}.so.%{sover}* %files doc %doc README.md %dir %{_docdir}/%{name}/ %doc %{_docdir}/%{name}/* %dir %{_datadir}/images/ %{_datadir}/images/nowebcamCIF.jpg %files devel %dir %{_includedir}/OpenGL %dir %{_includedir}/OpenGL/EGL %dir %{_includedir}/OpenGL/GLES2 %dir %{_includedir}/OpenGL/GLES3 %dir %{_includedir}/OpenGL/KHR %{_includedir}/mediastreamer2/ %{_includedir}/OpenGL/EGL/egl.h %{_includedir}/OpenGL/EGL/eglext.h %{_includedir}/OpenGL/EGL/eglplatform.h %{_includedir}/OpenGL/GLES2/gl2.h %{_includedir}/OpenGL/GLES2/gl2ext.h %{_includedir}/OpenGL/GLES2/gl2platform.h %{_includedir}/OpenGL/GLES3/gl3.h %{_includedir}/OpenGL/GLES3/gl31.h %{_includedir}/OpenGL/GLES3/gl32.h %{_includedir}/OpenGL/GLES3/gl3platform.h %{_includedir}/OpenGL/KHR/khrplatform.h %{_includedir}/OpenGL/LICENSE %{_includedir}/OpenGL/README.md %{_includedir}/OpenGL/angle_windowsstore.h %{_bindir}/mediastreamer2-tester %{_libdir}/libmediastreamer2.so %{_datadir}/mediastreamer2-tester/ %{_datadir}/Mediastreamer2/ %{_libdir}/pkgconfig/mediastreamer.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor