diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-27 20:06:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-27 20:06:22 +0000 |
commit | 972f56d6f55f4cf19b7978337d56fbcb86f0ded1 (patch) | |
tree | 2d4df04701d62132aee799eb666a1fc02c2d47f8 /media-libs/libwmf | |
parent | old (diff) | |
download | gentoo-2-972f56d6f55f4cf19b7978337d56fbcb86f0ded1.tar.gz gentoo-2-972f56d6f55f4cf19b7978337d56fbcb86f0ded1.tar.bz2 gentoo-2-972f56d6f55f4cf19b7978337d56fbcb86f0ded1.zip |
old, none of which compile with gcc-4.4
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libwmf')
-rw-r--r-- | media-libs/libwmf/Manifest | 2 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.8.4-r2.ebuild | 105 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.8.4.ebuild | 85 |
3 files changed, 0 insertions, 192 deletions
diff --git a/media-libs/libwmf/Manifest b/media-libs/libwmf/Manifest index 636a304860c6..efc8ad467582 100644 --- a/media-libs/libwmf/Manifest +++ b/media-libs/libwmf/Manifest @@ -2,8 +2,6 @@ AUX libwmf-0.2.8.4-build.patch 1340 RMD160 d0ee933b7bd3d3b299859c8c36e5422980493 AUX libwmf-0.2.8.4-intoverflow.patch 971 RMD160 4b5c414021a2b663032aa90e9f40f05e1389b503 SHA1 6f130ea9f639ccf88fef0fda74cf9fa3956f81b5 SHA256 b19f80f742c22138beb6d1943f6cbedc0db2a8c72419bf8bf9216e1f806d4690 AUX libwmf-0.2.8.4-pngfix.patch 582 RMD160 1a723c2e0d1dd16b6788f0ead2277e8996ab8ea1 SHA1 f392fd1a1053b84336bfb72e27aebbb78826239a SHA256 39a47d2d12720cc98ee4669e44c012e855df5de0dcec0636f1fb12918c2d8006 DIST libwmf-0.2.8.4.tar.gz 2169375 RMD160 98cd631adb5bb332d9224d04bc8a265c105435f2 SHA1 822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89 SHA256 5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8 -EBUILD libwmf-0.2.8.4-r2.ebuild 2702 RMD160 b7a082b384129859ac53780d193e35732d6ec02f SHA1 b6ca64320122ab223c2766c7f1e627fb12965286 SHA256 3af6983e56ccfb28a324b4ff45b6e0be2eeb56223ded1d432a1ef8140d8cc153 EBUILD libwmf-0.2.8.4-r3.ebuild 2955 RMD160 f16f0bb984e934d212d31ba07799dbd105536928 SHA1 925d961112e13dec5e2fb0f062892bbbf23b1a46 SHA256 b302ab066eb38ba08771c3355e49ef124fd21d501f7861a828df36ac330d2500 -EBUILD libwmf-0.2.8.4.ebuild 2236 RMD160 57e87265a8c79c729ccfb2a1f6ea65623cd115a8 SHA1 3c41f0eee3ab3063b1db0d3298301a432251f134 SHA256 98051acce6059c173e16e000799ee97ec45c6f582fe9aa073009ec63ef493d20 MISC ChangeLog 9537 RMD160 3e4ffd305d339fc70745014e1261dfc95fc214d4 SHA1 fa208de95d19149e56232d9d467915888b7262fb SHA256 7318db0f68f7770d8465a65b61705919b2fa44c8499c3adcea972c555943e27c MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a diff --git a/media-libs/libwmf/libwmf-0.2.8.4-r2.ebuild b/media-libs/libwmf/libwmf-0.2.8.4-r2.ebuild deleted file mode 100644 index fcdb36fa7d79..000000000000 --- a/media-libs/libwmf/libwmf-0.2.8.4-r2.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r2.ebuild,v 1.2 2009/12/26 17:39:22 pva Exp $ - -inherit eutils autotools - -#The configure script finds the 5.50 ghostscript Fontmap file while run. -#This will probably work, especially since the real one (6.50) in this case -#is empty. However beware in case there is any trouble - -DESCRIPTION="library for converting WMF files" -HOMEPAGE="http://wvware.sourceforge.net/" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="X expat xml debug doc gtk gd" - -RDEPEND="app-text/ghostscript-gpl - xml? ( !expat? ( dev-libs/libxml2 ) ) - expat? ( dev-libs/expat ) - gd? ( media-libs/gd ) - >=media-libs/freetype-2.0.1 - sys-libs/zlib - media-libs/libpng - media-libs/jpeg - X? ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - ) - gtk? ( >=x11-libs/gtk+-2.1.2 ) " -DEPEND="${RDEPEND} - dev-util/pkgconfig - X? ( - x11-libs/libXt - x11-libs/libXpm - )" -# plotutils are not really supported yet, so looks like that's it - -src_unpack() { - unpack ${A} - cd "${S}" - if ! use doc ; then - sed -e 's:doc::' -i Makefile.am - fi - if ! use gtk ; then - sed -e 's:@LIBWMF_GDK_PIXBUF_TRUE@:#:' -i src/Makefile.in - fi - epatch "${FILESDIR}"/${P}-intoverflow.patch - epatch "${FILESDIR}"/${P}-build.patch - - eautoreconf -} - -src_compile() { - if use expat && use xml ; then - elog "You can specify only one USE flag from expat and xml, to use expat" - elog "or libxml2, respectively." - elog - elog "You have both flags enabled, we will default to expat (like autocheck does)." - myconf="${myconf} --with-expat --without-libxml2" - else - myconf="${myconf} $(use_with expat) $(use_with xml libxml2)" - fi - - econf \ - $(use_enable debug) \ - $(use_with X x) \ - $(use_enable gd) \ - --with-sys-gd \ - ${myconf} \ - --with-gsfontdir=/usr/share/ghostscript/fonts \ - --with-fontdir=/usr/share/libwmf/fonts/ \ - --with-docdir=/usr/share/doc/${PF} \ - || die "./configure failed" - - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc README AUTHORS CREDITS ChangeLog NEWS TODO -} - -set_gtk_confdir() { - # An arch specific config directory is used on multilib systems - has_multilib_profile && GTK2_CONFDIR="${ROOT}etc/gtk-2.0/${CHOST}" - GTK2_CONFDIR="${GTK2_CONFDIR:-/etc/gtk-2.0}" -} - -pkg_postinst() { - if use gtk; then - set_gtk_confdir - gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders" - fi -} - -pkg_postrm() { - if use gtk; then - set_gtk_confdir - gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders" - fi -} diff --git a/media-libs/libwmf/libwmf-0.2.8.4.ebuild b/media-libs/libwmf/libwmf-0.2.8.4.ebuild deleted file mode 100644 index adeba5bbf240..000000000000 --- a/media-libs/libwmf/libwmf-0.2.8.4.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4.ebuild,v 1.18 2009/12/26 17:39:22 pva Exp $ - -inherit eutils autotools - -#The configure script finds the 5.50 ghostscript Fontmap file while run. -#This will probably work, especially since the real one (6.50) in this case -#is empty. However beware in case there is any trouble - -DESCRIPTION="library for converting WMF files" -HOMEPAGE="http://wvware.sourceforge.net/" -SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="X expat xml debug doc gtk gd" - -RDEPEND="app-text/ghostscript-gpl - xml? ( !expat? ( dev-libs/libxml2 ) ) - expat? ( dev-libs/expat ) - gd? ( media-libs/gd ) - >=media-libs/freetype-2.0.1 - sys-libs/zlib - media-libs/libpng - media-libs/jpeg - X? ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - ) - gtk? ( >=x11-libs/gtk+-2.1.2 ) " -DEPEND="${RDEPEND} - dev-util/pkgconfig - X? ( - x11-libs/libXt - x11-libs/libXpm - )" -# plotutils are not really supported yet, so looks like that's it - -src_unpack() { - unpack ${A} - cd "${S}" - if ! use doc ; then - sed -e 's:doc::' -i Makefile.am - fi - if ! use gtk ; then - sed -e 's:@LIBWMF_GDK_PIXBUF_TRUE@:#:' -i src/Makefile.in - fi - epatch "${FILESDIR}"/${P}-intoverflow.patch - epatch "${FILESDIR}"/${P}-build.patch - - eautoreconf -} - -src_compile() { - if use expat && use xml ; then - elog "You can specify only one USE flag from expat and xml, to use expat" - elog "or libxml2, respectively." - elog - elog "You have both flags enabled, we will default to expat (like autocheck does)." - myconf="${myconf} --with-expat --without-libxml2" - else - myconf="${myconf} $(use_with expat) $(use_with xml libxml2)" - fi - - econf \ - $(use_enable debug) \ - $(use_with X x) \ - $(use_enable gd) \ - --with-sys-gd \ - ${myconf} \ - --with-gsfontdir=/usr/share/ghostscript/fonts \ - --with-fontdir=/usr/share/libwmf/fonts/ \ - --with-docdir=/usr/share/doc/${PF} \ - || die "./configure failed" - - emake || die -} - -src_install() { - make install DESTDIR="${D}" || die - dodoc README AUTHORS CREDITS ChangeLog NEWS TODO -} |