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
18 changed files with 104 additions and 160 deletions
-74
View File
@@ -1,74 +0,0 @@
Name: ktailctl
Version: 0.21.5
Release: 1%{?dist}
Summary: A GUI to monitor and manage Tailscale on your Linux desktop
License: GPL-3.0-only
URL: https://github.com/f-koehler/KTailctl
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: golang
BuildRequires: json-devel
BuildRequires: golang
BuildRequires: kf6-breeze-icons-devel
BuildRequires: kf6-kconfig-devel
BuildRequires: kf6-kcoreaddons-devel
BuildRequires: kf6-kdbusaddons-devel
BuildRequires: kf6-kguiaddons-devel
BuildRequires: kf6-ki18n-devel
BuildRequires: kf6-kirigami-addons-devel
BuildRequires: kf6-kirigami-devel
BuildRequires: kf6-knotifications-devel
BuildRequires: kf6-kwindowsystem-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtsvg-devel
Requires: tailscale
Requires: kf5-qqc2-desktop-style
Requires: hicolor-icon-theme
Provides: KTailctl
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%{summary}.
%package static
%pkg_static_files
%prep
%autosetup -n KTailctl-%{version}
cd src/wrapper
go mod vendor
%conf
%cmake
%build
%cmake_build
%install
%cmake_install
%files
%doc README.md
%license LICENSE.txt
%{_bindir}/ktailctl
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
# Exclusive libs that the package needs to run
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
%{_libdir}/libktailctl_wrapper_logging.so
%{_appsdir}/org.fkoehler.KTailctl.desktop
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
%changelog
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
- Initial commit
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "KTailctl.spec"
}
}
-1
View File
@@ -1 +0,0 @@
rpm.version(gh("f-koehler/KTailctl"));
+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"));
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 1ac687d791460736e16c0e0c2b17f422b4bdf1ee
%global commit 9e06c3248a67a14717909db4a02709bc22fe559e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260525
%global commit_date 20260523
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-05-25
%global ver 2026-05-24
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
@@ -1,6 +1,6 @@
%global commit b869a6e5ab0a50ce01e8eb5aa408a02b3cbe4f3a
%global commit d5d8cef4d3834cc8999eb9344066b0960b033f2d
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-05-25
%global fulldate 2026-05-23
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 13e7c1176804c790ec2971d2e592e5363c982d04
%global commit b0911ccc9e8bb2b9eab4cc53ec2c98b0471e2759
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260525
%global commit_date 20260524
%global ver 1.5.0
%bcond_with check
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit 787aa7677b47c24f19aae84111d50ef4123072be
%global commit ab69985fccb3206300c761cf1792258e53f82749
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260525
%global commit_date 20260524
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
-6
View File
@@ -1,6 +0,0 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "nemo-toolkit.spec"
}
}
@@ -1,57 +0,0 @@
%global pypi_name nemo_toolkit
%global real_name nemo-toolkit
%global _desc A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech).
Name: python-%{real_name}
Version: 2.7.3
Release: 1%{?dist}
Summary: Scalable generative AI framework built for researchers and developers
License: Apache-2.0
URL: https://docs.nvidia.com/nemo/speech/nightly/index.html
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{real_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{real_name}}
%description -n python3-%{real_name}
%_desc
%prep
%autosetup -n %{pypi_name}-%{version}
%pyproject_patch_dependency protobuf:drop_constraints
%pyproject_patch_dependency fsspec:drop_constraints
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files nemo
%pyproject_save_files scripts
%pyproject_save_files tests
%files -n python3-%{real_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{python3_sitelib}/nemo/
%{python3_sitelib}/scripts/
%{python3_sitelib}/examples/
%changelog
* Sun May 24 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -1 +0,0 @@
rpm.version(pypi("PyQt6-Qt6"));
@@ -1,5 +1,5 @@
%global commit 23246f8aa1afde10a76959b021a66065d8758a55
%global commit_date 20260525
%global commit df452876bbcabefe36ada5f956a06beb859d778d
%global commit_date 20260523
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
@@ -1,6 +1,6 @@
%global commit c4ba7e2649becd6c28289095b2992c7c0b4bb5e4
%global commit f980045c859bcf5e9b691f550f0634ac82ce7bf5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260525
%global commit_date 20260516
%global ver 0.6.7
# We aren't using Mono but RPM expected Mono
@@ -1,6 +1,6 @@
%global commit 38ac251f9110fac6741470e229a3947b960d53d7
%global commit 0f45f59efdf2bb3a2ccdeec8ddd06a3efe99234a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260525
%global commitdate 20260519
%global ver 1.1.1
%global appid com.sched_ext.scx
%global developer "sched-ext Contributors"
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.05.24.230843
Version: 2026.05.16.203101
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms