Package Details: scribus-svn 25998-1

Git Clone URL: https://aur.archlinux.org/scribus-svn.git (read-only, click to copy)
Package Base: scribus-svn
Description: A desktop publishing program - Version from SVN
Upstream URL: http://www.scribus.net
Licenses: GPL, LGPL
Conflicts: scribus
Provides: scribus
Submitter: None
Maintainer: migrev
Last Packager: migrev
Votes: 49
Popularity: 0.118132
First Submitted: 2008-04-27 21:07 (UTC)
Last Updated: 2024-01-19 08:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »

Kunda commented on 2018-12-20 13:40 (UTC) (edited on 2018-12-20 13:41 (UTC) by Kunda)

@haawda the svn download take a very long time. IIRC svn is different than git where it duplicates the code of every tag, so essentially one is downloading the scribus source code numerous times at once. Is there a way just to specify that we're going to pull trunk without any other tags ?

FYI jghali fixed the upstream ticket you just filed

haawda commented on 2018-12-19 07:33 (UTC)

I opened a bug report at https://bugs.scribus.net/view.php?id=15516. In the meanwhile downgrading poppler and poppler-qt5 can help.

haawda commented on 2018-12-18 07:34 (UTC)

Confirmed.

otula commented on 2018-12-17 21:14 (UTC)

Hello, I can't build it after a new system update.

[ 81%] Building CXX object scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/slaoutput.cpp.o
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp: In member function ‘QString AnoOutputDev::getColor(GfxColorSpace*, const GfxColor*, int*)’:
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:177:52: error: ‘class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
   QString name = QString(sepColorSpace->getName()->getCString());
                                                    ^~~~~~~~~~
                                                    GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp: In member function ‘virtual void SlaOutputDev::beginMarkedContent(const char*, Dict*)’:
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3032:38: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     lName = QString(obj.getString()->getCString());
                                      ^~~~~~~~~~
                                      GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp: In member function ‘virtual void SlaOutputDev::updateFont(GfxState*)’:
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3150:45: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
    gfxFont->getName() ? gfxFont->getName()->getCString()
                                             ^~~~~~~~~~
                                             GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3183:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3195:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3207:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3215:39: error: ‘class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     ff = FoFiTrueType::load(fileName->getCString());
                                       ^~~~~~~~~~
                                       GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3232:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3244:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3265:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3283:40: error: ‘class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
      ff = FoFiTrueType::load(fileName->getCString());
                                        ^~~~~~~~~~
                                        GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3297:46: error: ‘const class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
     gfxFont->getName() ? gfxFont->getName()->getCString()
                                              ^~~~~~~~~~
                                              GooString
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp: In member function ‘QString SlaOutputDev::getColor(GfxColorSpace*, const GfxColor*, int*)’:
/home/ota/abs/scribus-svn/src/scribus/Scribus/scribus/plugins/import/pdf/slaoutput.cpp:3580:52: error: ‘class GooString’ has no member named ‘getCString’; did you mean ‘GooString’?
   QString name = QString(sepColorSpace->getName()->getCString());
                                                    ^~~~~~~~~~
                                                    GooString
make[2]: *** [scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/build.make:114: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/slaoutput.cpp.o] Chyba 1
make[1]: *** [CMakeFiles/Makefile2:1936: scribus/plugins/import/pdf/CMakeFiles/importpdf.dir/all] Chyba 2
make: *** [Makefile:152: all] Chyba 2
==> CHYBA: Došlo k chybě v build().
    Rušení...

helldrak commented on 2018-10-25 12:48 (UTC)

@haawda: I’ve recompiled my scribus-svn, and indeed, everything is now fine! Thanks a lot for your work, and sorry for the noise. All the best,

haawda commented on 2018-10-09 06:04 (UTC)

There is nothing to change. scribus-svn builds fine against podofo 0.9.6.

helldrak commented on 2018-10-08 22:22 (UTC)

Hi everyone. Just to report that latest Manjaro introduced libpodofo.so.0.9.6 and that scribus-svn complains it needs libpodofo.so.0.9.5 to start. Is it possible to change this? All the best,

rrkradio commented on 2018-09-11 16:35 (UTC)

i had to install libwmf (was missing on my system) otherwise scribus crash with signal 6

helldrak commented on 2018-08-28 09:29 (UTC)

@severach: thanks a lot for your amazingly quick answer! Everything works fine again \o/. All the best,

severach commented on 2018-08-23 12:27 (UTC)

Make it again and it should use the new library.