summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-05 02:09:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-09-05 02:09:30 +0800
commit3cba7c421ab3e0b72ee8136f0c139553ea1de26b (patch)
tree48de5965bf09ca27d4213d5e0df384898d32a9e0 /graphics
parent18842ee45fa56ff1006fb321b5f141ae88647af7 (diff)
downloadmarcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar.gz
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar.bz2
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar.lz
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar.xz
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.tar.zst
marcuscom-ports-3cba7c421ab3e0b72ee8136f0c139553ea1de26b.zip
Fix depend on new libchamplain.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14553 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eog-plugins/Makefile64
-rw-r--r--graphics/eog-plugins/distinfo3
-rw-r--r--graphics/eog-plugins/pkg-descr2
-rw-r--r--graphics/eog-plugins/pkg-plist86
4 files changed, 155 insertions, 0 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
new file mode 100644
index 000000000..37b681594
--- /dev/null
+++ b/graphics/eog-plugins/Makefile
@@ -0,0 +1,64 @@
+# New ports collection makefile for: eog-plugins
+# Date created: 28 August 2009
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports-stable/graphics/eog-plugins/Makefile,v 1.1 2010/06/23 15:28:22 kwm Exp $
+#
+
+PORTNAME= eog-plugins
+PORTVERSION= 2.30.1
+PORTREVISION= 1
+CATEGORIES= graphics gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Plug-ins for the Eye of GNOME image viewer application
+
+BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog
+LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata
+RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gtk20
+WANT_GNOME= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_CHAMPLAIN) || \
+ (exists(${LOCALBASE}/lib/libchamplain-0.8.so)) || defined(WITH_CHAMPLIAN)
+LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain
+PLIST_SUB+= CHAMPLAIN=""
+.else
+PLUST_SUB+= CHAMPLAIN="@comment "
+.endif
+
+.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \
+ defined(WITH_EXIF))
+LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
+PLIST_SUB+= EXIF=""
+.else
+PLIST_SUB+= EXIF="@comment "
+.endif
+
+.if ${HAVE_GNOME:Mpygnome2}!=""
+USE_GNOME+= pygnome2
+CONFIGURE_ARGS+=--enable-python
+PLIST_SUB+= PYTHON=""
+.else
+CONFIGURE_ARGS+=--disable-python
+PLIST_SUB+= PYTHON="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|champlain-0.4|champlain-0.8|g' \
+ -e 's|champlain-gtk-0.4|champlain-gtk-0.8|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo
new file mode 100644
index 000000000..479adc45f
--- /dev/null
+++ b/graphics/eog-plugins/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/eog-plugins-2.30.1.tar.bz2) = 72b89b93e56d1fb58480cb8dd3d980d7
+SHA256 (gnome2/eog-plugins-2.30.1.tar.bz2) = 0e651053367e1d6aecfb8058a93dcac2223ec822a691ee134e9a879662580caf
+SIZE (gnome2/eog-plugins-2.30.1.tar.bz2) = 344700
diff --git a/graphics/eog-plugins/pkg-descr b/graphics/eog-plugins/pkg-descr
new file mode 100644
index 000000000..7eed446bb
--- /dev/null
+++ b/graphics/eog-plugins/pkg-descr
@@ -0,0 +1,2 @@
+EoG-plugins is a collection of plugins for use with the Eye of GNOME Image
+Viewer.
diff --git a/graphics/eog-plugins/pkg-plist b/graphics/eog-plugins/pkg-plist
new file mode 100644
index 000000000..4d8d40e9b
--- /dev/null
+++ b/graphics/eog-plugins/pkg-plist
@@ -0,0 +1,86 @@
+%%PYTHON%%lib/eog/plugins/console.py
+%%PYTHON%%lib/eog/plugins/console.pyc
+%%PYTHON%%lib/eog/plugins/console.pyo
+%%EXIF%%lib/eog/plugins/exif-display.eog-plugin
+%%EXIF%%lib/eog/plugins/exif-display/exif-display-config.ui
+%%EXIF%%lib/eog/plugins/exif-display/exif-display.ui
+lib/eog/plugins/fit-to-width.eog-plugin
+%%EXIF%%lib/eog/plugins/libexif-display.la
+%%EXIF%%lib/eog/plugins/libexif-display.so
+lib/eog/plugins/libfit-to-width.la
+lib/eog/plugins/libfit-to-width.so
+%%CHAMPLAIN%%lib/eog/plugins/libmap.la
+%%CHAMPLAIN%%lib/eog/plugins/libmap.so
+lib/eog/plugins/libpostasa.la
+lib/eog/plugins/libpostasa.so
+lib/eog/plugins/libsend-by-mail.la
+lib/eog/plugins/libsend-by-mail.so
+%%CHAMPLAIN%%lib/eog/plugins/map.eog-plugin
+lib/eog/plugins/postasa.eog-plugin
+lib/eog/plugins/postasa/postasa-config.xml
+lib/eog/plugins/postasa/postasa-uploads.xml
+%%PYTHON%%lib/eog/plugins/pythonconsole.eog-plugin
+%%PYTHON%%lib/eog/plugins/pythonconsole.py
+%%PYTHON%%lib/eog/plugins/pythonconsole.pyc
+%%PYTHON%%lib/eog/plugins/pythonconsole.pyo
+lib/eog/plugins/send-by-mail.eog-plugin
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.eog-plugin
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.py
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyc
+%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyo
+share/locale/ar/LC_MESSAGES/eog-plugins.mo
+share/locale/as/LC_MESSAGES/eog-plugins.mo
+share/locale/be@latin/LC_MESSAGES/eog-plugins.mo
+share/locale/bg/LC_MESSAGES/eog-plugins.mo
+share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo
+share/locale/ca/LC_MESSAGES/eog-plugins.mo
+share/locale/cs/LC_MESSAGES/eog-plugins.mo
+share/locale/da/LC_MESSAGES/eog-plugins.mo
+share/locale/de/LC_MESSAGES/eog-plugins.mo
+share/locale/el/LC_MESSAGES/eog-plugins.mo
+share/locale/en_GB/LC_MESSAGES/eog-plugins.mo
+share/locale/es/LC_MESSAGES/eog-plugins.mo
+share/locale/eu/LC_MESSAGES/eog-plugins.mo
+share/locale/fi/LC_MESSAGES/eog-plugins.mo
+share/locale/fr/LC_MESSAGES/eog-plugins.mo
+share/locale/gl/LC_MESSAGES/eog-plugins.mo
+share/locale/gu/LC_MESSAGES/eog-plugins.mo
+share/locale/hu/LC_MESSAGES/eog-plugins.mo
+share/locale/id/LC_MESSAGES/eog-plugins.mo
+share/locale/it/LC_MESSAGES/eog-plugins.mo
+share/locale/ja/LC_MESSAGES/eog-plugins.mo
+share/locale/kn/LC_MESSAGES/eog-plugins.mo
+share/locale/lt/LC_MESSAGES/eog-plugins.mo
+share/locale/mk/LC_MESSAGES/eog-plugins.mo
+share/locale/ml/LC_MESSAGES/eog-plugins.mo
+share/locale/mr/LC_MESSAGES/eog-plugins.mo
+share/locale/nb/LC_MESSAGES/eog-plugins.mo
+share/locale/or/LC_MESSAGES/eog-plugins.mo
+share/locale/pa/LC_MESSAGES/eog-plugins.mo
+share/locale/pl/LC_MESSAGES/eog-plugins.mo
+share/locale/pt/LC_MESSAGES/eog-plugins.mo
+share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo
+share/locale/sl/LC_MESSAGES/eog-plugins.mo
+share/locale/sq/LC_MESSAGES/eog-plugins.mo
+share/locale/sv/LC_MESSAGES/eog-plugins.mo
+share/locale/ta/LC_MESSAGES/eog-plugins.mo
+share/locale/te/LC_MESSAGES/eog-plugins.mo
+share/locale/uk/LC_MESSAGES/eog-plugins.mo
+share/locale/vi/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo
+share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
+@dirrm lib/eog/plugins/postasa
+%%EXIF%%@dirrm lib/eog/plugins/exif-display
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@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/as/LC_MESSAGES
+@dirrmtry share/locale/as