LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-04-2020, 05:18 PM   #2356
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

python-distro is added today , we need remove slackbuild for no overwrite.

Thanks!
 
1 members found this post helpful.
Old 01-05-2020, 01:21 AM   #2357
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
it should be already ok as I hadn't added it to this repository, it was just on a testing directory on my webserver.
 
Old 01-05-2020, 11:26 AM   #2358
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 238Reputation: 238Reputation: 238
Quote:
Originally Posted by ponce View Post
try updating it to 3.34.2 like this

http://cgit.ponce.cc/slackbuilds/commit/?h=evince
Hi ponce, that worked fine; thanks a lot and a good new year
 
Old 01-06-2020, 12:16 PM   #2359
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
latest update causing sbotools failed, due to invalid entry at
gis/proj/proj.info file
MD5SUM quoting is not correct.
Code:
MD5SUM="09243feb4f243a2bdd455035a2007384"
        a64b68863336f361065c7051acc5a991"
 
Old 01-06-2020, 12:41 PM   #2360
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by qunying View Post
latest update causing sbotools failed, due to invalid entry at
gis/proj/proj.info file
MD5SUM quoting is not correct.
Code:
MD5SUM="09243feb4f243a2bdd455035a2007384"
        a64b68863336f361065c7051acc5a991"
thanks but this is an oversight in the main SBo repository and it has been already fixed in one of the working git branches: it will go in the master branch at the next update.
 
1 members found this post helpful.
Old 01-06-2020, 06:54 PM   #2361
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi , another python added to current.

Pygments

Quote:
l/python-pygments-2.5.2-x86_64-1.txz: Added.
This is needed by gtk-doc.
 
Old 01-07-2020, 01:31 AM   #2362
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
pygments is also needed by appstream-glib (build will fail otherwise).

Last edited by lioh; 01-07-2020 at 02:22 AM. Reason: wrong
 
Old 01-07-2020, 02:28 AM   #2363
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by lioh View Post
pygments is also needed by appstream-glib and not listed as a dependency (build will fail otherwise). I have compiled it with python/Pygments 2.4.2 which was already available on SBo. What was the reason of providing a duplicate @USUARIONUEVO?
he is actually saying that because Pygments has been added to the stock Slackware current (as python-pygments) should be removed from this fork of SBo for current to avoid duplication and overlapping of packages (and I have just done it, thanks!).
it has been added to the latest current because, as the ChangeLog says, it has been introduced as a dependency of gtk-doc and some packages on the stock current weren't building without it.
 
Old 01-07-2020, 02:29 AM   #2364
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
I have figured it out and corrected my posting. Thanks ponce for pointing that out.
 
Old 01-07-2020, 02:34 AM   #2365
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Sorry, I was posting and hadn't seen your edit...
 
Old 01-07-2020, 02:41 AM   #2366
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by lioh View Post
pygments is also needed by appstream-glib (build will fail otherwise).
appstream-glib does not require pygments. At least not according to Arch or Gentoo. And I have never needed it when building appstream-glib. Maybe you're thinking about something else?

Last edited by Skaendo; 01-07-2020 at 02:42 AM.
 
Old 01-09-2020, 09:17 AM   #2367
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
faac.SlackBuild

Faac/faac.SlackBuilds contains the following command:
Code:
sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.in || die
This appears to be pearlish. There is no `die` command in Bash. You could add
Code:
die() { echo "$*" 1>&2 ; exit 1; }
but it is easier to change `die` to `exit`. Of course, nobody will notice, since the `sed` command usually works. That and the patches will need to be changed for the current version: faac-1.29.9.2.
 
1 members found this post helpful.
Old 01-09-2020, 05:05 PM   #2368
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
libmp4v2

Make stops at
Code:
src/rtphint.cpp:342:35: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  342 |                     if (pSlash != '\0') {
This was fixed three years ago upstream
Code:
*pSlash != '\0'
Building cinelerra calls for a prerequisite 'faac', which requires libmp4v2.
https://code.google.com/archive/p/mp4v2/ has many mirrors, many of which are not maintained. The google site declares version 2.0.0 as the most recent, which is the version we have at slackbuilds, uploaded in 2012. Each of the more-recent versions is marked 'deprecated'. Suggest we go with Sérgio Basto's git version, perhaps bundle a git-clone into a tarball? His last commit was Nov 2019, which builds error-free using a modified SlackBuild script.
 
Old 01-09-2020, 05:30 PM   #2369
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Original Poster
Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
hi hpfeil,

libmp4v2 is already patched for current in the repository linked in the first post.

BTW, I stepped in as a maintainer of faac and libmp4v2 a few days ago and I have already bumped this last locally to that git version: FYI the new faac (1.30), which I'm also about to update, doesn't depend on libmp4v2 anymore as it has a new own version of an mp4v2 library included in its code.
both the new versions will go in the SBo repository for 14.2 and will be available also for current.
 
1 members found this post helpful.
Old 01-10-2020, 12:56 PM   #2370
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Thanks, Ponce!
I was setting up a cinelerra render farm on a couple of older laptops while troubleshooting why a single png wouldn't render. Finally worked after I put the 600 png images into /mnt/render on the server and mounted that on the clients as /mnt/render and synchronized ~/.bcast5. Instead of a 3-hr 2760x1080 UHD video taking four days to render, it now takes less than 20 hours. Appreciate your work! You won't need the patches and the sed command in faac.SlackBuilds with the latest version from https://www.audiocoding.com/downloads.html If you look at Cinelerra GG, probably don't need faac at all. See fdkaac and libfdk_aac.
 
1 members found this post helpful.
  


Reply

Tags
current, sbo, sbopkg, slackrepo



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration