Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459910 - app-text/qpdfview-0.4 version bump
Summary: app-text/qpdfview-0.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2013-03-01 18:41 UTC by Vladimir
Modified: 2013-03-19 11:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
qpdfview-0.4.ebuild (qpdfview-0.4.ebuild,1.53 KB, text/plain)
2013-03-01 18:42 UTC, Vladimir
Details
qpdfview-0.4-r1.ebuild (qpdfview-0.4-r1.ebuild,1.52 KB, text/plain)
2013-03-06 17:41 UTC, Vladimir
Details
qpdfview-0.4-r1.ebuild (qpdfview-0.4-r1.ebuild,1.63 KB, text/plain)
2013-03-07 07:40 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir 2013-03-01 18:41:50 UTC
Release 0.4:
  * Added support for multiple formats.
  * Added format detection using libmagic.
  * Added support for PostScript. Thanks to Alexander Volkov.
  * Added rudimentary support for DjVu.
  * Added support for hyperlinks in DjVu documents. Thanks to Alexander Volkov.
  * Added support for outline and properties of DjVu documents.
  * Added support for UNIX signals.
  * Added missing support for links to external documents.
  * Small improvements to prefetching.
  * Changed presentation view to support rotation, caching and prefetching.
  * Dropped support for storing tabs and bookmarks as XML files.
  * Improved handling of headers and their interdependencies. Thanks to Alexander Volkov.
  * Updated Ukrainian translation. Thanks to Vladimir Smolyar and yurchor.
  * Updated Croatian translation. Thanks to freedomrun.
  * Updated Slovak translation. Thanks to DAG Software.
  * Updated Czech translation. Thanks to Pavel Fric.
  * Updated British English translation. Thanks to Andi Chandler.
  * Updated French translation. Thanks to Hélion du Mas des Bourboux.
  * Updated Polish translation. Thanks to Mateusz Łukasik and Mike08.
  * Updated Brazilian Portguese translation. Thanks to Phillipe Smith.
  * Updated Hebrew translation. Thanks to Yaron Shahrabani.
  * Updated Catalan translation. Thanks to VPablo.
  * Updated Asturian translation. Thanks to Xuacu Saturio.
  * Updated French translation. Thanks to Sylvie Gallet and Tanguy Herrmann.
  * Updated Italian translation. Thanks to Claudio Arseni.
  * Updated Spanish translation. Thanks to Dante Diaz.
  * Updated Russian translation. Thanks to Vladimir Smolyar.
  * Updated Bosnian translation. Thanks to Kenan Dervišević.
  * Added Malay translation. Thanks to abuyop.


Reproducible: Always
Comment 1 Vladimir 2013-03-01 18:42:34 UTC
Created attachment 340678 [details]
qpdfview-0.4.ebuild
Comment 2 Vladimir 2013-03-06 17:41:53 UTC
Created attachment 341132 [details]
qpdfview-0.4-r1.ebuild

An updated ebuild in accordance with the recent transition from x11-libs/qt-* to dev-qt/*
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2013-03-06 17:55:30 UTC
It does not build on amd64 multilib

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
   usr/lib/qpdfview/libqpdfview_pdf.so
   usr/bin/qpdfview
ecompressdir: bzip2 -9 /usr/share/man
ecompressdir: bzip2 -9 /usr/share/doc
Files matching a file type that is not allowed:
   usr/lib/qpdfview/libqpdfview_pdf.so
 * ERROR: app-text/qpdfview-0.4 failed:
 *   multilib-strict check failed!

Libraries should go to /usr/lib64 and not /usr/lib
Comment 4 Aaron Bauman (RETIRED) gentoo-dev 2013-03-06 18:01:05 UTC
(In reply to comment #3)
> It does not build on amd64 multilib
> 
> strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R
> .GCC.command.line
>    usr/lib/qpdfview/libqpdfview_pdf.so
>    usr/bin/qpdfview
> ecompressdir: bzip2 -9 /usr/share/man
> ecompressdir: bzip2 -9 /usr/share/doc
> Files matching a file type that is not allowed:
>    usr/lib/qpdfview/libqpdfview_pdf.so
>  * ERROR: app-text/qpdfview-0.4 failed:
>  *   multilib-strict check failed!
> 
> Libraries should go to /usr/lib64 and not /usr/lib

+1
Comment 5 Sergey Popov gentoo-dev 2013-03-07 07:40:14 UTC
Created attachment 341220 [details]
qpdfview-0.4-r1.ebuild

Updated ebuild for qpdfview:

- Change sed in rm_loc;
- Fix plugin install path to proper pick lib directory via multilib.eclass
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2013-03-07 09:30:22 UTC
(In reply to comment #5)
> Created attachment 341220 [details]
> qpdfview-0.4-r1.ebuild
> 
> Updated ebuild for qpdfview:
> 
> - Change sed in rm_loc;
> - Fix plugin install path to proper pick lib directory via multilib.eclass

Looks good to me but this

#S=${WORKDIR}/${P/_}

should also be removed
Comment 7 Sergey Popov gentoo-dev 2013-03-07 09:39:23 UTC
(In reply to comment #6)
> Looks good to me but this
> 
> #S=${WORKDIR}/${P/_}
> 
> should also be removed

yeah, i forgot to remove it. Also, it seems that sed can be replaced by apropriate parameter to eqmake4...
Comment 8 Sergey Popov gentoo-dev 2013-03-19 11:21:42 UTC
+  19 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> +qpdfview-0.4.ebuild:
+  Version bump, wrt bug #459910