https://bugzilla.rpmfusion.org/show_bug.cgi?id=3667
--- Comment #3 from MartinKG <mgansser(a)alice.de> 2015-05-28 13:10:20 CEST ---
1. please deactivate bundled software and use system wide software packages
ffmpeg, avahi and uriparser....
- change your build section
- Add smp_mflags to make
- remove arm if condition
%build
echo %{version}-%{release} > %{_builddir}/%{buildsubdir}/rpm/version
%configure --disable-lockowner --disable-bundle --disable-libffmpeg_static
make %{?_smp_mflags}
2. change the BuildRequieres dependencies to:
- change systemd-units >= 1 to systemd-units
BuildRequires: avahi-devel
BuildRequires: avahi-libs
BuildRequires: dbus-devel
BuildRequires: ffmpeg-devel
BuildRequires: git wget python
BuildRequires: openssl-devel
BuildRequires: systemd-units
BuildRequires: uriparser-devel
Requires: systemd-units
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.