Re: [Slackbuilds-users] frogatto build fix

2022-03-05 Thread Matteo Bernardini
thanks, pushed! Il giorno sab 5 mar 2022 alle ore 11:40 Franzen via SlackBuilds-users ha scritto: > > Hi, > > not my buildscript, attached patch fixes building on 15.0, > so frogatto may be removed from https://slackbuilds.org/FAILED-15.0 > >

[Slackbuilds-users] frogatto build fix

2022-03-05 Thread Franzen via SlackBuilds-users
Hi, not my buildscript, attached patch fixes building on 15.0, so frogatto may be removed from https://slackbuilds.org/FAILED-15.0 Johannesdiff --git a/games/frogatto/frogatto.SlackBuild b/games/frogatto/frogatto.SlackBuild index 0f24518542..6e555d740e 100644 ---

[Slackbuilds-users] aqemu

2022-03-05 Thread Didier Spaier
Hi, I could build aqemu on Slackware 15 borrowing this sed comand to Arch: sed -i 's|#include |#include \n#include |' src/docopt/docopt_value.h This helps with GCC>=10 Also following Arch I built with this source tarball: https://codeload.github.com/TBK/aqemu/tar.gz/refs/tags/v0.9.4 The GUI per

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread Jeremy Hansen
On Sat, Mar 5, 2022, 11:00 AM Luiz Carlos Ramos via SlackBuilds-users < slackbuilds-users@slackbuilds.org> wrote: > Hello, > > today I tried to upgrade Pitivi version to the last one, and it turns > out that the final binary (in fact, a Python3 script) didn't run, > showing signs of a missing

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread B Watson
On 3/5/22, B Watson wrote: > > Thanks for that, it'll help a lot. > I spake too soone: there's already python3- versions of kiwisolver and cycler. ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread Jeremy Hansen
On Sat, Mar 5, 2022 at 2:59 PM B Watson wrote: > On 3/5/22, B Watson wrote: > > > > Thanks for that, it'll help a lot. > > > > I spake too soone: there's already python3- versions of kiwisolver > and cycler. > > It should already be good. If you follow the dependencies of pitivi, you get

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread Greg' Ar Tourter
there is a separate package for the python3 version of matplotlib: development/python3-matplotlib On Sat, 5 Mar 2022 at 18:00, Luiz Carlos Ramos via SlackBuilds-users < slackbuilds-users@slackbuilds.org> wrote: > Hello, > > today I tried to upgrade Pitivi version to the last one, and it turns >

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread sborg63 via SlackBuilds-users
Hi Willy, According to the new templates, .la files are not included in the package to be built as follows: # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la But some packages (for example geany) put .la files in subfolders too, say as /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la Are

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Willy Sudiarto Raharjo
> I noticed that pdfpc is in the failed list. I have no problem building it > here, can someone let me know what error they are getting? It could be false positive since that list is generated by CI system and it was designed with some restrictions such as no network access during build. If a

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Willy Sudiarto Raharjo
> According to the new templates, .la files are not included > in the package to be built as follows: > > # Don't ship .la files: > rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la > > > But some packages (for example geany) put .la files in subfolders too, > say as >

[Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Willy Sudiarto Raharjo
Hi guys we are still trimming down all the remaining scripts to check against Slackware 15.0 and hopefully we will see 15.0 repository soon. The list can be seen here: https://slackbuilds.org/FAILED-15.0 You can help by confirming whether a certain scripts does build correctly against Slackware

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Ozan Türkyılmaz
Hello, I started tinkering kodi now. New version looks like will work with 15.0. BUild system is now cmake. I'll keep you posted. I tinkered wine-nine-standalone. I don't think it will work without serious work. Regards, Ozan Willy Sudiarto Raharjo , 5 Mar 2022 Cmt, 19:01 tarihinde şunu yazdı:

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Ozan Türkyılmaz
He beat me to it. ALso he had the same annoyances. Never fun of cmake. Matteo Bernardini , 5 Mar 2022 Cmt, 19:29 tarihinde şunu yazdı: > Hi Ozan, > > Jeremy already sent an update to 19.4 for kodi, it's on git > > >

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Greg' Ar Tourter
Hi Willie, I noticed that pdfpc is in the failed list. I have no problem building it here, can someone let me know what error they are getting? Cheers Greg On Sat, 5 Mar 2022 at 16:33, Ozan Türkyılmaz wrote: > He beat me to it. ALso he had the same annoyances. Never fun of cmake. > > >

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Lenard Spencer
I have working scripts for openjdk{6,7,8} on my web page. I know openjdk6 has been dropped, but it is there. http://www.lenardspencer.net/linux/slackbuilds On Sat, Mar 5, 2022, 11:01 Willy Sudiarto Raharjo wrote: > Hi guys > > we are still trimming down all the remaining scripts to check

Re: [Slackbuilds-users] aqemu

2022-03-05 Thread Slackbuilds
On 3/5/22 06:30, Didier Spaier wrote: > Hi, > I could build aqemu on Slackware 15 borrowing this sed comand to Arch: > sed -i 's|#include |#include \n#include |' > src/docopt/docopt_value.h > This helps with GCC>=10 > > Also following Arch I built with this source tarball: >

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Matteo Bernardini
Hi Ozan, Jeremy already sent an update to 19.4 for kodi, it's on git https://git.slackbuilds.org/slackbuilds/commit/?id=2aaa8213472023ab08488efb41181864c8d106ff Matteo Il giorno sab 5 mar 2022 alle ore 17:26 Ozan Türkyılmaz ha scritto: > > Hello, > > I started tinkering kodi now. New version

[Slackbuilds-users] Pitivi not running

2022-03-05 Thread Luiz Carlos Ramos via SlackBuilds-users
Hello, today I tried to upgrade Pitivi version to the last one, and it turns out that the final binary (in fact, a Python3 script) didn't run, showing signs of a missing matplotlib. Digging a little bit, one found that the problem was on two dependencies, kiwisolver and cycler, which didn't have

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread B Watson
On 3/5/22, Luiz Carlos Ramos via SlackBuilds-users wrote: > > python setup.py install --root $PKG > [+] python3 setup.py install --root $PKG > > and rebuilding kiwisource and cycler. > > Conversely to what the error message points, it seems there is no need > to install the whole

Re: [Slackbuilds-users] Pitivi not running

2022-03-05 Thread Luiz Carlos Ramos via SlackBuilds-users
Jeremy, yes, confirmed. I checked now and much likely I was in a wrong version, at least regarding the .info file. This can explain what happened here. Thank you all for the timely replies! Luiz On Sat, Mar 05, 2022 at 03:06:49PM -0700, Jeremy Hansen wrote: > On Sat, Mar 5, 2022 at 2:59 PM

[Slackbuilds-users] libvirt failing for me on 15.0

2022-03-05 Thread Kent Fritz
It's not on the list of failing builds, so does anybody know what this error means or how to fix? [974/1281] Generating 404.html with a custom command (wrapped by meson to capture output) FAILED: docs/404.html /usr/bin/meson --internal exe --capture docs/404.html -- /usr/bin/xsltproc

Re: [Slackbuilds-users] libvirt failing for me on 15.0

2022-03-05 Thread Willy Sudiarto Raharjo
> It's not on the list of failing builds, so does anybody know what this > error means or how to fix? > > [974/1281] Generating 404.html with a custom command (wrapped by meson > to capture output) > FAILED: docs/404.html > /usr/bin/meson --internal exe --capture docs/404.html -- >

Re: [Slackbuilds-users] Please update your zopfli SlackBuild

2022-03-05 Thread Duncan Roe
Hi again Oleg, On Wed, Mar 02, 2022 at 12:15:26PM +1100, Duncan Roe wrote: > Hi Oleg, > > zopfli is now a Python Package on https://pypi.org/. [...] Sorry for the noise, please ignore this request. Your SB builds /usr/bin/zopfli, the PyPI package does not. I will make a python3-zopfli package

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Christoph Willing
On 6/3/22 02:00, Willy Sudiarto Raharjo wrote: > > The list can be seen here: https://slackbuilds.org/FAILED-15.0 > You can help by confirming whether a certain scripts does build > correctly against Slackware 15.0 (full installation and clean > environment please). Let us know in the mailing

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Willy Sudiarto Raharjo
> I've just updated system/pixma to build on 15.0 and pushed to my updates > branch so it can be removed from the FAILED-15.0 list. Done thanks -- Willy Sudiarto Raharjo OpenPGP_signature Description: OpenPGP digital signature ___ SlackBuilds-users

Re: [Slackbuilds-users] New Templates and 15.0 Repository Progress

2022-03-05 Thread Erich Ritz via SlackBuilds-users
--- Original Message --- On Saturday, March 5th, 2022 at 7:36 PM, Willy Sudiarto Raharjo wrote: > > According to the new templates, .la files are not included > > in the package to be built as follows: > > > > # Don't ship .la files: > > rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la > > >