Accepting request 307099 from home:alois:branches:multimedia:libs
Switched to Qt5. According to upstream developers it's the preferable one. OBS-URL: https://build.opensuse.org/request/show/307099 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=131
This commit is contained in:
parent
9ea406f92f
commit
9a385aa632
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 15:46:45 UTC 2015 - aloisio@gmx.com
|
||||
|
||||
- Enabled Qt5 for targets that support it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 1 18:22:44 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
9
vlc.spec
9
vlc.spec
@ -75,14 +75,17 @@ BuildRequires: libmodplug-devel >= 0.8.4
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel >= 1.0
|
||||
BuildRequires: libopus-devel >= 1.0.3
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
%if 0%{?suse_version} != 1315
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: libqt4-devel >= 4.6.0
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libraw1394 >= 2.0.1
|
||||
BuildRequires: librsvg-devel >= 2.9.0
|
||||
BuildRequires: libsamplerate-devel
|
||||
@ -270,7 +273,11 @@ Codecs that are not available in a stock openSUSE distribution.
|
||||
Summary: VLC: VideoLAN Client - Qt interface
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Requires: %{name}-noX = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1310
|
||||
Supplements: packageand(%{name}-noX:libqt5)
|
||||
%else
|
||||
Supplements: packageand(%{name}-noX:libqt4)
|
||||
%endif
|
||||
Conflicts: %{conflicts}-qt
|
||||
|
||||
%description qt
|
||||
|
Loading…
x
Reference in New Issue
Block a user