* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.7.0.ebuild ChangeLog
@ 2011-10-01 7:11 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-10-01 7:11 UTC (permalink / raw
To: gentoo-commits
radhermit 11/10/01 07:11:27
Modified: ChangeLog
Added: glew-1.7.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Revision Changes Path
1.73 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 1 Oct 2011 07:04:39 -0000 1.72
+++ ChangeLog 1 Oct 2011 07:11:27 -0000 1.73
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.72 2011/10/01 07:04:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.73 2011/10/01 07:11:27 radhermit Exp $
+
+*glew-1.7.0 (01 Oct 2011)
+
+ 01 Oct 2011; Tim Harder <radhermit@gentoo.org> +glew-1.7.0.ebuild:
+ Version bump.
01 Oct 2011; Tim Harder <radhermit@gentoo.org> -glew-1.5.7-r1.ebuild,
-glew-1.5.8.ebuild, -glew-1.6.0.ebuild:
1.1 media-libs/glew/glew-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.1&content-type=text/plain
Index: glew-1.7.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.1 2011/10/01 07:11:27 radhermit Exp $
EAPI=4
inherit multilib toolchain-funcs
DESCRIPTION="The OpenGL Extension Wrangler Library"
HOMEPAGE="http://glew.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND="x11-libs/libXmu
x11-libs/libXi
virtual/glu
virtual/opengl
x11-libs/libXext
x11-libs/libX11"
DEPEND="${RDEPEND}"
pkg_setup() {
myglewopts=(
AR="$(tc-getAR)"
STRIP=true
CC="$(tc-getCC)"
LD="$(tc-getCC) ${LDFLAGS}"
M_ARCH=""
LDFLAGS.EXTRA=""
POPT="${CFLAGS}"
)
}
src_prepare() {
sed -i \
-e '/INSTALL/s:-s::' \
-e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
Makefile || die
if ! use static-libs ; then
sed -i -e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
-e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
-e '/STRIP.* lib\/$(LIB.STATIC)/{N;d}' \
-e '/STRIP.* lib\/$(LIB.STATIC.MX)/{N;d}' \
Makefile || die
fi
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
}
src_compile(){
emake "${myglewopts[@]}"
}
src_install() {
emake \
GLEW_DEST="${ED}/usr" \
LIBDIR="${ED}/usr/$(get_libdir)" \
"${myglewopts[@]}" install.all
dodoc TODO.txt
use doc && dohtml doc/*
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.7.0.ebuild ChangeLog
@ 2012-05-29 13:57 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-29 13:57 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/29 13:57:44
Modified: glew-1.7.0.ebuild ChangeLog
Log:
build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/glew/glew-1.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?r1=1.1&r2=1.2
Index: glew-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glew-1.7.0.ebuild 1 Oct 2011 07:11:27 -0000 1.1
+++ glew-1.7.0.ebuild 29 May 2012 13:57:44 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.1 2011/10/01 07:11:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.2 2012/05/29 13:57:44 aballier Exp $
EAPI=4
inherit multilib toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="BSD MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND="x11-libs/libXmu
@@ -50,6 +50,8 @@
# don't do stupid Solaris specific stuff that won't work in Prefix
cp config/Makefile.linux config/Makefile.solaris || die
+ # and let freebsd be built as on linux too
+ cp config/Makefile.linux config/Makefile.freebsd || die
}
src_compile(){
1.78 media-libs/glew/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 15 Mar 2012 21:36:30 -0000 1.77
+++ ChangeLog 29 May 2012 13:57:44 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glew
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.77 2012/03/15 21:36:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.78 2012/05/29 13:57:44 aballier Exp $
+
+ 29 May 2012; Alexis Ballier <aballier@gentoo.org> glew-1.7.0.ebuild:
+ build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -glew-1.5.6.ebuild:
old
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-29 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01 7:11 [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.7.0.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 13:57 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox