Accepting request 333440 from home:olh:branches:multimedia:apps
- Use pkgconfig for ffmpeg BuildRequires OBS-URL: https://build.opensuse.org/request/show/333440 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=84
This commit is contained in:
parent
ef1aa373ba
commit
3aba4c6e76
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 22 08:47:31 UTC 2015 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Use pkgconfig for ffmpeg BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 20 14:06:38 CEST 2015 - tiwai@suse.de
|
Mon Jul 20 14:06:38 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -71,7 +71,9 @@ Recommends: libavformat
|
|||||||
Recommends: libavutil
|
Recommends: libavutil
|
||||||
Recommends: libmp3lame0
|
Recommends: libmp3lame0
|
||||||
%if %{with ffmpeg}
|
%if %{with ffmpeg}
|
||||||
BuildRequires: libffmpeg-devel
|
BuildRequires: pkgconfig(libavcodec) >= 51.53
|
||||||
|
BuildRequires: pkgconfig(libavformat) >= 52.12
|
||||||
|
BuildRequires: pkgconfig(libavutil)
|
||||||
%endif
|
%endif
|
||||||
%if %{with mad}
|
%if %{with mad}
|
||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user