aboutsummaryrefslogtreecommitdiff
path: root/graphics/eog
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-11-28 20:06:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-11-28 20:06:37 +0000
commitf76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch)
treead29e6808ff698f84e08dab8e047f0ae72838df9 /graphics/eog
parent873cae3ab41a109b6f9cf9f4149f101d6d996235 (diff)
downloadports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.tar.gz
ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.zip
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
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
Notes: svn path=/head/; revision=244923
Diffstat (limited to 'graphics/eog')
-rw-r--r--graphics/eog/Makefile28
-rw-r--r--graphics/eog/distinfo6
-rw-r--r--graphics/eog/pkg-plist19
3 files changed, 43 insertions, 10 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index 9983c551255c..2cf5c806b357 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/graphics/eog/Makefile,v 1.8 2009/04/15 12:29:15 kwm Exp $
+# $MCom: ports/graphics/eog/Makefile,v 1.105 2009/10/20 00:34:26 kwm Exp $
#
PORTNAME= eog
-PORTVERSION= 2.26.3
-PORTREVISION= 1
+PORTVERSION= 2.28.1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -16,12 +15,14 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The Eye Of Gnome image viewer
-LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
+BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \
gnomedesktop
+WANT_GNOME= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
@@ -34,9 +35,28 @@ GCONF_SCHEMAS= eog.schemas
.include <bsd.port.pre.mk>
+_WITH_EXIF= no
+_WITH_EXEMPI= no
+
.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \
defined(WITH_EXIF))
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
+PLIST_SUB+= EXIF=""
+_WITH_EXIF= yes
+.else
+PLIST_SUB+= EXIF="@comment "
+.endif
+
+.if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \
+ defined(WITH_EXEMPI)
+LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi
+_WITH_EXEMPI= yes
+.endif
+
+.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes"
+PLIST_SUB+= EXIFEXEMPI=""
+.else
+PLIST_SUB+= EXIFEXEMPI="@comment "
.endif
.if ${HAVE_GNOME:Mpygnome2}!=""
diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo
index 7e6f06052cf6..16dd7f89426b 100644
--- a/graphics/eog/distinfo
+++ b/graphics/eog/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/eog-2.26.3.tar.bz2) = 0660a0ce0fa4a46656fad84d61895917
-SHA256 (gnome2/eog-2.26.3.tar.bz2) = 67889e7598263146d835bce277df0dd67b6c5a14ad963790ce09ced55897effe
-SIZE (gnome2/eog-2.26.3.tar.bz2) = 2446417
+MD5 (gnome2/eog-2.28.1.tar.bz2) = efb488a22cbb0ca70f4b6a0f2d8aa83e
+SHA256 (gnome2/eog-2.28.1.tar.bz2) = e30b2f8f05d74acd715f1a93467cc3200850033338ddad05b6b06db8386ad27e
+SIZE (gnome2/eog-2.28.1.tar.bz2) = 2677525
diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist
index 55d8c67c1c01..f7832164f571 100644
--- a/graphics/eog/pkg-plist
+++ b/graphics/eog/pkg-plist
@@ -4,8 +4,8 @@ include/eog-2.20/eog/eog-debug.h
include/eog-2.20/eog/eog-dialog.h
include/eog-2.20/eog/eog-enums.h
include/eog-2.20/eog/eog-error-message-area.h
-include/eog-2.20/eog/eog-exif-details.h
-include/eog-2.20/eog/eog-exif-util.h
+%%EXIFEXEMPI%%include/eog-2.20/eog/eog-exif-details.h
+%%EXIF%%include/eog-2.20/eog/eog-exif-util.h
include/eog-2.20/eog/eog-file-chooser.h
include/eog-2.20/eog/eog-image-save-info.h
include/eog-2.20/eog/eog-image.h
@@ -45,7 +45,6 @@ share/applications/eog.desktop
%%DOCSDIR%%/EogMessageArea.html
%%DOCSDIR%%/EogMetadataReaderJpg.html
%%DOCSDIR%%/EogMetadataReaderPng.html
-%%DOCSDIR%%/EogPixbufCellRenderer.html
%%DOCSDIR%%/EogPlugin.html
%%DOCSDIR%%/EogPluginManager.html
%%DOCSDIR%%/EogPreferencesDialog.html
@@ -126,6 +125,10 @@ share/gnome/help/eog/ca/eog.xml
share/gnome/help/eog/ca/figures/eog_save_as_window.png
share/gnome/help/eog/ca/figures/eog_start_window.png
share/gnome/help/eog/ca/figures/eog_toolbar_editor_window.png
+share/gnome/help/eog/cs/eog.xml
+share/gnome/help/eog/cs/figures/eog_save_as_window.png
+share/gnome/help/eog/cs/figures/eog_start_window.png
+share/gnome/help/eog/cs/figures/eog_toolbar_editor_window.png
share/gnome/help/eog/da/eog.xml
share/gnome/help/eog/da/figures/eog_save_as_window.png
share/gnome/help/eog/da/figures/eog_start_window.png
@@ -215,14 +218,17 @@ share/locale/af/LC_MESSAGES/eog.mo
share/locale/am/LC_MESSAGES/eog.mo
share/locale/ar/LC_MESSAGES/eog.mo
share/locale/as/LC_MESSAGES/eog.mo
+share/locale/ast/LC_MESSAGES/eog.mo
share/locale/az/LC_MESSAGES/eog.mo
share/locale/be/LC_MESSAGES/eog.mo
share/locale/be@latin/LC_MESSAGES/eog.mo
share/locale/bg/LC_MESSAGES/eog.mo
share/locale/bn/LC_MESSAGES/eog.mo
share/locale/bn_IN/LC_MESSAGES/eog.mo
+share/locale/br/LC_MESSAGES/eog.mo
share/locale/bs/LC_MESSAGES/eog.mo
share/locale/ca/LC_MESSAGES/eog.mo
+share/locale/ca@valencia/LC_MESSAGES/eog.mo
share/locale/cs/LC_MESSAGES/eog.mo
share/locale/cy/LC_MESSAGES/eog.mo
share/locale/da/LC_MESSAGES/eog.mo
@@ -304,6 +310,7 @@ share/locale/zu/LC_MESSAGES/eog.mo
share/omf/eog/eog-C.omf
share/omf/eog/eog-ar.omf
share/omf/eog/eog-ca.omf
+share/omf/eog/eog-cs.omf
share/omf/eog/eog-da.omf
share/omf/eog/eog-de.omf
share/omf/eog/eog-el.omf
@@ -365,6 +372,8 @@ share/omf/eog/eog-zh_TW.omf
@dirrm share/gnome/help/eog/de
@dirrm share/gnome/help/eog/da/figures
@dirrm share/gnome/help/eog/da
+@dirrm share/gnome/help/eog/cs/figures
+@dirrm share/gnome/help/eog/cs
@dirrm share/gnome/help/eog/ca/figures
@dirrm share/gnome/help/eog/ca
@dirrm share/gnome/help/eog/ar/figures
@@ -434,9 +443,13 @@ share/omf/eog/eog-zh_TW.omf
@dirrmtry share/locale/fur
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as