add: buzz

This commit is contained in:
madonuko
2026-01-01 03:51:50 +08:00
parent 0f6ccf1a57
commit 092696ee82
3 changed files with 45 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "buzz.spec"
}
}
+39
View File
@@ -0,0 +1,39 @@
%global appid io.github.chidiwilliams.Buzz
Name: buzz
Version: 1.3.3
Release: 1%?dist
Summary: Buzz transcribes and translates audio offline on your personal computer
License: MIT
URL: https://chidiwilliams.github.io/buzz
Packager: madonuko <mado@fyralabs.com>
BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3dist(polib)
BuildRequires: glslc
BuildRequires: cmake gcc gcc-c++
%description
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
%prep
%git_clone https://github.com/chidiwilliams/buzz
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files buzz
%files -f %{pyproject_files}
%doc README.md
%license LICENSE
%{_appsdir}/buzz.desktop
%changelog
* Thu Jan 01 2026 madonuko <mado@fyralabs.com> - 1.3.3-1
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("buzz-captions"));