Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
130fe8c32b | ||
|
|
bb60f7842a | ||
|
|
6bab77dc3b | ||
|
|
97bdad56f3 | ||
|
|
f53732c8dc | ||
|
|
34b9ee18fe | ||
|
|
e56ad01dbf |
2 changed files with 34 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ diff -up lmms/cmake/modules/FindWine.cmake.orig lmms/cmake/modules/FindWine.cmak
|
|||
|
||||
FIND_PATH(WINE_INCLUDE_DIR windows/windows.h PATH_SUFFIXES wine wine/wine)
|
||||
-FIND_LIBRARY(WINE_LIBRARY NAMES wine PATH_SUFFIXES wine i386-linux-gnu/wine)
|
||||
+FIND_LIBRARY(WINE_LIBRARY NAMES wine libwine.so.1 PATH_SUFFIXES wine i386-linux-gnu/wine wine/i386-unix)
|
||||
+FIND_LIBRARY(WINE_LIBRARY NAMES wine PATH_SUFFIXES wine i386-linux-gnu/wine wine/i386-unix)
|
||||
FIND_PROGRAM(WINE_CXX NAMES wineg++ winegcc winegcc64 winegcc32)
|
||||
|
||||
set(WINE_INCLUDE_DIRS ${WINE_INCLUDE_DIR} )
|
||||
|
|
|
|||
37
lmms.spec
37
lmms.spec
|
|
@ -1,6 +1,13 @@
|
|||
|
||||
%ifarch %ix86
|
||||
%bcond_with wine
|
||||
%else
|
||||
%bcond_with wine
|
||||
%endif
|
||||
|
||||
Name: lmms
|
||||
Version: 1.2.2
|
||||
Release: 12%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Linux MultiMedia Studio
|
||||
URL: https://lmms.io/
|
||||
|
||||
|
|
@ -79,7 +86,7 @@ BuildRequires: libappstream-glib
|
|||
Requires: shared-mime-info
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
%ifarch %ix86
|
||||
%if %{with wine}
|
||||
BuildRequires: wine-devel
|
||||
%endif
|
||||
|
||||
|
|
@ -94,7 +101,8 @@ Requires: ladspa-calf-plugins
|
|||
|
||||
# the -vst subpackage can only be built on ix86, but is also usable
|
||||
# (and thus should be installed) on x86_64.
|
||||
%ifarch %ix86 x86_64
|
||||
#ifarch #ix86 x86_64
|
||||
%if %{with wine}
|
||||
Requires: %{name}-vst = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
|
|
@ -206,7 +214,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
|||
%{_includedir}/%{name}
|
||||
|
||||
|
||||
%ifarch %ix86
|
||||
%if %{with wine}
|
||||
|
||||
%package vst
|
||||
Summary: VST hosting plugin for %{name}
|
||||
|
|
@ -222,6 +230,27 @@ This package contains the necessary files to host VST plugins.
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
- Disable wine vst due to libwine.so.1 being removed in wine version 8.3
|
||||
see https://bugs.winehq.org/show_bug.cgi?id=54635 and https://github.com/LMMS/lmms/issues/6672
|
||||
(copied from https://build.opensuse.org/package/view_file/openSUSE:Backports:SLE-15-SP6/lmms/)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue