summaryrefslogtreecommitdiff
path: root/print/evince
AgeCommit message (Collapse)AuthorFilesLines
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Update to 2.26.2, set LICENSE to gnu-gpl-v2.wiz2-6/+7
================ Evince 2.26.2 ================ Bug fixes: * Fix build with poppler without cairo support (#582543, Carlos Garcia Campos) * Abort dnd operations originated in the same Evince window (#582077, Carlos Garcia Campos) * Correct check for exit status of commands in comics backend (#579656, Juanjo Marín) * Add -no-undefined flag for Cygwin build (#580058, Yaakov Selkowitz) Translation updates: * Γιάννης Κατσαμπίρης (el) * Jorge Gonzalez (es)
2009-04-17update to 2.26.1drochner3-7/+8
changes: -bugfixes -translation updates
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18add onedrochner1-0/+22
2009-03-18restore djvu/dvidrochner1-1/+7
2009-03-18Update evince and evince-nautilus to 2.26.0.jmcneill5-94/+145
================ Evince 2.26.0 ================ Bug fixes: * Fix compiler warning when building with -Wformat (#574168, Tobias Mueller) * Fix a crash with encrypted documents (Christian Persch) Translation updates: * F Wolff (af) * Martin Picek (cs) * Fotis Tsamis (el) * Ivar Smolin (et) * Suso Baleato (gl) * Yaron Shahrabani (he) * Gabor Kelemen (hu) * Francesco Marletta (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Sangeeta Kumari (mai) * Ani Peter (ml) * Sandeep Shedmake (mr) * Manoj Kumar Giri (or) * Fabrício Godoy (pt_BR) * Mișu Moldovan (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Krishna Babu K (te) ================ Evince 2.25.92 ================ Bug fixes: * Show the 'jump to page' window in the right GdkScreen (#560541, Carlos Garcia Campos) * Make our own thumbnail when the provided one doesn't have the needed size (#323198, #307357, Christian Spurk, Carlos Garcia Campos) * Reduce the restriction on the minimum size of thumbnails from 40 to 1 (#323198, Christian Spurk) * Use GOption in thumbnailer (Carlos Garcia Campos) * Fix saving a copy of encrypted PDF documents (#566791, Carlos Garcia Campos) * Don't use g_quark_from_static_string in a loadable module (Christian Persch) * Use g_object_unref() instead of gdk_pixbuf_unref() in impress backend (#571707, Thomas H.P. Andersen) Translation updates: * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Gil Forcada (ca) * Petr Kovar (cs) * Christian Kirbach (de) * David Lodge (en_GB) * Juanje Ojeda Croissier (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Claude Paroz (fr) * Sweta Kothari (gu) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Duarte Loreto (pt) * Daniel Nylander (sv) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.91 ================ Bug fixes: * Fix several memory leaks (Christian Persch) * Fix errors handling and propagation (Christian Persch) * Fix several translation strings in properties dialog (#571787, Nickolay V. Shmyrev) * Do not resize the window on reloading (#571051, #304249, Carlos Garcia Campos) * Experimental introspection support (#569083, Christian Persch) * Use g_set_error_literal() (Christian Persch) * Other firxes for win32 (#339172, Hib Eris) * Make session manager code compile for win32 (#339172, Carlos Garcia Campos) * Update totem-screensaver from totem svn to make it build for win32 (#339172, Hib Eris) * Make use of GConf optional (#339172, Hib Eris, Carlos Garcia Campos) * Fix i18n in libdocument (Christian Persch) * Include gi18n-lib.h instead of gi18n.h in libs and backends (Christian Persch) Translation updates: * Mikel González (ast) * Ihar Hrachyshka (be@latin) * Kenneth Nielsen (da) * Dawa pemo (dz) * Juanje Ojeda Croissier (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Shankar Prasad (kn) * Arangel Angov (mk) * Wouter Bolsterlee (nl) * Tomasz Dominikowski (pl) * Taylon (pt_BR) * Горан Ракић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Gan Lu (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.90 ================ Bug fixes: * Split API documentation into libdocument, libview and shell (#568465, Carlos Garcia Campos) * Fix symbols conflict in impress backend (#569998, Christian Persch) * Add mnemonics to buttons in search bar (#569212, Carlos Garcia Campos) * Fix a crash when printing (#569328, Carlos Garcia Campos) * Fix --version command line option (#562869, Christian Persch) * Use versioned directory for backends (#569082, Christian Persch) * Add EV_DEFINE_BOXED_TYPE and EV_DEFINE_INTERFACE macros (#568228, Carlos Garcia Campos) * Sync EggToolbarEditor with libegg (Nickolay V. Shmyrev) * Respect directory umask and setgid when saving files (#568593, Michael J. Chudobiak) * Add libtool versioning, pkg-config files and single headers for libdocument and libview (#568224, #568220, #568229, #568227, Christian Persch) * Remove G_OBJECT casts from g_signal_connect calls (#568386, Hiroyuki Ikezoe) * Install several missing header files of libdocument and libview (#567787, #567790, Tomeu Vizoso) * Other bugs fixed: #569120, #569231, #569327, #570077 Translation updates: * Hendrik Richter (de) * Ivar Smolin (et) * Gabor Kelemen (hu) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Daniel Nylander (sv) ================ Evince 2.25.5 ================ Code changes: * Move EvView specific code to a libevview library so that it can be embbeded in other applications (#567751, Tomeu Vizoso, Carlos Garcia Campos) * Other improvements for embbeders (#567785, #567788, #567789, Tomeu Vizoso) Bug fixes: * Fix a minor typo (Michal Vaner) * Fix the API docs build (#568171, Christian Persch) * Simplify drag data handling (#558084, Christian Persch) * Several portability issues (#339172, Hib Eris) * Fix mnemonic conflict (#567937, Carlos Garcia Campos) * Other bugs fixed: #567910 Translation updates: * Gil Forcada (ca) * Hendrik Richter (de) * Juanje Ojeda Croissier (es) * Kjartan Maraas (nb) * Gan Lu (zh_CN) ================ Evince 2.25.4 ================ New Features and UI Improvements: * Show progress information when loading/saving remote files (#370958, Carlos Garcia Campos) * Remember page setup options (#525185, #349102, Carlos Garcia Campos) * Show a confirmation dialog when there are pending print jobs while closing the main window (#480964, Carlos Garcia Campos) * Show progress information when printing (#482770, Carlos Garcia Campos) * Add document URI to properties page (#555376, Carlos Garcia Campos) Bug fixes: * Bump glib requirement to fix build with older versions (Christian Spurk) * Fix mime type handling (Hib Eris) * Fix saving images to remote locations (Carlos Garcia Campos) * Do not try to jump to the location of the find result for every match, but only for the first one. It makes searching really faster. (#564774, Michael Hunold) * Fix zip mime-type in comics backend (Juanjo Marín) * Fix several memory leaks (Carlos Garcia Campos) Translation updates: * Ihar Hrachyshka (be@latin) * Juanje Ojeda Croissier (es) * Yuval Tanny (he) * Kjartan Maraas (nb) * Taylon (pt_BR) * Gan Lu (zh_CN) ================ Evince 2.25.2 ================ New Features and UI Improvements: * PDF Optional content (layers) support. (Carlos Garcia Campos) * The password dialog has been reworked in order to make it more hig compliant and consistent (#562496, Carlos Garcia Campos) * Improved keyring support. Password dialog is not shown anymore when the password is already in the keyring (Carlos Garcia Campos) * Support for monitor and reload of remote documents (#555399, Carlos Garcia Campos) Bug fixes: * Fix opening comic documents with a wrong but valid extension (#562143, Carlos Garcia Campos) * Fix a crash when searching (#558377, Carlos Garcia Campos) * Fix several crashes when selecting text (#561393, Marek Kašík) Translation updates: * Jorge González (es) * Nguyễn Đình Trung (vi) ================ Evince 2.25.1 ================ New Features and UI Improvements: * Use the message area instead of popup dialogs for any error and warning messages (Carlos Garcia Campos) Bug fixes: * Adapt to the new single-include policy (#558064, Christian Persch) * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev) * Other bugs fixed: (#558066, Christian Persch) Translation updates: * Hendrik Richter (de)
2009-02-18move the kpathsea bl3 into the "dvi" option as it is TeX specificdrochner2-4/+3
2009-02-13Add kpathsea plugin so dvi backend is built again.wiz1-1/+2
Didn't package without because of missing files, so no PKGREVISION bump.
2008-12-22Remove gnome-vfs dependency. It was removed in version 2.21.90.reed2-6/+3
(It was replaced with gio from glib2.) Bump PKGREVISION due to that change. Also remove the libgnomeui dependency -- I had moved that to an option. Sorry for that. (Noticed by wiz.)
2008-12-20Make the gnome build an option for evince. Defaults to enabled.reed2-5/+15
So -gnome will build the GTK version. Make should also do the --disable-dbus, but will think about that later.
2008-12-05Reinsert the missing part of the sentence...smb2-4/+5
2008-12-05Add MESSAGE file describing how to change papersize to US Lettersmb2-1/+11
2008-12-02Update to 2.24.2:wiz3-7/+12
================ Evince 2.24.2 ================ Bug fixes: * Fix a crash when searching (#558377, Carlos Garcia Campos) * Make menu label translatable (#559129, Nickolay V. Shmyrev) * Fix symbol conflicts in the dvi backend (#559257, Tuxce) * Use printf safely (#558066, Christian Persch) * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev) Translation updates: * Ivar Smolin (et) * Nguyễn Đình Trung (vi)
2008-10-25Update to 2.24.1:wiz4-34/+40
================ Evince 2.24.1 ================ Bug fixes: * Disable toggle function of F5 when in presentation mode (#556162, Dave Neary) * Create a loading thumbnail for every different page size (#556264, Carlos Garcia Campos) * Fix several memory leaks (Carlos Garcia Campos) * Do not show bad titles like 'Microsoft Word' in the window title bar (#534684, Robin Sonefors and Nickolay V. Shmyrev) * Fix mailto links which were considered as http uris (#555801, Carlos Garcia Campos) * Fix launching external applications (#554500, Carlos Garcia Campos) * Other bugs fixed (#552382, #553369, #555134, Carlos Garcia Campos) Translation updates: * Ihar Hrachyshka (be@latin) * Adrian Guniš (cs) * Kenneth Nielsen (da) * Ivar Smolin (et) * Takeshi AIHANA (ja)
2008-10-19Add three missing files to PLIST. Bump PKGREVISION.wiz2-2/+6
2008-10-16update to 2.24.0drochner4-14/+17
This switches to the gnome-2.24 release branch.
2008-09-14Treat FITB* references like their counterparts w/o 'B' insteaddrochner3-2/+46
of just spitting out an "unimplemented" warning. The pdf spec defines a differing zoom setting for them which is ignored here. bump PKGREVISION
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-05-29update to 2.22.2drochner3-20/+6
changes: -bugfixes (one patch integrated upstream) -translation updates
2008-05-15quell a pointless warningdrochner2-1/+15
2008-04-15Fix PLIST without djvu and dvi.hira1-5/+5
2008-04-15update to 2.22.1.1drochner7-92/+61
This switches to the gnome-2.22 release branch.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-12/+9
through PLIST_SUBST to the plist module.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-16make display of attachment workdrochner3-2/+18
bump PKGREVISION
2007-11-28update to 2.20.2drochner2-7/+7
changes: * Tiff documents were rendered with wrong colors * Fix endless loop when zero pages per sheet is selected * Do not jump to the first page when reloading from command line * Memory leak fix * Fix printing with poppler splash backend * Fix a crash when printing with the gnome-print dialog * Warning fix -translation updates
2007-11-03update to 2.20.1drochner6-17/+97
This switches to the new gnome-2.20 branch.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-10/+10
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-1/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-2/+2
2007-07-06update to 0.8.3drochner5-23/+9
changes: -bugfixes -translation updates -compatibility to newer poppler releases which paves the way for an eventual poppler update
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz1-2/+2
2007-05-12This package needs databases/shared-mime-info to recognize PDF files.hira2-2/+5
Bump PKGREVISION (no need to bump evince-nautilus).
2007-04-11update to 0.8.1drochner10-79/+137
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-21Add patch fixing build with gnome-doc-utils-0.10.1.wiz2-1/+15
Patch provided by drochner@
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2007-01-10Needs libXt for building.joerg1-1/+4
2006-12-06Fix CVE-2006-5864 using a patch from evince CVS.wiz3-2/+31
Bump PKGREVISION.
2006-10-12update to 0.6.1drochner4-12/+21
canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in
2006-09-19Remove nautilus dependency: didn't remember that it was provided byjmmv3-7/+4
evince-nautilus. Noted by dillo@. Bump PKGREVISION to 2.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+3
This fixes problems when some installed packages are outdated. Per wiz@'s request. (These are some that I forgot in the previous commit because they weren't initially in the file list. Reported by hira@.)
2006-09-15Update to 0.6.0:jmmv4-73/+90
Bug Fixes: * Links aren't lost while resizing * Tiff backend crash is fixed * Recent code and icons code are screen safe * Crash while handling password-protected documents is fixed Translations: * bg bn bn_IN ca de dz el et fa fi fr gu hi hu ja ko lt lv mk ml mr nb or pt pt_BR ro ru sl sv th tr vi zh_CN zh_HK zh_TW
2006-08-30add an option to support thr "djvu" file formatdrochner2-3/+13
(no change to default configuration)
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+3
2006-08-16Update to 0.5.5:wiz3-67/+68
============== Evince 0.5.5 ============== New Features: * Evince have preview mode for using with gtk+ * New print dialog is used with gtk 2.10 * New recent files framework is used UI Improvements: * Sidebar is unified with Epiphany * Escape unfocus page entry Bug Fixes: * Automake updates * Link coordinates now used correctly * Desktop file is corrected * Memory leak fixes Translations: * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW Thanks: Carlos Garcia Campos, Christian Persch, Radoslav Dorcik, Ricardo Markiewicz, Sebastien Bacher, Wouter Bolsterlee and especially translators: Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador, Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga, Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
2006-08-03update to 0.5.4drochner5-9/+28
changes: * URI's with anchors can be opened -bugfixes -translation updates (I had to patch out one suboptimal bugfix because it caused locking inconsistencies. I couldn't reproduce the bug it was supposedly fixing either.)
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.