Accepting request 421535 from multimedia:libs
- Add ffmpeg2-BuildRequires for Tumbleweed: older openSUSE versions had ffmpeg 2.x in the distribution. OBS-URL: https://build.opensuse.org/request/show/421535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=60
This commit is contained in:
commit
e73a65902f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 09:12:46 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Add ffmpeg2-BuildRequires for Tumbleweed: older openSUSE versions
|
||||
had ffmpeg 2.x in the distribution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 16:30:31 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
7
vlc.spec
7
vlc.spec
@ -199,6 +199,10 @@ BuildRequires: pkgconfig(ncursesw)
|
||||
BuildRequires: pkgconfig(libavcodec) >= 55.26.0
|
||||
BuildRequires: pkgconfig(libavformat) >= 53.21.0
|
||||
BuildRequires: pkgconfig(libavutil) >= 52.4.0
|
||||
%if 0%{?suse_version} == 1330
|
||||
# for TW, we favor ffmpeg2-devel. Older distros have ffmpeg 2.x intree
|
||||
BuildRequires: ffmpeg2-devel
|
||||
%endif
|
||||
# Those are dependencies which are NOT provided in openSUSE, mostly for legal reasons.
|
||||
%if 0%{?BUILD_ORIG}
|
||||
BuildRequires: faad2-devel
|
||||
@ -206,9 +210,6 @@ BuildRequires: libfaac-devel
|
||||
BuildRequires: libxvidcore-devel
|
||||
# Disabled for now - VideoLAN repo needs to catch up
|
||||
BuildRequires: liba52-devel
|
||||
BuildRequires: pkgconfig(libavcodec) >= 55.26.0
|
||||
BuildRequires: pkgconfig(libavformat) >= 53.21.0
|
||||
BuildRequires: pkgconfig(libavutil) >= 52.4.0
|
||||
BuildRequires: pkgconfig(libdca) >= 0.0.5
|
||||
BuildRequires: pkgconfig(libmpeg2) > 0.3.2
|
||||
BuildRequires: pkgconfig(libpostproc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user