Accepting request 415376 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/415376 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k3b?expand=0&rev=66
This commit is contained in:
parent
ce99f0dd31
commit
80e35cefd3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 11:28:39 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
- Build with ffmpeg unconditional
|
||||
- Remove unused ffmpeg pkgs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 25 10:48:54 UTC 2016 - davejplater@gmail.com
|
||||
|
||||
|
8
k3b.spec
8
k3b.spec
@ -16,6 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without ffmpeg
|
||||
|
||||
Name: k3b
|
||||
Version: 2.0.3
|
||||
Release: 0
|
||||
@ -46,13 +48,9 @@ BuildRequires: libsndfile-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(taglib)
|
||||
%if 0%{?suse_version} > 1310 && 0%{?is_opensuse}
|
||||
%if %{with ffmpeg}
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libpostproc)
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
%endif
|
||||
Requires: %{_bindir}/cdrdao
|
||||
Requires: %{_bindir}/cdrecord
|
||||
|
Loading…
Reference in New Issue
Block a user