aballier    14/05/20 17:55:26

  Modified:             ChangeLog x265-9999.ebuild x265-0.8.ebuild
  Log:
  build as PIC (that is what is done for amd64 in CMakeLists.txt anyway); patch 
by Jeroen Roovers, bug #510444.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.5                  media-libs/x265/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   28 Apr 2014 17:50:08 -0000      1.4
+++ ChangeLog   20 May 2014 17:55:26 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/x265
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.4 2014/04/28 
17:50:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.5 2014/05/20 
17:55:26 aballier Exp $
+
+  20 May 2014; Alexis Ballier <aball...@gentoo.org> x265-0.8.ebuild,
+  x265-9999.ebuild:
+  build as PIC (that is what is done for amd64 in CMakeLists.txt anyway); patch
+  by Jeroen Roovers, bug #510444.
 
   28 Apr 2014; Michał Górny <mgo...@gentoo.org> x265-0.8.ebuild,
   x265-9999.ebuild:



1.5                  media-libs/x265/x265-9999.ebuild

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

Index: x265-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x265-9999.ebuild    28 Apr 2014 17:50:08 -0000      1.4
+++ x265-9999.ebuild    20 May 2014 17:55:26 -0000      1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.4 
2014/04/28 17:50:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.5 
2014/05/20 17:55:26 aballier Exp $
 
 EAPI=5
 
-inherit cmake-multilib multilib
+inherit cmake-multilib multilib flag-o-matic
 
 if [[ ${PV} = 9999* ]]; then
        inherit mercurial
@@ -40,6 +40,8 @@
 }
 
 multilib_src_configure() {
+       append-cflags -fPIC
+       append-cxxflags -fPIC
        local mycmakeargs=(
                $(cmake-utils_use_enable test TESTS)
                $(multilib_is_native_abi || echo "-DENABLE_CLI=OFF")



1.3                  media-libs/x265/x265-0.8.ebuild

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

Index: x265-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x265-0.8.ebuild     28 Apr 2014 17:50:08 -0000      1.2
+++ x265-0.8.ebuild     20 May 2014 17:55:26 -0000      1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v 1.2 
2014/04/28 17:50:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-0.8.ebuild,v 1.3 
2014/05/20 17:55:26 aballier Exp $
 
 EAPI=5
 
-inherit cmake-multilib
+inherit cmake-multilib flag-o-matic
 
 if [[ ${PV} = 9999* ]]; then
        inherit mercurial
@@ -45,6 +45,8 @@
 }
 
 multilib_src_configure() {
+       append-cflags -fPIC
+       append-cxxflags -fPIC
        local mycmakeargs=(
                $(cmake-utils_use_enable test TESTS)
                $(multilib_is_native_abi || echo "-DENABLE_CLI=OFF")




Reply via email to