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

2022-03-07 Thread B Watson
Oh, while I'm thinking about it. The only builds that will ever
include .la files in /usr/lib(64) are ones that use autotools
(./configure script). I've never seen them in builds that use plain
make, cmake, meson, scons, etc. In theory it could happen (some insane
person could call libtool from a regular Makefile or CMakeLists.txt),
but I kinda doubt it ever does.

This might be useful info for someone...
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-07 Thread B Watson
On 3/5/22, Erich Ritz via SlackBuilds-users
 wrote:
>
> On the other hand, there are a few offending SBo packages in /usr/lib64 on
> my system (apologies if any of these have been fixed recently):
>
> # ls -l /usr/lib64/*.la
> -rwxr-xr-x 1 root root 1172 Feb 16 08:08 /usr/lib64/libflatpak.la*
> (flatpak-1.10.2-x86_64-2_SBo)
> -rwxr-xr-x 1 root root  980 Mar  3 12:10 /usr/lib64/libgeotiff.la*
> (libgeotiff-1.5.1-x86_64-1_SBo)
> -rwxr-xr-x 1 root root  910 Feb  7 10:46 /usr/lib64/libglpk.la*
> (glpk-4.61-x86_64-1_SBo)
> -rwxr-xr-x 1 root root  916 Feb  7 12:16 /usr/lib64/liblaszip.la*
> (laszip-2.2.0-x86_64-1_SBo)

Thanks for the list, fixing these right now.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Greg' Ar Tourter
I have also checked nagios_plugins and it builds fine at my end.

If you can get more info as to why it fail, I can look further. Looking at
the build logs, it doesn't download anything during the build however the
configure script does test for ping and ping6 using 127.0.0.1 and ::1 to
test the syntax, so if there is no network at all in CI, not even localhost
that could explain the failure.

Cheers

Greg

On Sun, 6 Mar 2022 at 17:56, Willy Sudiarto Raharjo 
wrote:

> > Thanks for the explanation. I have just checked and the build script does
> > download anything. There are a few warnings at build time but otherwise
> > nothing out of the ordinary.
> >
> > I attach the log file where I built pdfpc and all its dependencies.
>
> OK, good to know
> we just have to make some adjustment on the CI tool
>
>
> --
> Willy Sudiarto Raharjo
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Dave Woodfall
On 06/03/22 08:48,
Dan Whisman  put forth the proposition:
> I was able to build CubicSDR 0.2.7 just fine with the repo as-is, but it
> needed SoapySDR 0.8.1 which is not in master.  I have attached a patch
> (which I also emailed to the maintainer).  It bumps the version, adds
> Python3 support, and fixes the man page directory.
> With the upgraded SoapySDR, I was able to successfully test CubicSDR by
> listening to a local FM station.  I did use newer versions of SoapySDRPlay
> and SDRPlay packages and I also emailed patches to the maintainer.

Thanks Dan

--
Dave
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Willy Sudiarto Raharjo
> Thanks for the explanation. I have just checked and the build script does
> download anything. There are a few warnings at build time but otherwise
> nothing out of the ordinary.
> 
> I attach the log file where I built pdfpc and all its dependencies.

OK, good to know
we just have to make some adjustment on the CI tool


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Dan Whisman
I was able to build CubicSDR 0.2.7 just fine with the repo as-is, but it 
needed SoapySDR 0.8.1 which is not in master.  I have attached a patch 
(which I also emailed to the maintainer).  It bumps the version, adds 
Python3 support, and fixes the man page directory.


With the upgraded SoapySDR, I was able to successfully test CubicSDR by 
listening to a local FM station.  I did use newer versions of 
SoapySDRPlay and SDRPlay packages and I also emailed patches to the 
maintainer.


Best,
Dan Whisman


On 3/5/22 11:33, slackbuilds-users-requ...@slackbuilds.org wrote:

Date: Sat, 5 Mar 2022 23:00:48 +0700
From: Willy Sudiarto Raharjo
To: "SlackBuilds.org Users List"
Subject: [Slackbuilds-users] New Templates and 15.0 Repository
Progress
Message-ID:<28eebab4-9e99-cb6e-93f7-6ca236a4d...@slackbuilds.org>
Content-Type: text/plain; charset="utf-8"

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 15.0 (full installation and clean
environment please). Let us know in the mailing list when you have
confirmed.

I have also pushed new templates for 15.0 SlackBuilds to git and also to
the website athttps://slackbuilds.org/templates/

please download and use them for future new submission.

Thanks


-- Willy Sudiarto Raharjo -- next part -- A 
non-text attachment was scrubbed... Name: OpenPGP_signature Type: 
application/pgp-signature Size: 840 bytes Desc: OpenPGP digital 
signature URL: 
 
diff --git a/ham/SoapySDR/SoapySDR.SlackBuild b/ham/SoapySDR/SoapySDR.SlackBuild
index d42eee8d0f..5fb1f96cd6 100644
--- a/ham/SoapySDR/SoapySDR.SlackBuild
+++ b/ham/SoapySDR/SoapySDR.SlackBuild
@@ -25,7 +25,7 @@
 cd $(dirname $0) ; CWD=$(pwd)
 
 PRGNAM=SoapySDR
-VERSION=${VERSION:-0.7.2}
+VERSION=${VERSION:-0.8.1}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
 PKGTYPE=${PKGTYPE:-tgz}
@@ -81,8 +81,6 @@ find -L . \
  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
 
-sed -i -e 's#share/man#man#' apps/CMakeLists.txt
-
 mkdir -p build
 cd build
   cmake \
@@ -90,7 +88,6 @@ cd build
 -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_SUFFIX=${LIBDIRSUFFIX} \
--DENABLE_PYTHON3:BOOL=OFF \
 -DCMAKE_BUILD_TYPE=Release ..
   make 
   make install DESTDIR=$PKG
@@ -99,6 +96,8 @@ cd ..
 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
   | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
 
+# CMake puts man pages in /usr/share
+mv $PKG/usr/share/man $PKG/usr/
 find $PKG/usr/man -type f -exec gzip -9 {} \;
 for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
 
diff --git a/ham/SoapySDR/SoapySDR.info b/ham/SoapySDR/SoapySDR.info
index 80c19c1525..28e0ba84ad 100644
--- a/ham/SoapySDR/SoapySDR.info
+++ b/ham/SoapySDR/SoapySDR.info
@@ -1,8 +1,8 @@
 PRGNAM="SoapySDR"
-VERSION="0.7.2"
+VERSION="0.8.1"
 HOMEPAGE="https://github.com/pothosware/SoapySDR;
-DOWNLOAD="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-0.7.2/SoapySDR-soapy-sdr-0.7.2.tar.gz;
-MD5SUM="9e9f935ec967b746b1549a6456714085"
+DOWNLOAD="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-0.8.1/SoapySDR-soapy-sdr-0.8.1.tar.gz;
+MD5SUM="64fbfc0ed4c4fa4dd3c4fe91ebb8c1c3"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Greg' Ar Tourter
Hi Willie,

Thanks for the explanation. I have just checked and the build script does
download anything. There are a few warnings at build time but otherwise
nothing out of the ordinary.

I attach the log file where I built pdfpc and all its dependencies.

Cheers

Greg

On Sun, 6 Mar 2022 at 01:35, Willy Sudiarto Raharjo 
wrote:

> > 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 script is downloading something in the middle of a build
> process and it has no internet access, it will fail eventually
>
>
>
> --
> Willy Sudiarto Raharjo
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>


pdfpc_build.log.gz
Description: application/gzip
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Andrew Clemons
Hi Lenard,

On 6/03/22 11:19, Lenard Spencer wrote:
> 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
> 

Thanks for the link. I've pulled these down and tested openjdk7 as a
start. It works fine, but does need network access to build (bootstrap
compiler?). It would be nice if that could be avoided. I'm assuming you
are keen to maintain these?

Thanks,
Andrew
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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

2022-03-06 Thread Matteo Bernardini
I agree with Erich considerations: just follow Pat's instructions and
don't remove *.la files outside of LD_LIBRARY_PATH.

Matteo

Il giorno dom 6 mar 2022 alle ore 03:24 Erich Ritz via
SlackBuilds-users  ha scritto:
>
> --- 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
> > >
> > > But some packages (for example geany) put .la files in subfolders too,
> > > say as
> > >
> > > /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la
> > >
> > > Are maintainers supposed to make sure that these are omitted as
> > > well?
> >
> > Yes please
> >
> > --
> >
> > Willy Sudiarto Raharjo
> >
>
> Doesn't it depend?  From the Slackware ChangeLog entry from Thu Apr 19 2018:
>
> > The .la files that are outside of
> > the LD_LIBRARY_PATH were not removed (and shouldn't be) - those ones are
> > often used by the lt_dlopen() function to load plugins and removing those
> > ones can break things. But those ones don't cause problems... they aren't
> > likely to try to infect .la files produced by other packages.
>
> And on 64-bit Slackware 15.0 the contents of /etc/ld.so.conf are:
>
> include /etc/ld.so.conf.d/*.conf
> /lib64
> /usr/lib64
> /usr/local/lib64
> /usr/x86_64-slackware-linux/lib64
>
> So if I understand correctly there should be no .la files in those 
> directories.  But /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la may very well be 
> necessary for a program to operate correctly, and won't adversely affect the 
> system.  In fact several stock Slackware packages contain these files (do a 
> "find /usr/lib64 -name "*.la" to see them).
>
> On the other hand, there are a few offending SBo packages in /usr/lib64 on my 
> system (apologies if any of these have been fixed recently):
>
> # ls -l /usr/lib64/*.la
> -rwxr-xr-x 1 root root 1172 Feb 16 08:08 /usr/lib64/libflatpak.la*  
> (flatpak-1.10.2-x86_64-2_SBo)
> -rwxr-xr-x 1 root root  980 Mar  3 12:10 /usr/lib64/libgeotiff.la*  
> (libgeotiff-1.5.1-x86_64-1_SBo)
> -rwxr-xr-x 1 root root  910 Feb  7 10:46 /usr/lib64/libglpk.la* 
> (glpk-4.61-x86_64-1_SBo)
> -rwxr-xr-x 1 root root  916 Feb  7 12:16 /usr/lib64/liblaszip.la*   
> (laszip-2.2.0-x86_64-1_SBo)
>
> Erich
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 list when you have
> confirmed.
> 

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.

That done, I don't have a suitable printer to test it with so if anyone
else would like to take over maintainership of this SlackBuild, they're
more than welcome. Since the source code is unlikely to change (it's
unchanged since 2013) and only rare updates expected to SL15.0 itself, I
think the maintenance load will be very low. Any takers?

chris
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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
> >
> > But some packages (for example geany) put .la files in subfolders too,
> > say as
> >
> > /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la
> >
> > Are maintainers supposed to make sure that these are omitted as
> > well?
>
> Yes please
>
> --
>
> Willy Sudiarto Raharjo
>

Doesn't it depend?  From the Slackware ChangeLog entry from Thu Apr 19 2018:

> The .la files that are outside of
> the LD_LIBRARY_PATH were not removed (and shouldn't be) - those ones are
> often used by the lt_dlopen() function to load plugins and removing those
> ones can break things. But those ones don't cause problems... they aren't
> likely to try to infect .la files produced by other packages.

And on 64-bit Slackware 15.0 the contents of /etc/ld.so.conf are:

include /etc/ld.so.conf.d/*.conf
/lib64
/usr/lib64
/usr/local/lib64
/usr/x86_64-slackware-linux/lib64

So if I understand correctly there should be no .la files in those directories. 
 But /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la may very well be necessary for a 
program to operate correctly, and won't adversely affect the system.  In fact 
several stock Slackware packages contain these files (do a "find /usr/lib64 
-name "*.la" to see them).

On the other hand, there are a few offending SBo packages in /usr/lib64 on my 
system (apologies if any of these have been fixed recently):

# ls -l /usr/lib64/*.la
-rwxr-xr-x 1 root root 1172 Feb 16 08:08 /usr/lib64/libflatpak.la*  
(flatpak-1.10.2-x86_64-2_SBo)
-rwxr-xr-x 1 root root  980 Mar  3 12:10 /usr/lib64/libgeotiff.la*  
(libgeotiff-1.5.1-x86_64-1_SBo)
-rwxr-xr-x 1 root root  910 Feb  7 10:46 /usr/lib64/libglpk.la* 
(glpk-4.61-x86_64-1_SBo)
-rwxr-xr-x 1 root root  916 Feb  7 12:16 /usr/lib64/liblaszip.la*   
(laszip-2.2.0-x86_64-1_SBo)

Erich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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
> /usr/lib${LIBDIRSUFFIX}/$PRGNAM/*.la
> 
> Are maintainers supposed to make sure that these are omitted as
> well?

Yes please


-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 script is downloading something in the middle of a build
process and it has no internet access, it will fail eventually



-- 
Willy Sudiarto Raharjo


OpenPGP_signature
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 maintainers supposed to make sure that these are omitted as
well?

Cheers,

Rob

On Sat, 05 Mar 2022 16:33:14 +
slackbuilds-users-requ...@slackbuilds.org wrote:

> I have also pushed new templates for 15.0 SlackBuilds to git and also
> to the website at https://slackbuilds.org/templates/
>
> please download and use them for future new submission.
>
> Thanks
>
>
> -- 
> Willy Sudiarto Raharjo
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 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 15.0 (full installation and clean
> environment please). Let us know in the mailing list when you have
> confirmed.
>
> I have also pushed new templates for 15.0 SlackBuilds to git and also to
> the website at https://slackbuilds.org/templates/
>
> please download and use them for future new submission.
>
> Thanks
>
>
> --
> Willy Sudiarto Raharjo
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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.
>
>
> 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
>>
>>
>> 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 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ı:
>> >>
>> >> 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 15.0 (full installation and clean
>> >> environment please). Let us know in the mailing list when you have
>> >> confirmed.
>> >>
>> >> I have also pushed new templates for 15.0 SlackBuilds to git and also
>> to
>> >> the website at https://slackbuilds.org/templates/
>> >>
>> >> please download and use them for future new submission.
>> >>
>> >> Thanks
>> >>
>> >>
>> >> --
>> >> Willy Sudiarto Raharjo
>> >> ___
>> >> SlackBuilds-users mailing list
>> >> SlackBuilds-users@slackbuilds.org
>> >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> >> FAQ - https://slackbuilds.org/faq/
>> >>
>> > ___
>> > SlackBuilds-users mailing list
>> > SlackBuilds-users@slackbuilds.org
>> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> > FAQ - https://slackbuilds.org/faq/
>> >
>> ___
>> SlackBuilds-users mailing list
>> SlackBuilds-users@slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
>> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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
>
>
> 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 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ı:
> >>
> >> 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 15.0 (full installation and clean
> >> environment please). Let us know in the mailing list when you have
> >> confirmed.
> >>
> >> I have also pushed new templates for 15.0 SlackBuilds to git and also to
> >> the website at https://slackbuilds.org/templates/
> >>
> >> please download and use them for future new submission.
> >>
> >> Thanks
> >>
> >>
> >> --
> >> Willy Sudiarto Raharjo
> >> ___
> >> SlackBuilds-users mailing list
> >> SlackBuilds-users@slackbuilds.org
> >> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> >> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> >> FAQ - https://slackbuilds.org/faq/
> >>
> > ___
> > SlackBuilds-users mailing list
> > SlackBuilds-users@slackbuilds.org
> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ - https://slackbuilds.org/faq/
> >
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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 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ı:
>>
>> 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 15.0 (full installation and clean
>> environment please). Let us know in the mailing list when you have
>> confirmed.
>>
>> I have also pushed new templates for 15.0 SlackBuilds to git and also to
>> the website at https://slackbuilds.org/templates/
>>
>> please download and use them for future new submission.
>>
>> Thanks
>>
>>
>> --
>> Willy Sudiarto Raharjo
>> ___
>> SlackBuilds-users mailing list
>> SlackBuilds-users@slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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ı:

> 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 15.0 (full installation and clean
> environment please). Let us know in the mailing list when you have
> confirmed.
>
> I have also pushed new templates for 15.0 SlackBuilds to git and also to
> the website at https://slackbuilds.org/templates/
>
> please download and use them for future new submission.
>
> Thanks
>
>
> --
> Willy Sudiarto Raharjo
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/