LinuxQuestions.org
Help answer threads with 0 replies.
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-30-2016, 06:19 AM   #16
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784

Chris, you can send me the diff or the complete tarball and i will test it for 14.2 repository
 
Old 01-30-2016, 07:30 AM   #17
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by chris.willing View Post
For those who like to roll their own, a SlackBuild for LibreOffice-5.0.4.2 that builds on -current at:
https://github.com/cwilling/slackbui...ce/LibreOffice
- just waiting to see if SBo has room for it when they reopen submissions.

chris
Mine offers a lot more choice...

https://notabug.org/orbea/Slackbuild...ce/libreoffice

Edit: Also its not nice to use experimental features by default...

Last edited by orbea; 01-30-2016 at 07:35 AM.
 
Old 01-30-2016, 07:51 AM   #18
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,752

Rep: Reputation: Disabled
Quote:
Originally Posted by chris.willing View Post
For those who like to roll their own, a SlackBuild for LibreOffice-5.0.4.2 that builds on -current at:
https://github.com/cwilling/slackbui...ce/LibreOffice
- just waiting to see if SBo has room for it when they reopen submissions.

chris
Why --enable-avahi in libreoffice for -current when avahi does not ship in -current?
 
Old 01-30-2016, 02:31 PM   #19
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 914

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by elcore View Post
Why --enable-avahi in libreoffice for -current when avahi does not ship in -current?
I don't understand how those two things are necessarily connected. Many SBo SlackBuilds use other SBo packages (and specify them in the REQUIRES field of the .info file) when those packages don't ship in -current (or whatever you're building for).

If you really just don't like avahi, that is a different question.

If you just want a 'minimal build' then, while I understand the idea, I don't subscribe to it by default. I generally prefer to expose all the features the developers have released, including the kitchen sink, if available. If I were building for some esoteric device with minimal resources, it would almost certainly be otherwise; however my target is a pretty normal desktop - I can enjoy the fully featured version.

chris
 
Old 01-30-2016, 08:42 PM   #20
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 914

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by chris.willing View Post
If you really just don't like avahi, ...
I just checked that the --enable-avahi option could be removed and the build would still complete. Your final product would not then have whatever functionality avahi provides for LibreOffice. I'm not in a position to itemize all that functionality but my first guess would be printer discovery to output your documents.

chris
 
Old 01-31-2016, 06:00 AM   #21
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,752

Rep: Reputation: Disabled
Quote:
Originally Posted by chris.willing View Post
If I were building for some esoteric device with minimal resources, it would almost certainly be otherwise; however my target is a pretty normal desktop - I can enjoy the fully featured version.
Well, my opinion is that if you're going to pull dependencies from outside of the main tree, you could at least make them optional.
I'll share this simple snippet for firefox slackbuild that I wrote for making official branding optional:
Code:
if [ "$OFFICIAL" = "yes" ]; then
echo "ac_add_options --enable-official-branding" >> .mozconfig
else
echo "ac_add_options --disable-official-branding" >> .mozconfig
fi
It's an example of setting defaults in a transparent way, so that the users know what is tested & confirmed optional and what is not.
Like or dislike for particular implementation has nothing to do with it, I would not comment at all if you hadn't tried to make it look like mandatory external dependency.
Either way, it's your git, I don't really care about your dependencies, and I won't discuss the usefulness of avahi on systems using static routes.
 
Old 01-31-2016, 09:17 AM   #22
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Just use my script if you want to choose your own optional dependencies with libreoffice, that is why it was made...

The only dependency libreoffice needs that is not included in Slackware is perl-Archive-Zip. Also, its still not at all cool to have a libreoffice script that compiles experimental features by default (VLC).

Edit:
Code:
--enable-vlc  Enable building with the (experimental) VLC avmedia backend.

Last edited by orbea; 01-31-2016 at 09:20 AM.
 
Old 01-31-2016, 11:59 PM   #23
vigi
Member
 
Registered: May 2009
Location: australia
Distribution: slackware
Posts: 187

Rep: Reputation: 30
I am using slackware64_current with extra builds, from this site and so far they are all running reliably (including libreoffice version 5.0.3_x64-2) http://packages.slackonly.com/pub/pa...x86_64/office/

Also Cherrytree and pdfshuffler etc.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ktorrent fails to start after update (libktorrent fails) pusrob Linux - Software 0 12-18-2011 02:10 PM
x fails to start deemacsee Linux - Hardware 1 03-20-2009 08:59 AM
X fails to start 3zzz Ubuntu 2 08-31-2007 03:29 AM
x server fails to start. jkdas12 Linux - Newbie 1 07-21-2007 02:13 AM
KDE fails to start Maurice Arthur Mandriva 9 07-31-2006 12:52 AM

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

All times are GMT -5. The time now is 12:14 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