Name: ustreamer Version: 5.41 Release: 2%{?dist} Summary: Lightweight and fast MJPG-HTTP streamer License: GPL-3.0-or-later URL: https://github.com/pikvm/ustreamer Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(libevent_pthreads) BuildRequires: pkgconfig(libbsd) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(python) BuildRequires: python3dist(setuptools) %description ustreamer(µStreamer) is a lightweight and very quick server to stream MJPG video from any V4L2 device to the net. All new browsers have native support of this video format, as well as most video players such as mplayer, VLC etc. µStreamer is a part of the Pi-KVM project designed to stream VGA and HDMI screencast hardware data with the highest resolution and FPS possible. %prep %autosetup %build %set_build_flags %make_build \ WITH_SYSTEMD=1 \ WITH_PYTHON=1 %install %make_install 'PREFIX=%{_prefix}'\ WITH_PYTHON=1 %files %license LICENSE %doc README.md %{_bindir}/ustreamer %{_bindir}/ustreamer-dump %{_mandir}/man1/ustreamer.1* %{_mandir}/man1/ustreamer-dump.1* %package -n python3-%{name} Summary: Python 3 bindings for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name} Python 3 bindings for %{name}. %files -n python3-%{name} %{python3_sitearch}/%{name}* %changelog * Sat Jan 27 2024 Fedora Release Engineering - 5.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 27 2023 Tao Jin - 5.41-1 - Update to 5.41 - Remove libgpiod interface due to incompatiable 2.0 API * Sat Jul 22 2023 Fedora Release Engineering - 5.37-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 5.37-2 - Rebuilt for Python 3.12 * Thu Feb 16 2023 Tao Jin - 5.37-1 - Update to 5.37 * Sat Jan 21 2023 Fedora Release Engineering - 5.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jan 07 2023 Tao Jin - 5.36-1 - Update to 5.36 - Add python package build * Wed Dec 14 2022 Tao Jin - 5.34-1 - Update to 5.34 and address review comments * Sun Oct 23 2022 Tao Jin - 5.24-1 - Update to 5.24 - Submit to Fedora for review