Updating link to change in openSUSE:Factory/vlc revision 119.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=0d9b8f9adbacdc16009d1d48058eb0cf
This commit is contained in:
parent
ab0cf58bba
commit
cc6dfca89e
13
vlc.changes
13
vlc.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 14:05:28 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequires pkgconfig(smbclient) instead of smbclient-devel:
|
||||
smbclient-devel was merged into samba-devel, and we do not want
|
||||
to care for actual package names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 16:32:49 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Guard --enable-libplacebo configure parameter with is_opensuse:
|
||||
the buildrequires is also guarded the same way.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 21:49:25 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
||||
|
||||
|
7
vlc.spec
7
vlc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vlc
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -93,7 +93,6 @@ BuildRequires: libraw1394 >= 2.0.1
|
||||
BuildRequires: librsvg-devel >= 2.9.0
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libshout-devel >= 2.1
|
||||
BuildRequires: libsmbclient-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libtheora-devel >= 1.0
|
||||
BuildRequires: libtool
|
||||
@ -109,6 +108,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: posix_cc
|
||||
BuildRequires: schroedinger-devel >= 1.0.10
|
||||
BuildRequires: pkgconfig(libudev) >= 142
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libplacebo)
|
||||
%endif
|
||||
@ -298,6 +298,7 @@ Should you decide to install the GUI modules, %{name}-noX will stay
|
||||
installed as a dependency.
|
||||
|
||||
|
||||
|
||||
# we can't use %%lang_package, as we need a different dependency
|
||||
# boo#1012556
|
||||
# but the package name has to stay vlc-lang, as otherise the software centers
|
||||
@ -455,7 +456,9 @@ autoreconf -fiv
|
||||
--enable-libass \
|
||||
--enable-libcddb \
|
||||
--enable-libmpeg2 \
|
||||
%if 0%{?is_opensuse}
|
||||
--enable-libplacebo \
|
||||
%endif
|
||||
--enable-lirc \
|
||||
--enable-live555 \
|
||||
--enable-lua \
|
||||
|
Loading…
x
Reference in New Issue
Block a user