From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/devil: ChangeLog devil-1.7.8.ebuild
Date: Sun, 22 Apr 2012 01:04:10 +0000 (UTC) [thread overview]
Message-ID: <20120422010410.BA7832004B@flycatcher.gentoo.org> (raw)
mr_bones_ 12/04/22 01:04:10
Modified: ChangeLog devil-1.7.8.ebuild
Log:
add sse-related use flags (bug #412791)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.49 media-libs/devil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 26 Mar 2011 17:23:26 -0000 1.48
+++ ChangeLog 22 Apr 2012 01:04:10 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/devil
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.48 2011/03/26 17:23:26 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/ChangeLog,v 1.49 2012/04/22 01:04:10 mr_bones_ Exp $
+
+ 22 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> devil-1.7.8.ebuild:
+ add sse-related use flags (bug #412791)
26 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> devil-1.7.8.ebuild:
Pin media-libs/allegro to old version.
1.10 media-libs/devil/devil-1.7.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild?r1=1.9&r2=1.10
Index: devil-1.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- devil-1.7.8.ebuild 26 Mar 2011 17:23:26 -0000 1.9
+++ devil-1.7.8.ebuild 22 Apr 2012 01:04:10 -0000 1.10
@@ -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/devil/devil-1.7.8.ebuild,v 1.9 2011/03/26 17:23:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/devil/devil-1.7.8.ebuild,v 1.10 2012/04/22 01:04:10 mr_bones_ Exp $
EAPI=2
inherit eutils
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="openexr gif jpeg lcms mng png tiff xpm allegro opengl sdl static-libs X"
+IUSE="openexr gif jpeg lcms mng png tiff xpm allegro opengl sdl sse sse2 sse3 static-libs X"
RDEPEND="gif? ( media-libs/giflib )
openexr? ( media-libs/openexr )
@@ -58,6 +58,9 @@
$(use_enable X shm) \
$(use_enable X render) \
$(use_enable static-libs static) \
+ $(use_enable sse) \
+ $(use_enable sse2) \
+ $(use_enable sse3) \
--disable-directx8 \
--disable-directx9
}
next reply other threads:[~2012-04-22 1:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-22 1:04 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-22 18:09 [gentoo-commits] gentoo-x86 commit in media-libs/devil: ChangeLog devil-1.7.8.ebuild Michael Sterrett (mr_bones_)
2012-05-04 4:04 Julian Ospald (hasufell)
2011-03-26 17:23 Samuli Suominen (ssuominen)
2010-11-08 15:20 Samuli Suominen (ssuominen)
2010-09-16 18:11 Tomas Chvatal (scarabeus)
2010-07-19 0:54 Joseph Jezak (josejx)
2010-06-29 21:38 Michael Sterrett (mr_bones_)
2010-06-21 9:07 Samuli Suominen (ssuominen)
2010-06-19 9:39 Samuli Suominen (ssuominen)
2010-05-10 20:50 Samuli Suominen (ssuominen)
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=20120422010410.BA7832004B@flycatcher.gentoo.org \
--to=mr_bones_@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