public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-ttf: sdl2-ttf-2.0.12.ebuild ChangeLog
Date: Mon,  2 Sep 2013 20:45:58 +0000 (UTC)	[thread overview]
Message-ID: <20130902204558.7E3D02004C@flycatcher.gentoo.org> (raw)

hasufell    13/09/02 20:45:58

  Modified:             sdl2-ttf-2.0.12.ebuild ChangeLog
  Log:
  fix build with newer glibc, fix typo
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.3                  media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?r1=1.2&r2=1.3

Index: sdl2-ttf-2.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdl2-ttf-2.0.12.ebuild	2 Sep 2013 20:32:59 -0000	1.2
+++ sdl2-ttf-2.0.12.ebuild	2 Sep 2013 20:45:58 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v 1.2 2013/09/02 20:32:59 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild,v 1.3 2013/09/02 20:45:58 hasufell Exp $
 
 EAPI=5
-inherit eutils
+inherit autotools eutils
 
 MY_P=SDL2_ttf-${PV}
 DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs X"
 
-REPEND="X? ( x11-libs/libXt )
+RDEPEND="X? ( x11-libs/libXt )
 	media-libs/libsdl2
 	>=media-libs/freetype-2.3"
 DEPEND="${RDEPEND}"
@@ -23,6 +23,8 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-linking.patch
+	eautoreconf
 	rm -r external || die
 }
 
@@ -33,7 +35,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 	dodoc {CHANGES,README}.txt
 	use static-libs || prune_libtool_files
 }



1.3                  media-libs/sdl2-ttf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Sep 2013 20:32:59 -0000	1.2
+++ ChangeLog	2 Sep 2013 20:45:58 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sdl2-ttf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v 1.2 2013/09/02 20:32:59 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v 1.3 2013/09/02 20:45:58 hasufell Exp $
+
+  02 Sep 2013; Julian Ospald <hasufell@gentoo.org>
+  +files/sdl2-ttf-2.0.12-linking.patch, sdl2-ttf-2.0.12.ebuild:
+  fix build with newer glibc, fix typo
 
   02 Sep 2013; Julian Ospald <hasufell@gentoo.org> sdl2-ttf-2.0.12.ebuild:
   fix dependencies





             reply	other threads:[~2013-09-02 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-02 20:45 Julian Ospald (hasufell) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-02 20:32 [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-ttf: sdl2-ttf-2.0.12.ebuild ChangeLog Julian Ospald (hasufell)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130902204558.7E3D02004C@flycatcher.gentoo.org \
    --to=hasufell@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox