* [gentoo-commits] gentoo-x86 commit in media-libs/libde265: libde265-0.9.ebuild libde265-9999.ebuild ChangeLog
@ 2015-01-29 17:35 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-01-29 17:35 UTC (permalink / raw
To: gentoo-commits
mgorny 15/01/29 17:35:51
Modified: libde265-0.9.ebuild libde265-9999.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 media-libs/libde265/libde265-0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild?r1=1.1&r2=1.2
Index: libde265-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libde265-0.9.ebuild 20 Nov 2014 13:50:04 -0000 1.1
+++ libde265-0.9.ebuild 29 Jan 2015 17:35:51 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v 1.1 2014/11/20 13:50:04 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-0.9.ebuild,v 1.2 2015/01/29 17:35:51 mgorny Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug qt4 qt5 static-libs sse tools"
+IUSE="debug qt4 qt5 static-libs cpu_flags_x86_sse tools"
DEPEND="
qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
@@ -29,7 +29,7 @@
src_configure() {
local myeconfargs=(
- $(use_enable sse)
+ $(use_enable cpu_flags_x86_sse sse)
$(use_enable static-libs static)
$(use_enable debug log-info)
$(use_enable debug log-debug)
1.2 media-libs/libde265/libde265-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/libde265-9999.ebuild?r1=1.1&r2=1.2
Index: libde265-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libde265-9999.ebuild 20 Nov 2014 13:50:04 -0000 1.1
+++ libde265-9999.ebuild 29 Jan 2015 17:35:51 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v 1.1 2014/11/20 13:50:04 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/libde265-9999.ebuild,v 1.2 2015/01/29 17:35:51 mgorny Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="debug qt4 qt5 static-libs sse tools"
+IUSE="debug qt4 qt5 static-libs cpu_flags_x86_sse tools"
DEPEND="
qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )
@@ -29,7 +29,7 @@
src_configure() {
local myeconfargs=(
- $(use_enable sse)
+ $(use_enable cpu_flags_x86_sse sse)
$(use_enable static-libs static)
$(use_enable debug log-info)
$(use_enable debug log-debug)
1.2 media-libs/libde265/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libde265/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 20 Nov 2014 13:50:04 -0000 1.1
+++ ChangeLog 29 Jan 2015 17:35:51 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libde265
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v 1.1 2014/11/20 13:50:04 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libde265/ChangeLog,v 1.2 2015/01/29 17:35:51 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <mgorny@gentoo.org> libde265-0.9.ebuild,
+ libde265-9999.ebuild:
+ Switch to CPU_FLAGS_X86.
*libde265-9999 (20 Nov 2014)
*libde265-0.9 (20 Nov 2014)
@@ -8,4 +12,3 @@
20 Nov 2014; Yixun Lan <dlan@gentoo.org> +libde265-0.9.ebuild,
+libde265-9999.ebuild, +metadata.xml:
initial ebuild added by me, bug 528684
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-29 17:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 17:35 [gentoo-commits] gentoo-x86 commit in media-libs/libde265: libde265-0.9.ebuild libde265-9999.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox