- remove explicit FFMPEG version requirements
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=8
This commit is contained in:
parent
b862219a34
commit
82b7eea73c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 2 17:41:32 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
- remove explicit FFMPEG version requirements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 08:35:31 UTC 2017 - sleep_walker@opensuse.org
|
Tue Feb 28 08:35:31 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
@ -5,7 +10,6 @@ Tue Feb 28 08:35:31 UTC 2017 - sleep_walker@opensuse.org
|
|||||||
tvheadend-fix-service-dependency.patch and use it again - don't
|
tvheadend-fix-service-dependency.patch and use it again - don't
|
||||||
wait for syslog (user/group part is done by sed)
|
wait for syslog (user/group part is done by sed)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 18:13:44 UTC 2017 - sleep_walker@opensuse.org
|
Mon Feb 27 18:13:44 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
@ -44,12 +44,12 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(avahi-client)
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(libavcodec) = 56.60.100
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavformat) = 56.40.101
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libavresample) = 2.1.0
|
BuildRequires: pkgconfig(libavresample)
|
||||||
BuildRequires: pkgconfig(libavutil) = 54.31.100
|
BuildRequires: pkgconfig(libavutil)
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: pkgconfig(libswscale) = 3.1.101
|
BuildRequires: pkgconfig(libswscale)
|
||||||
BuildRequires: pkgconfig(liburiparser)
|
BuildRequires: pkgconfig(liburiparser)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user