summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-06-27 18:43:16 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-06-27 18:43:16 +0000
commit77c72868a1f5c983e1bfa7c394a9dd51a71b7c34 (patch)
treea2ca8993da8e441444d67facbef8ce839ac9398c /app-text
parentcosmetic changes to ebeep (diff)
downloadgentoo-2-77c72868a1f5c983e1bfa7c394a9dd51a71b7c34.tar.gz
gentoo-2-77c72868a1f5c983e1bfa7c394a9dd51a71b7c34.tar.bz2
gentoo-2-77c72868a1f5c983e1bfa7c394a9dd51a71b7c34.zip
revbump to 0.3.2
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/evince/ChangeLog8
-rw-r--r--app-text/evince/Manifest13
-rw-r--r--app-text/evince/evince-0.3.2.ebuild65
-rw-r--r--app-text/evince/files/digest-evince-0.3.21
-rw-r--r--app-text/evince/files/evince-0.3.2-t1lib_is_t1.patch33
5 files changed, 109 insertions, 11 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog
index 244deb36b4c7..07187e834a7a 100644
--- a/app-text/evince/ChangeLog
+++ b/app-text/evince/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/evince
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.5 2005/06/22 14:52:53 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.6 2005/06/27 18:43:16 dang Exp $
+
+*evince-0.3.2 (27 Jun 2005)
+
+ 27 Jun 2005; <dang@gentoo.org> +files/evince-0.3.2-t1lib_is_t1.patch,
+ +evince-0.3.2.ebuild:
+ revbump to 0.3.2
22 Jun 2005; <dang@gentoo.org> evince-0.3.1.ebuild:
Updated libgnomeui and libgnomeprintui deps
diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 8de24dd66172..d36fca5bd1ee 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,16 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 21eb73a36d506073e6684498ebfb34b6 evince-0.3.1.ebuild 1524
MD5 b12becd0dc42adfd3171027480c8a332 ChangeLog 882
MD5 80e3213c196ad3e4d107694f8064aad3 metadata.xml 220
+MD5 c969a4bb90fa0d745f27a7bac96cf95c evince-0.3.2.ebuild 1487
MD5 cb282319216c1397d7e84b39d6cc0e6f files/evince-0.3.1-t1lib_is_t1.patch 1175
+MD5 cb282319216c1397d7e84b39d6cc0e6f files/evince-0.3.2-t1lib_is_t1.patch 1175
MD5 5657db834dcf44bba4220ca2eff0373d files/digest-evince-0.3.1 65
+MD5 12dbf8f19f265cd6fd91fb3450e8c0ed files/digest-evince-0.3.2 65
MD5 09fa043eb4188cd63be7d39f0661ef8b files/evince-0.3.1-64bit.patch 492
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCuXtlomPajV0RnrERAodSAJ9s/UosUsyEvwZdVitClfEvd39WIACfbnzs
-VpBScgF6kiYHXmtkUPCCeJA=
-=sxgE
------END PGP SIGNATURE-----
diff --git a/app-text/evince/evince-0.3.2.ebuild b/app-text/evince/evince-0.3.2.ebuild
new file mode 100644
index 000000000000..090139fa37f9
--- /dev/null
+++ b/app-text/evince/evince-0.3.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.3.2.ebuild,v 1.1 2005/06/27 18:43:16 dang Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="http://www.gnome.org/projects/evince/"
+LICENSE="GPL-2"
+
+IUSE="djvu doc dvi t1lib"
+# For use.local.desc:
+# app-text/evince:djvu - Enable DjVu files support
+# app-text/evince:t1lib - Enable Type1 fonts support in .dvi files
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ djvu? ( app-text/djvu )
+ dvi? ( app-text/tetex )
+ dvi? ( t1lib? ( >=media-libs/t1lib-5.0.0 ) )
+ >=app-text/poppler-0.3.3
+ >=dev-libs/glib-2
+ >=gnome-base/gnome-vfs-2.0
+ gnome-base/libgnome
+ >=gnome-base/libgnomeprintui-2.6
+ >=gnome-base/libgnomeui-2.6
+ >=x11-libs/gtk+-2.6.1
+ virtual/x11
+ "
+
+
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.30"
+
+PROVIDE="virtual/pdfviewer
+ virtual/psviewer"
+
+G2CONF="${G2CONF} \
+ $(use_enable djvu) \
+ $(use_enable dvi) \
+ $(use_enable t1lib) \
+ --disable-deprecated"
+
+USE_DESTDIR="yes"
+ELTCONF="--portage"
+
+src_unpack(){
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-t1lib_is_t1.patch
+ autoconf || die "autoconf failed"
+ automake || die "automake failed"
+ libtoolize --force || die "libtoolize failed"
+}
+
+src_install() {
+ gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/
+}
+
+
+DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/app-text/evince/files/digest-evince-0.3.2 b/app-text/evince/files/digest-evince-0.3.2
new file mode 100644
index 000000000000..c3147e03537e
--- /dev/null
+++ b/app-text/evince/files/digest-evince-0.3.2
@@ -0,0 +1 @@
+MD5 b789edb4cae1f22b6e6d0b34b125c778 evince-0.3.2.tar.bz2 703251
diff --git a/app-text/evince/files/evince-0.3.2-t1lib_is_t1.patch b/app-text/evince/files/evince-0.3.2-t1lib_is_t1.patch
new file mode 100644
index 000000000000..979735a45a2c
--- /dev/null
+++ b/app-text/evince/files/evince-0.3.2-t1lib_is_t1.patch
@@ -0,0 +1,33 @@
+--- evince-0.3.0.orig/configure.ac 2005-05-08 20:44:46.000000000 +0200
++++ evince-0.3.0/configure.ac 2005-05-08 20:45:21.000000000 +0200
+@@ -149,7 +149,7 @@
+
+ if test "x$enable_dvi" = "xyes"; then
+ if test "x$enable_type1_fonts" = "xyes"; then
+- AC_CHECK_LIB([t1lib],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no)
++ AC_CHECK_LIB([t1],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no,-lm)
+ fi
+
+ if test "x$enable_type1_fonts" = xyes; then
+--- evince-0.3.0.orig/dvi/Makefile.am 2005-05-08 20:39:09.000000000 +0200
++++ evince-0.3.0/dvi/Makefile.am 2005-05-08 20:46:03.000000000 +0200
+@@ -21,7 +21,7 @@
+ $(DVI_LIBS) -lkpathsea
+
+ if WITH_TYPE1_FONTS
+-libgtkdvi_la_LIBADD += -lt1lib
++libgtkdvi_la_LIBADD += -lt1 -lm
+ endif
+
+
+--- evince-0.3.0/dvi/mdvi-lib/t1.c.orig 2005-05-09 12:31:20.000000000 +0200
++++ evince-0.3.0/dvi/mdvi-lib/t1.c 2005-05-09 12:31:46.000000000 +0200
+@@ -174,7 +174,7 @@
+ DEBUG((DBG_TYPE1, "(t1) resetting device resolution (current: (%d,%d))\n",
+ t1lib_xdpi, t1lib_ydpi));
+
+- nfonts = T1_Get_no_fonts();
++ nfonts = T1_GetNoFonts();
+ for(i = 0; i < nfonts; i++)
+ T1_DeleteAllSizes(i);
+ /* reset device resolutions */