## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec Name: ustreamer Version: 6.55 Release: 1%{?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: libatomic BuildRequires: pkgconfig(libbsd) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(libevent_pthreads) BuildRequires: pkgconfig(libgpiod) BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(python) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(build) BuildRequires: python3dist(wheel) BuildRequires: python3dist(pip) %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_GPIO=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 ## START: Generated by rpmautospec * Tue Apr 07 2026 Tao Jin - 6.55-1 - update to 6.55, use auto change log * Sat Jan 17 2026 Fedora Release Engineering - 6.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering - 6.12-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 6.12-6 - Rebuilt for Python 3.14 * Sun Jan 19 2025 Fedora Release Engineering - 6.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jul 20 2024 Fedora Release Engineering - 6.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 02 2024 Tao Jin - 6.12-3 - src: 6.12 * Tue Jul 02 2024 Tao Jin - 6.12-2 - update: 6.12 * Tue Jul 02 2024 Tao Jin - 6.12-1 - update: 6.21 * Fri Jun 07 2024 Python Maint - 5.41-3 - Rebuilt for Python 3.13 * 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, disable libgpio * 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 * Sun Jan 08 2023 Tao Jin - 5.36-1 - Update to 5.36 * Wed Dec 21 2022 Tao Jin - 5.34-1 - Initial import #2140323 ## END: Generated by rpmautospec