Add missing dependencies required by ximagesrc. (#1136317)
This commit is contained in:
parent
ec2f72fda7
commit
de7adb99a0
@ -13,7 +13,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-good
|
||||
Version: 1.5.2
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer plugins with good code and licensing
|
||||
|
||||
License: LGPLv2+
|
||||
@ -38,6 +38,8 @@ BuildRequires: libshout-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: orc-devel
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: speex-devel
|
||||
@ -251,6 +253,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 18 2015 Francesco Frassinelli <fraph24@gmail.com> - 1.5.2-2
|
||||
- Add missing dependencies required by ximagesrc. (#1136317)
|
||||
|
||||
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
|
||||
- Update to 1.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user