mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-22 19:40:37 +00:00
add: buzz
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "buzz.spec"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("buzz-captions"));
|
||||
Reference in New Issue
Block a user