/[svn]/qsampler/trunk/qsampler.spec.in
ViewVC logotype

Diff of /qsampler/trunk/qsampler.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3866 by capela, Sun Mar 14 10:17:47 2021 UTC revision 3867 by capela, Sat Mar 27 12:27:37 2021 UTC
# Line 42  BuildRequires: coreutils Line 42  BuildRequires: coreutils
42  BuildRequires:  pkgconfig  BuildRequires:  pkgconfig
43  BuildRequires:  glibc-devel  BuildRequires:  glibc-devel
44  BuildRequires:  gcc-c++  BuildRequires:  gcc-c++
45  BuildRequires:  autoconf automake  BuildRequires:  cmake
46  %if %{defined fedora}  %if %{defined fedora}
47  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist  BuildRequires:  qt5-qtbase-devel >= 5.1, qt5-linguist
48  BuildRequires:  qt5-qtsvg-devel, qt5-qtwayland-devel  BuildRequires:  qt5-qtsvg-devel, qt5-qtwayland-devel
49  %else  %else
50  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist  BuildRequires:  libqt5-qtbase-devel >= 5.1, libqt5-linguist-devel
51  BuildRequires:  libqt5-qtsvg-devel, libqt5-qtwayland-devel  BuildRequires:  libqt5-qtsvg-devel, libqt5-qtwayland-devel
52  %endif  %endif
53  BuildRequires:  liblscp-devel >= 0.5.6  BuildRequires:  liblscp-devel >= 0.5.6
# Line 59  the Qt framework using Qt Designer. For Line 59  the Qt framework using Qt Designer. For
59  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).  interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
60    
61  %prep  %prep
62  %setup  %setup -q
 [ -x ./autogen.sh ] && ./autogen.sh  
63    
64  %build  %build
65  %configure  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
66  %__make %{?_smp_mflags}  %__make %{?_smp_mflags}
67    
68  %install  %install

Legend:
Removed from v.3866  
changed lines
  Added in v.3867

  ViewVC Help
Powered by ViewVC