aboutsummaryrefslogtreecommitdiff
path: root/graphics/evince
Commit message (Collapse)AuthorAgeFilesLines
* Turn on XPS support by default.Koop Mast2014-12-111-1/+4
| | | | | | | | | libgxps is already present via nautilus and tracker. Submitted by: gabor@zahemszky.hu (freebsd-gnome@ ML) Notes: svn path=/head/; revision=374538
* Mark BROKEN on freebsd 8, fail to buildAntoine Brodin2014-12-091-0/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=374432
* Update GNOME to 3.14.2.Koop Mast2014-12-033-5/+5
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-251-0/+1
| | | | Notes: svn path=/head/; revision=373404
* Switch compiler:c++11-lang with compiler:c++11-lib to fix the build on 9.xKoop Mast2014-11-201-1/+1
| | | | | | | Submitted by: antione@ Notes: svn path=/head/; revision=372856
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-197-324/+2759
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* graphics/djvulibre:Tijl Coosemans2014-10-051-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Remove threading related patches Notes: svn path=/head/; revision=370129
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Link editors/gedit and graphics/evince with libICE. (Fixup for r351936)Tijl Coosemans2014-04-231-0/+3
| | | | | | | Reported by: Mike Harding <mvharding@gmail.com> Notes: svn path=/head/; revision=351960
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Support stageBaptiste Daroussin2014-04-112-13/+13
| | | | Notes: svn path=/head/; revision=350992
* Update poppler to 0.24.4.Koop Mast2013-12-271-2/+2
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add en explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326159
* Convert to USES=desktop-file-utils, drop depend on unzip it in base theseKoop Mast2013-06-132-12/+5
| | | | | | | | | days, fix a bug the t1lib option that was missed in the OptionsNG conversion. Obtained from: GNOME dev repo. Notes: svn path=/head/; revision=320837
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-37/+34
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that wasBrendan Fabeny2012-06-131-1/+1
| | | | | | | | formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11 has been merged back into graphics/djvulibre Notes: svn path=/head/; revision=299167
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Add a missing runtime dependency, yelp. Bump the PORTREVISION.Jeremy Messenger2012-05-201-2/+3
| | | | | | | | PR: ports/167769 Reported by: Ronald F.Guilmette <rfg@tristatelogic.com> Notes: svn path=/head/; revision=297038
* Fix the crash on some PDF files. Bump the PORTREVISION.Jeremy Messenger2012-03-142-1/+29
| | | | | | | | | | PR: ports/162755 Obtained from: http://osdir.com/ml/general/2010-09/msg30460.html Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=293276
* Update poppler to 0.18.0.Koop Mast2011-10-311-2/+2
| | | | | | | | | | | | The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports Notes: svn path=/head/; revision=284777
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Chase poppler shlib bumps.Koop Mast2011-08-231-2/+2
| | | | Notes: svn path=/head/; revision=280298
* Fix plist after glib update. glib is taking care of these directories now.Koop Mast2011-07-302-3/+1
| | | | Notes: svn path=/head/; revision=278562
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update graphics/djvulibre* to 3.5.25. [1]Stanislav Sedov2011-03-311-2/+2
| | | | | | | | | | | - Update djview4 to version 4.7. - Bump up portrevisions of all dependent ports. PR: ports/155742 [1] Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=272039
* Add a missing dependency, gconf2, when Nautilus plugin option disabled.Jeremy Messenger2011-03-141-1/+1
| | | | | | | | PR: ports/154697 Reported by: anonymous <none@none.com> (...sign, come on!) Notes: svn path=/head/; revision=270906
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Let the port itself handle the installing of the glib schema file.Koop Mast2010-11-232-4/+14
| | | | | | | | | | This will fix registration of said schema, and will enable evince to run. While here remove extra PORTVERSION. Reported and Tested by: lx@ Notes: svn path=/head/; revision=265036
* - Update graphics/djvulibre to 3.5.23.Stanislav Sedov2010-11-211-1/+3
| | | | | | | | | | - Bump portrevisions of all dependent ports. PR: ports/152353, ports/152353 (based on) Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=264862
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-203-91/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Bump PORTREVISION in a few more ports affected by the libgcryptJimmy Olgeni2010-07-271-1/+1
| | | | | | | upgrade (they have references to libgcrypt.so.16). Notes: svn path=/head/; revision=258349
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-253-18/+7
| | | | Notes: svn path=/head/; revision=258246
* Fix a segfault on startup if ~/.gnome2/evince did not already exist.Joe Marcus Clarke2010-07-062-1/+12
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257436
* Make gnome-keyring and optional dependency when building without Nautilus.Joe Marcus Clarke2010-05-311-1/+5
| | | | | | | | | | Also, remove the libglade2 dependency which is no longer needed. PR: 147246 Submitted by: Pavel Gubin <pg@2lazy.ru> Notes: svn path=/head/; revision=255414
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-103-115/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 2.28.2.Joe Marcus Clarke2009-12-173-4/+7
| | | | Notes: svn path=/head/; revision=246041
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-283-24/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - djvulibre DSO version has changed to 22. Reflect this.Stanislav Sedov2009-07-031-1/+2
| | | | | | | | - ImageMagick should never depend on djvulibre, instead -nox11 version should be used, which contains the library required. Notes: svn path=/head/; revision=237004
* Update to 2.26.2.Koop Mast2009-05-192-4/+4
| | | | Notes: svn path=/head/; revision=234213
* Presenting GNOME 2.26.1 for FreeBSD.Koop Mast2009-04-242-5/+5
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=232642