Re: [packman] kodi.binary-addons 18.2 32-bit

2019-06-13 Diskussionsfäden Sagi Ben-Akiva
Done On Tue, Jun 11, 2019 at 4:25 PM Manfred Hollstein wrote: > Moin, > > On Tue, 11 Jun 2019, 11:47:57 +0200, Manfred Hollstein wrote: > > Hi Giacomo, > > > > On Sat, 08 Jun 2019, 19:47:53 +0200, Giacomo Comes wrote: > > > I have noticed that since the release of kodi 18, > > > the

Re: [packman] kodi.binary-addons 18.2 32-bit

2019-06-11 Diskussionsfäden Manfred Hollstein
Moin, On Tue, 11 Jun 2019, 11:47:57 +0200, Manfred Hollstein wrote: > Hi Giacomo, > > On Sat, 08 Jun 2019, 19:47:53 +0200, Giacomo Comes wrote: > > I have noticed that since the release of kodi 18, > > the binary-addons for 32-bit are missing. > > In order to build them add this change to the

Re: [packman] kodi.binary-addons 18.2 32-bit

2019-06-11 Diskussionsfäden Manfred Hollstein
Hi Giacomo, On Sat, 08 Jun 2019, 19:47:53 +0200, Giacomo Comes wrote: > I have noticed that since the release of kodi 18, > the binary-addons for 32-bit are missing. > In order to build them add this change to the spec file: > > @@ -211,6 +211,9 @@ > -DVERBOSE=ON \ > %endif >

[packman] kodi.binary-addons 18.2 32-bit

2019-06-08 Diskussionsfäden Giacomo Comes
I have noticed that since the release of kodi 18, the binary-addons for 32-bit are missing. In order to build them add this change to the spec file: @@ -211,6 +211,9 @@ -DVERBOSE=ON \ %endif -DCMAKE_C_COMPILER=gcc-8 \ +%ifarch %{ix86} +-DCMAKE_C_FLAGS=-mavx \ +%endif