Drop gnome-vfs2 dependency
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=159
This commit is contained in:
parent
eabe993ae4
commit
1df29bb7cd
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 10:32:14 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Disable deprecated gnome-vfs2 support (that was GNOME 2 tech):
|
||||
+ Remove --enable-gnomevfs configure parameter.
|
||||
+ Remove gnome-vfs2-devel BuildRequires.
|
||||
+ Drop -gnome subpackage and obsolete it by the main package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 21:28:01 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
18
vlc.spec
18
vlc.spec
@ -62,7 +62,6 @@ BuildRequires: freetype2
|
||||
BuildRequires: fribidi-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: gnome-vfs2-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libavc1394-devel >= 0.5.3
|
||||
BuildRequires: libcddb-devel >= 0.9.5
|
||||
@ -208,6 +207,7 @@ BuildRequires: pkgconfig(x264) >= 0.8.6
|
||||
BuildRequires: pkgconfig(vdpau) >= 0.6
|
||||
%endif
|
||||
%endif
|
||||
Obsoletes: %{name}-gnome <= %{version}
|
||||
|
||||
%description
|
||||
VLC media player is a highly portable multimedia player for various
|
||||
@ -288,17 +288,6 @@ Conflicts: %{conflicts}-qt
|
||||
%description qt
|
||||
The all new Qt interface for the VLC VideoLAN Client.
|
||||
|
||||
%package gnome
|
||||
Summary: VLC: VideoLAN Client - Gnome Access Modules
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Requires: %{name}-noX = %{version}-%{release}
|
||||
Supplements: packageand(%{name}-noX:gnome-vfs2)
|
||||
Conflicts: %{conflicts}-gnome
|
||||
|
||||
%description gnome
|
||||
In order to integrate flawless into GNOME, there are some access modules
|
||||
for gnome-vfs2.
|
||||
|
||||
%prep
|
||||
echo '********* ENTERED PREP PHASE ********'
|
||||
date
|
||||
@ -368,7 +357,6 @@ export CXXFLAGS="%{optflags}"
|
||||
%endif
|
||||
--enable-freetype \
|
||||
--enable-fribidi \
|
||||
--enable-gnomevfs \
|
||||
%if 0%{?suse_version} > 1140
|
||||
--enable-gnutls \
|
||||
%endif
|
||||
@ -1148,10 +1136,6 @@ done
|
||||
%{_mandir}/man1/qvlc*
|
||||
%{_libdir}/vlc/plugins/gui/libqt4_plugin.so
|
||||
|
||||
%files gnome
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/vlc/plugins/access/libgnomevfs_plugin.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/vlc/
|
||||
|
Loading…
x
Reference in New Issue
Block a user