hasufell    14/04/18 20:28:53

  Modified:             ChangeLog
  Added:                sdl-ttf-2.0.11-r1.ebuild
  Log:
  add multilib support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.68                 media-libs/sdl-ttf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   8 Jun 2012 19:54:25 -0000       1.67
+++ ChangeLog   18 Apr 2014 20:28:52 -0000      1.68
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/sdl-ttf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.67 
2012/06/08 19:54:25 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.68 
2014/04/18 20:28:52 hasufell Exp $
+
+*sdl-ttf-2.0.11-r1 (18 Apr 2014)
+
+  18 Apr 2014; Julian Ospald <[email protected]> +sdl-ttf-2.0.11-r1.ebuild:
+  add multilib support
 
   08 Jun 2012; Michael Sterrett <[email protected]>
   -files/sdl-ttf-2.0.10-underlink.patch, -sdl-ttf-2.0.10.ebuild:



1.1                  media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild?rev=1.1&content-type=text/plain

Index: sdl-ttf-2.0.11-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild,v 1.1 
2014/04/18 20:28:52 hasufell Exp $

EAPI=5
inherit autotools eutils multilib-minimal

MY_P="${P/sdl-/SDL_}"
DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/";
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz";

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="static-libs X"

RDEPEND="
        abi_x86_32? (
                !app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
                !<=app-emulation/emul-linux-x86-sdl-20140406
        )
        X? ( x11-libs/libXt[${MULTILIB_USEDEP}] )
        media-libs/libsdl[${MULTILIB_USEDEP}]
        >=media-libs/freetype-2.3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch "${FILESDIR}"/${P}-underlink.patch
        eautoreconf
}

multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
                --disable-dependency-tracking \
                $(use_enable static-libs static) \
                $(use_with X x)
}

multilib_src_install() {
        emake DESTDIR="${D}" install
}

multilib_src_install_all() {
        dodoc CHANGES README
        use static-libs || prune_libtool_files --all
}




Reply via email to