summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-25 19:42:17 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-25 19:42:17 +0000
commitc3bfd50ff64742691aa26f86de0022716bfe872c (patch)
tree0ca48e82e9932ae6a44b07b156ac13f5d45e5383 /media-gfx
parentBumped security fix for flash-player-9: 9.0.159.0 (diff)
downloadhistorical-c3bfd50ff64742691aa26f86de0022716bfe872c.tar.gz
historical-c3bfd50ff64742691aa26f86de0022716bfe872c.tar.bz2
historical-c3bfd50ff64742691aa26f86de0022716bfe872c.zip
old
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch12
-rw-r--r--media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch34
-rw-r--r--media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch18
-rw-r--r--media-gfx/fontforge/fontforge-20071210.ebuild58
-rw-r--r--media-gfx/fontforge/fontforge-20080330.ebuild54
-rw-r--r--media-gfx/fontforge/fontforge-20080824.ebuild56
6 files changed, 0 insertions, 232 deletions
diff --git a/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch b/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch
deleted file mode 100644
index 98b37f24e892..000000000000
--- a/media-gfx/fontforge/files/fontforge-20071210-noX-nopython-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur fontforge-20071210-orig/fontforge/scripting.c fontforge-20071210/fontforge/scripting.c
---- fontforge-20071210-orig/fontforge/scripting.c 2007-12-05 13:27:51.000000000 -0600
-+++ fontforge-20071210/fontforge/scripting.c 2007-12-27 16:45:55.000000000 -0600
-@@ -9435,7 +9435,7 @@
- verbose = getenv("FONTFORGE_VERBOSE")!=NULL;
- }
-
--static void ProcessNativeScript(int argc, char *argv[], FILE *script) {
-+void ProcessNativeScript(int argc, char *argv[], FILE *script) {
- int i,j;
- Context c;
- enum token_type tok;
diff --git a/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch b/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch
deleted file mode 100644
index be9eb97a7b06..000000000000
--- a/media-gfx/fontforge/files/fontforge-20071210-parallel-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Fix parallel build issues in fontforge.
-http://bugs.gentoo.org/202019
-2007-12-12 Martin von Gagern
-
---- fontforge-20071210/Makefile.dynamic.in
-+++ fontforge-20071210/Makefile.dynamic.in
-@@ -26,10 +26,10 @@
- libgunicode:
- ( cd Unicode ; $(MAKE) )
-
--libgutils:
-+libgutils: libgunicode
- ( cd gutils ; $(MAKE) )
-
--libgdraw:
-+libgdraw: libgunicode libgutils
- ( cd gdraw ; $(MAKE) )
-
- pos:
---- fontforge-20071210/Makefile.static.in
-+++ fontforge-20071210/Makefile.static.in
-@@ -24,10 +24,10 @@
- libgunicode:
- ( cd Unicode ; $(MAKE) )
-
--libgutils:
-+libgutils: libgunicode
- ( cd gutils ; $(MAKE) )
-
--libgdraw:
-+libgdraw: libgunicode libgutils
- ( cd gdraw ; $(MAKE) )
-
- pos:
diff --git a/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch b/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch
deleted file mode 100644
index bd3caad0e535..000000000000
--- a/media-gfx/fontforge/files/fontforge-20080302-bad-apple.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naurp fontforge-20080302-orig/fontforge/tottf.c fontforge-20080302/fontforge/tottf.c
---- fontforge-20080302-orig/fontforge/tottf.c 2008-02-29 16:35:14.000000000 -0600
-+++ fontforge-20080302/fontforge/tottf.c 2008-03-12 18:30:12.000000000 -0600
-@@ -4718,12 +4718,13 @@ static void dumpcmap(struct alltabs *at,
- }
-
- format4 = NeedsUCS2Table(sf,&ucs2len,map,modformat==ff_ttfsym);
-+ apple2 = NULL;
- if ( modformat!=ff_ttfsym ) {
- format12 = NeedsUCS4Table(sf,&ucs4len,map);
- format2 = Needs816Enc(sf,&cjklen,map,&apple2,&applecjklen);
- format14 = NeedsVariationSequenceTable(sf,&vslen,map);
- } else
-- format12 = format2 = format14 = NULL;
-+ format12 = format2 = format14 = apple2 = NULL;
-
- /* Two/Three/Four encoding table pointers, one for ms, one for mac */
- /* usually one for mac big, just a copy of ms */
diff --git a/media-gfx/fontforge/fontforge-20071210.ebuild b/media-gfx/fontforge/fontforge-20071210.ebuild
deleted file mode 100644
index 0cb8ccbae3a9..000000000000
--- a/media-gfx/fontforge/fontforge-20071210.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20071210.ebuild,v 1.12 2008/10/04 21:42:19 loki_val Exp $
-
-inherit eutils
-
-DESCRIPTION="postscript font editor and converter"
-HOMEPAGE="http://fontforge.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fontforge/${PN}_full-${PV}.tar.bz2
- mirror://gentoo/cidmaps-20041222.tgz" # http://fontforge.sf.net/cidmaps.tgz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gif jpeg nls png python tiff truetype svg unicode X"
-
-RDEPEND="gif? ( >=media-libs/giflib-4.1.0-r1 )
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- png? ( >=media-libs/libpng-1.2.4 )
- python? ( dev-lang/python )
- tiff? ( >=media-libs/tiff-3.5.7-r1 )
- truetype? ( >=media-libs/freetype-2.1.4 )
- svg? ( >=dev-libs/libxml2-2.6.7 )
- unicode? ( >=media-libs/libuninameslist-030713 )
- x11-libs/libXi
- x11-proto/inputproto
- !media-gfx/pfaedit"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-parallel-build.patch #202019
- epatch "${FILESDIR}"/${P}-noX-nopython-build.patch #202360
- sed -i '3i#undef X_DISPLAY_MISSING' inc/config.h.in || die #205455
-}
-
-src_compile() {
- # no real way of disabling gettext/nls ...
- use nls || export ac_cv_header_libintl_h=no
- econf \
- --with-multilayer \
- --without-freetype-src \
- $(use_with python) \
- $(use_with X x) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS README*
-
- # install cidmaps needed for editing fonts with lots of characters #129518
- insinto /usr/share/fontforge
- doins "${WORKDIR}"/*.cidmap
-}
diff --git a/media-gfx/fontforge/fontforge-20080330.ebuild b/media-gfx/fontforge/fontforge-20080330.ebuild
deleted file mode 100644
index cc8f985e5569..000000000000
--- a/media-gfx/fontforge/fontforge-20080330.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20080330.ebuild,v 1.1 2008/03/31 00:42:04 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="postscript font editor and converter"
-HOMEPAGE="http://fontforge.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fontforge/${PN}_full-${PV}.tar.bz2
- mirror://gentoo/cidmaps-20041222.tgz" # http://fontforge.sf.net/cidmaps.tgz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gif jpeg nls png python tiff truetype svg unicode X"
-
-RDEPEND="gif? ( >=media-libs/giflib-4.1.0-r1 )
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- png? ( >=media-libs/libpng-1.2.4 )
- python? ( dev-lang/python )
- tiff? ( >=media-libs/tiff-3.5.7-r1 )
- truetype? ( >=media-libs/freetype-2.1.4 )
- svg? ( >=dev-libs/libxml2-2.6.7 )
- unicode? ( >=media-libs/libuninameslist-030713 )
- !media-gfx/pfaedit"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i '3i#undef X_DISPLAY_MISSING' inc/config.h.in || die #205455
-}
-
-src_compile() {
- # no real way of disabling gettext/nls ...
- use nls || export ac_cv_header_libintl_h=no
- econf \
- --with-multilayer \
- --without-freetype-src \
- $(use_with python) \
- $(use_with X x) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS README*
-
- # install cidmaps needed for editing fonts with lots of characters #129518
- insinto /usr/share/fontforge
- doins "${WORKDIR}"/*.cidmap
-}
diff --git a/media-gfx/fontforge/fontforge-20080824.ebuild b/media-gfx/fontforge/fontforge-20080824.ebuild
deleted file mode 100644
index ed359576f850..000000000000
--- a/media-gfx/fontforge/fontforge-20080824.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontforge/fontforge-20080824.ebuild,v 1.2 2008/10/04 21:42:19 loki_val Exp $
-
-inherit eutils
-
-DESCRIPTION="postscript font editor and converter"
-HOMEPAGE="http://fontforge.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fontforge/${PN}_full-${PV}.tar.bz2
- mirror://gentoo/cidmaps-20041222.tgz" # http://fontforge.sf.net/cidmaps.tgz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gif jpeg nls png python tiff truetype svg unicode X"
-
-RDEPEND="gif? ( >=media-libs/giflib-4.1.0-r1 )
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- png? ( >=media-libs/libpng-1.2.4 )
- python? ( dev-lang/python )
- tiff? ( >=media-libs/tiff-3.5.7-r1 )
- truetype? ( >=media-libs/freetype-2.1.4 )
- svg? ( >=dev-libs/libxml2-2.6.7 )
- unicode? ( >=media-libs/libuninameslist-030713 )
- x11-libs/libXi
- x11-proto/inputproto
- !media-gfx/pfaedit"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i '3i#undef X_DISPLAY_MISSING' inc/config.h.in || die #205455
-}
-
-src_compile() {
- # no real way of disabling gettext/nls ...
- use nls || export ac_cv_header_libintl_h=no
- econf \
- --with-multilayer \
- --without-freetype-src \
- $(use_with python) \
- $(use_with X x) \
- || die "econf failed"
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS README*
-
- # install cidmaps needed for editing fonts with lots of characters #129518
- insinto /usr/share/fontforge
- doins "${WORKDIR}"/*.cidmap
-}