forked from pool/rosegarden
Accepting request 375759 from home:elvigia:branches:multimedia:apps
- make the QT5 switch only In Tumbleweed and future products. - Build against QT5 in openSUSE 13.2 or later - Only provide rosegarden-qt4 in old products with QT4. OBS-URL: https://build.opensuse.org/request/show/375759 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=64
This commit is contained in:
parent
c9a2dbfb8e
commit
54748064e6
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 19:11:21 UTC 2016 - crrodriguez@opensuse.org
|
||||
|
||||
- make the QT5 switch only In Tumbleweed and future products.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 16:58:54 UTC 2016 - crrodriguez@opensuse.org
|
||||
|
||||
- Build against QT5 in openSUSE 13.2 or later
|
||||
- Only provide rosegarden-qt4 in old products with QT4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 07:26:53 UTC 2016 - davejplater@gmail.com
|
||||
|
||||
|
@ -40,7 +40,20 @@ BuildRequires: ladspa-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: liblo-devel
|
||||
BuildRequires: liblrdf-devel
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
%else
|
||||
BuildRequires: libqt4-devel >= 4.6.3
|
||||
Provides: rosegarden-qt4 = %{version}
|
||||
Obsoletes: rosegarden-qt4 < %{version}
|
||||
%endif
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: lilypond
|
||||
@ -53,9 +66,7 @@ BuildRequires: xorg-x11-util-devel
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires: dssi
|
||||
Requires: ladspa
|
||||
Provides: rosegarden-qt4 = %{version}
|
||||
Provides: rosegarden4 = %{version}
|
||||
Obsoletes: rosegarden-qt4 < %{version}
|
||||
Obsoletes: rosegarden4 < %{version}
|
||||
Icon: rosegarden.xpm
|
||||
%if 0%{?suse_version} > 1120
|
||||
|
Loading…
x
Reference in New Issue
Block a user