public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/sg: ChangeLog sg-1.4.ebuild
@ 2010-11-02  8:59 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-02  8:59 UTC (permalink / raw
  To: gentoo-commits

jlec        10/11/02 08:59:07

  Modified:             ChangeLog sg-1.4.ebuild
  Log:
  Fixed automagic doxygen usage
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/sg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Nov 2010 13:59:49 -0000	1.1
+++ ChangeLog	2 Nov 2010 08:59:07 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.1 2010/11/01 13:59:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.2 2010/11/02 08:59:07 jlec Exp $
+
+  02 Nov 2010; Justin Lecher <jlec@gentoo.org> +files/1.4-doc.patch,
+  sg-1.4.ebuild:
+  Fixed automagic doxygen usage
 
 *sg-1.4 (01 Nov 2010)
 



1.2                  media-libs/sg/sg-1.4.ebuild

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

Index: sg-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sg-1.4.ebuild	1 Nov 2010 13:59:49 -0000	1.1
+++ sg-1.4.ebuild	2 Nov 2010 08:59:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.1 2010/11/01 13:59:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.2 2010/11/02 08:59:07 jlec Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-2"
-IUSE="opengl"
+IUSE="doc opengl"
 
 RDEPEND="
 	dev-libs/maloc
@@ -22,13 +22,19 @@
 		virtual/glu
 		virtual/opengl
 	)"
-DEPEND="${RDEPEND}"
+DEPEND="
+	${RDEPEND}
+	doc? (
+		media-gfx/graphviz
+		app-doc/doxygen )"
 
 S="${WORKDIR}"/${PN}
 
 src_prepare() {
 	rm src/{gl,glu,glw} -rf
-	epatch "${FILESDIR}"/${PV}-opengl.patch
+	epatch \
+		"${FILESDIR}"/${PV}-opengl.patch \
+		"${FILESDIR}"/${PV}-doc.patch
 	eautoreconf
 }
 
@@ -50,12 +56,15 @@
 	export FETK_GL_INCLUDE="${sg_include}"/GL
 	export FETK_MOTIF_INCLUDE="${sg_include}"
 
+	use doc || myconf="${myconf} --with-doxygen= --with-dot="
+
 	use opengl && myconf="${myconf} --enable-glforce --enable-gluforce --enable-glwforce"
 
 	econf \
-		${myconf} \
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--disable-triplet \
 		--enable-shared \
-		--disable-triplet
+		${myconf}
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/sg: ChangeLog sg-1.4.ebuild
@ 2010-11-24  8:23 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-24  8:23 UTC (permalink / raw
  To: gentoo-commits

jlec        10/11/24 08:23:56

  Modified:             ChangeLog sg-1.4.ebuild
  Log:
  Fixed dep for opengl to force motif support, thanks Jaroslaw Kalinowski #344817
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/sg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Nov 2010 08:59:07 -0000	1.2
+++ ChangeLog	24 Nov 2010 08:23:56 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.2 2010/11/02 08:59:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/ChangeLog,v 1.3 2010/11/24 08:23:56 jlec Exp $
+
+  24 Nov 2010; Justin Lecher <jlec@gentoo.org> sg-1.4.ebuild:
+  Fixed dep for opengl to force motif support, thanks Jaroslaw Kalinowski
+  #344817
 
   02 Nov 2010; Justin Lecher <jlec@gentoo.org> +files/1.4-doc.patch,
   sg-1.4.ebuild:



1.3                  media-libs/sg/sg-1.4.ebuild

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

Index: sg-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sg-1.4.ebuild	2 Nov 2010 08:59:07 -0000	1.2
+++ sg-1.4.ebuild	24 Nov 2010 08:23:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.2 2010/11/02 08:59:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.4.ebuild,v 1.3 2010/11/24 08:23:56 jlec Exp $
 
 EAPI="3"
 
@@ -19,8 +19,7 @@
 	dev-libs/maloc
 	x11-libs/openmotif
 	opengl? (
-		virtual/glu
-		virtual/opengl
+		|| ( media-libs/mesa[motif] media-libs/opengl-apple )
 	)"
 DEPEND="
 	${RDEPEND}






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

end of thread, other threads:[~2010-11-24  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24  8:23 [gentoo-commits] gentoo-x86 commit in media-libs/sg: ChangeLog sg-1.4.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-02  8:59 Justin Lecher (jlec)

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