Compare commits

...

15 Commits

Author SHA1 Message Date
Owen Zimmerman ea43160bf4 Merge branch 'frawhide' into mado/w/buzz 2026-05-24 17:24:29 -05:00
Owen-sz 12dbc3f2ac %pyproject_patch_dependency
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-24 15:47:45 -05:00
Owen Zimmerman 1e92a8baea Merge branch 'frawhide' into mado/w/buzz 2026-05-19 16:11:13 -05:00
Owen-sz f31fb9e3e9 this thing
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-04 20:55:07 -05:00
Owen-sz e2aab25c47 chore: update for 1.4.4
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-04 20:42:44 -05:00
Owen Zimmerman 0aebc93f2e Merge branch 'frawhide' into mado/w/buzz 2026-05-04 19:37:08 -05:00
madomado 0fbc8848cd Merge branch 'frawhide' into mado/w/buzz 2026-03-19 15:44:48 +08:00
Owen Zimmerman a7255103e2 Merge branch 'frawhide' into mado/w/buzz 2026-01-20 22:31:29 -06:00
Owen-sz b05a0e8d5f ok sure
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-01-07 18:47:05 -06:00
Owen-sz 4466611b43 make work
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-01-07 18:41:23 -06:00
madonuko 64a7eb0994 meow 2026-01-05 02:39:57 +08:00
madonuko 88cae12a2d fix: use sed to allow newer versions of python 2026-01-05 02:08:30 +08:00
madonuko dff2353409 a 2026-01-01 04:00:09 +08:00
madonuko a4ad5eecc6 hatchling 2026-01-01 03:54:10 +08:00
madonuko 092696ee82 add: buzz 2026-01-01 03:51:50 +08:00
3 changed files with 88 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "buzz.spec"
}
}
+81
View File
@@ -0,0 +1,81 @@
%global appid io.github.chidiwilliams.Buzz
Name: buzz
Version: 1.4.4
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: python3-pybind11
BuildRequires: python3dist(polib)
BuildRequires: python3dist(hatchling)
BuildRequires: glslc
BuildRequires: cmake gcc gcc-c++
BuildRequires: pkgconfig(vulkan)
BuildRequires: desktop-file-utils
ExclusiveArch: x86_64
%description
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
%prep
%git_clone https://github.com/chidiwilliams/buzz
sed '/^requires-python/s@3\.13@3.15@' -i pyproject.toml
%pyproject_patch_dependency cmake:drop_constraints
%pyproject_patch_dependency flake8:drop_constraints
%pyproject_patch_dependency hydra-colorlog:drop_constraints
%pyproject_patch_dependency numpy:drop_constraints
%pyproject_patch_dependency posthog:drop_constraints
%pyproject_patch_dependency submitit:drop_constraints
%pyproject_patch_dependency torch:drop_constraints
%pyproject_patch_dependency torchaudio:drop_constraints
%pyproject_patch_dependency transformers:drop_constraints
%pyproject_patch_dependency certifi:drop_constraints
%pyproject_patch_dependency coverage:drop_constraints
%pyproject_patch_dependency nltk:drop_constraints
%pyproject_patch_dependency onnx:drop_constraints
%pyproject_patch_dependency onnxruntime:drop_constraints
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files demucs
%pyproject_save_files buzz
desktop-file-install \
--set-icon="%appid" \
--set-key=Exec --set-value=%name \
--dir=%buildroot%_appsdir \
share/applications/%appid.desktop
%terra_appstream share/metainfo/%{appid}.metainfo.xml
install -Dpm644 share/icons/%{appid}.svg -t %{buildroot}%{_scalableiconsdir}
%files -f %{pyproject_files}
%doc README.md
%license LICENSE
%{_bindir}/buzz
%{_appsdir}/%appid.desktop
%{_metainfodir}/%appid.metainfo.xml
%{_scalableiconsdir}/%appid.svg
%{python3_sitearch}/demucs/
%{python3_sitearch}/ctc_forced_aligner/
%{python3_sitearch}/deepmultilingualpunctuation/
%{python3_sitearch}/whisper_diarization/
%changelog
* Mon May 04 2026 Owen Zimmerman <owen@fyralabs.com> - 1.4.4-1
- Update for 1.4.4
* 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"));