mgorny      14/06/29 09:45:10

  Modified:             ChangeLog
  Added:                libgnomeprint-2.18.8-r1.ebuild
  Log:
  Enable multilib support, required for gnome-base/libgnomeprintui. Bug #515652.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.198                gnome-base/libgnomeprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.198&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.198&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   29 Apr 2014 11:47:51 -0000      1.197
+++ ChangeLog   29 Jun 2014 09:45:10 -0000      1.198
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/libgnomeprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.197 
2014/04/29 11:47:51 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.198 
2014/06/29 09:45:10 mgorny Exp $
+
+*libgnomeprint-2.18.8-r1 (29 Jun 2014)
+
+  29 Jun 2014; Michał Górny <mgo...@gentoo.org>
+  +files/libgnomeprint-2.18.8-cups-config.patch,
+  +libgnomeprint-2.18.8-r1.ebuild:
+  Enable multilib support, required for gnome-base/libgnomeprintui. Bug 
#515652.
 
   29 Apr 2014; Lars Wendler <polynomia...@gentoo.org>
   libgnomeprint-2.18.8.ebuild, +files/libgnomeprint-2.18.8-bison3.patch:



1.1                  gnome-base/libgnomeprint/libgnomeprint-2.18.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: libgnomeprint-2.18.8-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8-r1.ebuild,v
 1.1 2014/06/29 09:45:10 mgorny Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"

inherit autotools eutils gnome2 multilib-minimal

DESCRIPTION="Printer handling for Gnome"
HOMEPAGE="http://www.gnome.org/";

LICENSE="GPL-2 LGPL-2.1"
SLOT="2.2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
IUSE="cups doc"

RDEPEND=">=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}]
        >=media-libs/libart_lgpl-2.3.21-r2[${MULTILIB_USEDEP}]
        >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
        >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
        >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
        >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
        >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
        cups? (
                >=net-print/cups-1.7.1-r1[${MULTILIB_USEDEP}]
                >=net-print/libgnomecups-0.2.3-r3[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
        sys-devel/gettext
        >=dev-util/intltool-0.35
        >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
        sys-devel/flex
        sys-devel/bison
        doc? (
                ~app-text/docbook-xml-dtd-4.1.2
                >=dev-util/gtk-doc-0.9 )"

src_prepare() {
        epatch "${FILESDIR}"/${P}-stdio-include.patch \
                "${FILESDIR}"/${P}-freetype-2.5.1.patch \
                "${FILESDIR}"/${P}-bison3.patch \
                "${FILESDIR}"/${P}-cups-config.patch
        eautoreconf
        gnome2_src_prepare

        # Drop DEPRECATED flags, bug #384807
        sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' \
                configure.in configure || die
        sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
                libgnomeprint/ttsubset/Makefile.am \
                libgnomeprint/ttsubset/Makefile.in || die
}

multilib_src_configure() {
        # Disable papi support until papi is in portage; avoids automagic
        # dependencies on an untracked library.

        ECONF_SOURCE=${S} \
        gnome2_src_configure \
                $(use_with cups) \
                --without-papi \
                --disable-static
}

multilib_src_install() {
        gnome2_src_install
}

multilib_src_install_all() {
        DOCS="AUTHORS BUGS ChangeLog* NEWS README"
        einstalldocs
}




Reply via email to