Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9cf696a1a7 | |||
| 577ee48a6c | |||
| 2bde8a2d6c | |||
| 959cd0c29d |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 07:02:04 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix build on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 09:40:42 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Drop pkgconfig(ftgl) BuildRequires: this is not actually used
|
||||
based on code inspection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:55:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@@ -9,7 +20,7 @@ Thu Mar 4 03:15:38 UTC 2021 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
- Update to version 3.1.12:
|
||||
* Fixes #468 missing Intrinsics.h
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 27 18:24:08 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
@@ -21,7 +32,7 @@ Sun Dec 27 18:24:08 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
- Removed patch to reduce build dependencies, as it's no longer required:
|
||||
* 0001-Reduce-dependencies.patch
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 15:23:08 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package projectM
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -50,11 +50,11 @@ BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(ftgl)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
%endif
|
||||
%if %{with sdl}
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: Mesa-libGL-devel
|
||||
%endif
|
||||
%if %{with gles_flavor}
|
||||
# Workaround: Qt5OpenGL is required for configure when testing libglm
|
||||
|
||||
Reference in New Issue
Block a user