diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-07-25 19:07:23 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-07-25 19:07:23 +0000 |
commit | 9dade37295c9fdc19ab34a7e81f5b84d23cd2733 (patch) | |
tree | a96e41f25cd7e4c6dd3d21a624b487e317e0c057 /media-libs | |
parent | New ebuild, closing bug #23131 (diff) | |
download | gentoo-2-9dade37295c9fdc19ab34a7e81f5b84d23cd2733.tar.gz gentoo-2-9dade37295c9fdc19ab34a7e81f5b84d23cd2733.tar.bz2 gentoo-2-9dade37295c9fdc19ab34a7e81f5b84d23cd2733.zip |
New ebuild, closing bug #23131
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vflib/ChangeLog | 12 | ||||
-rw-r--r-- | media-libs/vflib/Manifest | 3 | ||||
-rw-r--r-- | media-libs/vflib/files/digest-vflib-2.25.6 | 1 | ||||
-rw-r--r-- | media-libs/vflib/files/vflib-2.25.6-gentoo.diff | 29 | ||||
-rw-r--r-- | media-libs/vflib/vflib-2.25.6.ebuild | 47 |
5 files changed, 91 insertions, 1 deletions
diff --git a/media-libs/vflib/ChangeLog b/media-libs/vflib/ChangeLog new file mode 100644 index 000000000000..46a9c879ba4c --- /dev/null +++ b/media-libs/vflib/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for media-libs/vflib +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.1 2003/07/25 19:07:13 usata Exp $ + +*vflib-2.25.6 (26 Jul 2003) + + 26 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> vflib-2.25.6.ebuild, + files/vflib-2.25.6-gentoo.diff: + Initial import, based on the ebuild submitted by Shinya Ando + <shinya@systemlinks.com> at GentooJP BugTrack + Great thanks to Timmy Douglas <timmy+gentoo@cc.gatech.edu> for + his continual help with testing the ebuild, closing bug #23131 diff --git a/media-libs/vflib/Manifest b/media-libs/vflib/Manifest index 1ef8907a5999..806892df3d37 100644 --- a/media-libs/vflib/Manifest +++ b/media-libs/vflib/Manifest @@ -1,3 +1,4 @@ -MD5 12240299bd95d332825bddd9c0c50e09 vflib-2.25.6.ebuild 1089 +MD5 9f75eab8747294b6319e64c5a47fd536 vflib-2.25.6.ebuild 1092 +MD5 06dbe5e6dcebbdfb9743397f7270babf ChangeLog 587 MD5 50efe8124f340f0676e03138de0119c3 files/vflib-2.25.6-gentoo.diff 838 MD5 f2223bbd37edae5723444c23273e3e49 files/digest-vflib-2.25.6 65 diff --git a/media-libs/vflib/files/digest-vflib-2.25.6 b/media-libs/vflib/files/digest-vflib-2.25.6 new file mode 100644 index 000000000000..e818a0c460de --- /dev/null +++ b/media-libs/vflib/files/digest-vflib-2.25.6 @@ -0,0 +1 @@ +MD5 64899702c94ce059069a5532098d5937 VFlib2-2.25.6.tar.gz 677784 diff --git a/media-libs/vflib/files/vflib-2.25.6-gentoo.diff b/media-libs/vflib/files/vflib-2.25.6-gentoo.diff new file mode 100644 index 000000000000..5a299117e118 --- /dev/null +++ b/media-libs/vflib/files/vflib-2.25.6-gentoo.diff @@ -0,0 +1,29 @@ +diff -urN VFlib2-2.25.6.ORIG/configure VFlib2-2.25.6/configure +--- VFlib2-2.25.6.ORIG/configure 2001-10-19 21:12:37.000000000 +0900 ++++ VFlib2-2.25.6/configure 2003-06-25 07:46:04.000000000 +0900 +@@ -1155,7 +1155,7 @@ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + +-vflib2_version='2.25.2' ++vflib2_version='2.25.6' + + + CUR=24 +--- VFlib2-2.25.6.ORIG/vfontcap 1999-07-21 18:17:04.000000000 +0900 ++++ VFlib2-2.25.6/vfontcap 2003-06-20 01:33:44.000000000 +0900 +@@ -33,9 +33,12 @@ + #### + + min:\ +- :fc=watanabe-mincho: ++ :ft=freetype:\ ++ :ff=/usr/X11R6/lib/X11/fonts/truetype/kochi-mincho-subst.ttf: + goth:\ +- :fc=watanabe-mincho: ++ :ft=freetype:\ ++ :ff=/usr/X11R6/lib/X11/fonts/truetype/kochi-gothic-subst.ttf: ++ + #min:\ + # :ft=freetype:\ + # :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc: diff --git a/media-libs/vflib/vflib-2.25.6.ebuild b/media-libs/vflib/vflib-2.25.6.ebuild new file mode 100644 index 000000000000..30706655e751 --- /dev/null +++ b/media-libs/vflib/vflib-2.25.6.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-2.25.6.ebuild,v 1.1 2003/07/25 19:07:13 usata Exp $ + +inherit eutils + +IUSE="" + +MY_PN="VFlib2" + +DESCRIPTION="Japanese Vector Font library" +HOMEPAGE="http://typehack.aial.hiroshima-u.ac.jp/VFlib/" +SRC_URI="ftp://TypeHack.aial.hiroshima-u.ac.jp/pub/TypeHack/${MY_PN}-${PV}.tar.gz" + +LICENSE="LGPL-2 GPL-2" +SLOT="2" +KEYWORDS="~x86 ~alpha ~ppc ~sparc" + +DEPEND=">=media-libs/freetype-1.1 + <media-libs/freetype-2 + virtual/x11" +RDEPEND="${DEPEND} + media-fonts/kochi-substitute" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_unpack () { + unpack ${A} + epatch ${FILESDIR}/${P}-gentoo.diff +} + +src_compile () { + econf --with-freetype \ + --with-freetype-includedir=/usr/include/freetype \ + --with-freetype-libdir=/usr/lib || die + + emake || die +} + +src_install () { + einstall runtimedir=${D}/usr/share/VFlib/${PV} || die + + dodir /usr/share/VFlib/${PV} + cp -R jTeX ${D}/usr/share/VFlib/${PV} + + dodoc CHANGES COPYING* DISTRIB.txt INSTALL README* +} |