public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-ttf: sdl2-ttf-2.0.12.ebuild ChangeLog
@ 2013-09-02 20:32 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-09-02 20:32 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/09/02 20:32:59

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

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl2-ttf/sdl2-ttf-2.0.12.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdl2-ttf-2.0.12.ebuild	28 Aug 2013 21:40:09 -0000	1.1
+++ sdl2-ttf-2.0.12.ebuild	2 Sep 2013 20:32:59 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2013/08/28 21:40:09 hasufell Exp $
+# $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 $
 
 EAPI=5
 inherit eutils
@@ -15,9 +15,10 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs X"
 
-DEPEND="X? ( x11-libs/libXt )
+REPEND="X? ( x11-libs/libXt )
 	media-libs/libsdl2
 	>=media-libs/freetype-2.3"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 



1.2                  media-libs/sdl2-ttf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Aug 2013 21:40:09 -0000	1.1
+++ ChangeLog	2 Sep 2013 20:32:59 -0000	1.2
@@ -1,10 +1,12 @@
 # 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.1 2013/08/28 21:40:09 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-ttf/ChangeLog,v 1.2 2013/09/02 20:32:59 hasufell Exp $
+
+  02 Sep 2013; Julian Ospald <hasufell@gentoo.org> sdl2-ttf-2.0.12.ebuild:
+  fix dependencies
 
 *sdl2-ttf-2.0.12 (28 Aug 2013)
 
   28 Aug 2013; Julian Ospald <hasufell@gentoo.org> +sdl2-ttf-2.0.12.ebuild,
   +metadata.xml:
   initial import wrt #481788
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-ttf: sdl2-ttf-2.0.12.ebuild ChangeLog
@ 2013-09-02 20:45 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-09-02 20:45 UTC (permalink / raw
  To: gentoo-commits

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-02 20:46 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox