-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'frawhide' into mado/fix/zed-preview-update
Signed-off-by: madomado <[email protected]>
- Loading branch information
Showing
29 changed files
with
56 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ algorithms and decoding only VC1 algorithm. | |
%global with_radeonsi 1 | ||
%global with_vmware 1 | ||
%global with_vulkan_hw 0 | ||
#global with_vdpau 1 | ||
%global with_vdpau 1 | ||
%global with_va 1 | ||
%if !0%{?rhel} | ||
%global with_r300 1 | ||
|
@@ -173,6 +173,7 @@ BuildRequires: python3-mako | |
BuildRequires: python3-ply | ||
%endif | ||
BuildRequires: python3-pycparser | ||
BuildRequires: python3-pyyaml | ||
BuildRequires: vulkan-headers | ||
BuildRequires: glslang | ||
%if 0%{?with_vulkan_hw} | ||
|
@@ -219,7 +220,7 @@ export RUSTFLAGS="%build_rustflags" | |
-Ddri3=enabled \ | ||
-Dosmesa=false \ | ||
%if 0%{?with_hardware} | ||
-Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_i915:,i915}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_kmsro:,kmsro}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan_hw:,zink} \ | ||
-Dgallium-drivers=swrast,virgl,nouveau%{?with_r300:,r300}%{?with_crocus:,crocus}%{?with_i915:,i915}%{?with_iris:,iris}%{?with_vmware:,svga}%{?with_radeonsi:,radeonsi}%{?with_r600:,r600}%{?with_freedreno:,freedreno}%{?with_etnaviv:,etnaviv}%{?with_tegra:,tegra}%{?with_vc4:,vc4}%{?with_v3d:,v3d}%{?with_lima:,lima}%{?with_panfrost:,panfrost}%{?with_vulkan_hw:,zink} \ | ||
%else | ||
-Dgallium-drivers=swrast,virgl \ | ||
%endif | ||
|
@@ -300,6 +301,7 @@ rm -rf %{buildroot}%{_libdir}/{d3d,EGL,gallium-pipe,libGLX,pkgconfig} | |
rm -rf %{buildroot}%{_includedir}/{d3dadapter,EGL,GL,KHR} | ||
rm -fr %{buildroot}%{_sysconfdir}/OpenGL | ||
rm -fr %{buildroot}%{_libdir}/libGL.so* | ||
rm -fr %{buildroot}%{_libdir}/libgallium-*.so | ||
rm -fr %{buildroot}%{_libdir}/libglapi.so* | ||
rm -fr %{buildroot}%{_libdir}/libOSMesa.so* | ||
rm -fr %{buildroot}%{_libdir}/pkgconfig/osmesa.pc | ||
|
@@ -312,11 +314,6 @@ rm -fr %{buildroot}%{_libdir}/dri/*_dri.so | |
rm -fr %{buildroot}%{_libdir}/libvulkan*.so | ||
rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so | ||
|
||
%if 0%{?with_vdpau} | ||
%else | ||
rm %buildroot%_datadir/metainfo/org.mesa3d.vdpau.freeworld.metainfo.xml | ||
%endif | ||
|
||
%if 0%{?with_va} | ||
%files -n %{srcname}-va-drivers-freeworld | ||
%{_libdir}/dri/nouveau_drv_video.so | ||
|
@@ -326,6 +323,7 @@ rm %buildroot%_datadir/metainfo/org.mesa3d.vdpau.freeworld.metainfo.xml | |
%if 0%{?with_radeonsi} | ||
%{_libdir}/dri/radeonsi_drv_video.so | ||
%endif | ||
%{_libdir}/dri/libgallium_drv_video.so | ||
%{_libdir}/dri/virtio_gpu_drv_video.so | ||
%{_metainfodir}/org.mesa3d.vaapi.freeworld.metainfo.xml | ||
%license docs/license.rst | ||
|
@@ -340,14 +338,21 @@ rm %buildroot%_datadir/metainfo/org.mesa3d.vdpau.freeworld.metainfo.xml | |
%if 0%{?with_radeonsi} | ||
%{_libdir}/vdpau/libvdpau_radeonsi.so.1* | ||
%endif | ||
%{_libdir}/vdpau/libvdpau_gallium.so.1* | ||
%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1* | ||
%{_metainfodir}/org.mesa3d.vdpau.freeworld.metainfo.xml | ||
%license docs/license.rst | ||
%endif | ||
|
||
%changelog | ||
* Thu Aug 1 2024 Thorsten Leemhuis <[email protected]> - 24.1.5-1 | ||
- Update to 24.1.5 | ||
* Thu Aug 8 2024 Thorsten Leemhuis <[email protected]> - 24.2.0~rc4-1 | ||
- Update to 24.2.0-rc4 | ||
|
||
* Fri Aug 02 2024 RPM Fusion Release Engineering <[email protected]> - 24.2.0~rc3-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Thu Aug 1 2024 Thorsten Leemhuis <[email protected]> - 24.2.0~rc3-1 | ||
- Update to 24.2.0-rc3 | ||
- Drop upstreamed patch | ||
|
||
* Fri Jul 19 2024 Thorsten Leemhuis <[email protected]> - 24.1.4-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
Name: anda-srpm-macros | ||
Version: 0.1.7 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: SRPM macros for extra Fedora packages | ||
|
||
License: MIT | ||
# URL: | ||
Source0: macros.cargo_extra | ||
Source1: macros.caching | ||
Source2: macros.anda | ||
Source3: macros.go_extra | ||
Source4: macros.nim_extra | ||
URL: https://github.com/terrapkg/srpm-macros | ||
Source0: %url/archive/refs/tags/v%{version}.tar.gz | ||
|
||
Recommends: rust-packaging | ||
Requires: git-core | ||
|
@@ -21,25 +17,27 @@ BuildArch: noarch | |
%{summary} | ||
|
||
%prep | ||
%autosetup -n srpm-macros-%version | ||
|
||
%build | ||
|
||
%install | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE0} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE1} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE2} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE3} | ||
install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} %{SOURCE4} | ||
for file in ./macros.*; do | ||
install -Dpm644 -t %buildroot%_rpmmacrodir $file | ||
done | ||
|
||
%files | ||
%{_rpmmacrodir}/macros.cargo_extra | ||
%{_rpmmacrodir}/macros.caching | ||
%{_rpmmacrodir}/macros.anda | ||
%{_rpmmacrodir}/macros.caching | ||
%{_rpmmacrodir}/macros.cargo_extra | ||
%{_rpmmacrodir}/macros.go_extra | ||
%{_rpmmacrodir}/macros.nim_extra | ||
|
||
|
||
%changelog | ||
* Wed Aug 14 2024 madonuko <[email protected]> - 0.1.7-2 | ||
- Move sources outside of packages repo | ||
|
||
* Wed Mar 13 2024 madonuko <[email protected]> - 0.1.6-1 | ||
- Add nim_c, nim_tflags and nim_lflags | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.