mgorny 14/06/16 22:03:07
Modified: libav-9.13-r1.ebuild libav-10.9999.ebuild
libav-9.9999.ebuild libav-10.1-r1.ebuild
libav-9999.ebuild ChangeLog
Log:
Wrap libavutil/avconfig.h since in some cases it differs per-ABI, bug #513184.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.2 media-video/libav/libav-9.13-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild?r1=1.1&r2=1.2
Index: libav-9.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libav-9.13-r1.ebuild 7 Jun 2014 21:32:06 -0000 1.1
+++ libav-9.13-r1.ebuild 16 Jun 2014 22:03:07 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v
1.1 2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.13-r1.ebuild,v
1.2 2014/06/16 22:03:07 mgorny Exp $
EAPI=5
@@ -130,6 +130,10 @@
test? ( encode zlib )
"
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libavutil/avconfig.h
+)
+
src_prepare() {
# if we have snapshot then we need to hardcode the version
if [[ ${PV%_p*} != ${PV} ]]; then
1.5 media-video/libav/libav-10.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?r1=1.4&r2=1.5
Index: libav-10.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libav-10.9999.ebuild 7 Jun 2014 21:32:06 -0000 1.4
+++ libav-10.9999.ebuild 16 Jun 2014 22:03:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v
1.4 2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v
1.5 2014/06/16 22:03:07 mgorny Exp $
EAPI=5
@@ -133,6 +133,10 @@
# Test on live ebuild are not possible as they require trunk fate
RESTRICT="test"
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libavutil/avconfig.h
+)
+
src_prepare() {
# if we have snapshot then we need to hardcode the version
if [[ ${PV%_p*} != ${PV} ]]; then
1.13 media-video/libav/libav-9.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.9999.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.9999.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.9999.ebuild?r1=1.12&r2=1.13
Index: libav-9.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libav-9.9999.ebuild 7 Jun 2014 21:32:06 -0000 1.12
+++ libav-9.9999.ebuild 16 Jun 2014 22:03:07 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.9999.ebuild,v
1.12 2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.9999.ebuild,v
1.13 2014/06/16 22:03:07 mgorny Exp $
EAPI=5
@@ -130,6 +130,10 @@
test? ( encode zlib )
"
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libavutil/avconfig.h
+)
+
src_prepare() {
# if we have snapshot then we need to hardcode the version
if [[ ${PV%_p*} != ${PV} ]]; then
1.2 media-video/libav/libav-10.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild?r1=1.1&r2=1.2
Index: libav-10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libav-10.1-r1.ebuild 7 Jun 2014 21:32:06 -0000 1.1
+++ libav-10.1-r1.ebuild 16 Jun 2014 22:03:07 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild,v
1.1 2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.1-r1.ebuild,v
1.2 2014/06/16 22:03:07 mgorny Exp $
EAPI=5
@@ -130,6 +130,10 @@
test? ( encode zlib )
"
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libavutil/avconfig.h
+)
+
src_prepare() {
# if we have snapshot then we need to hardcode the version
if [[ ${PV%_p*} != ${PV} ]]; then
1.68 media-video/libav/libav-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.68&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.68&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?r1=1.67&r2=1.68
Index: libav-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- libav-9999.ebuild 7 Jun 2014 21:32:06 -0000 1.67
+++ libav-9999.ebuild 16 Jun 2014 22:03:07 -0000 1.68
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.67
2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.68
2014/06/16 22:03:07 mgorny Exp $
EAPI=5
@@ -132,6 +132,10 @@
# Test on live ebuild are not possible as they require trunk fate
RESTRICT="test"
+MULTILIB_WRAPPED_HEADERS=(
+ /usr/include/libavutil/avconfig.h
+)
+
src_prepare() {
# if we have snapshot then we need to hardcode the version
if [[ ${PV%_p*} != ${PV} ]]; then
1.191 media-video/libav/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.191&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.191&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.190&r2=1.191
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog 7 Jun 2014 21:32:06 -0000 1.190
+++ ChangeLog 16 Jun 2014 22:03:07 -0000 1.191
@@ -1,6 +1,11 @@
# ChangeLog for media-video/libav
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.190
2014/06/07 21:32:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.191
2014/06/16 22:03:07 mgorny Exp $
+
+ 16 Jun 2014; Michał Górny <[email protected]> libav-10.1-r1.ebuild,
+ libav-10.9999.ebuild, libav-9.13-r1.ebuild, libav-9.9999.ebuild,
+ libav-9999.ebuild:
+ Wrap libavutil/avconfig.h since in some cases it differs per-ABI, bug
#513184.
*libav-9.13-r1 (07 Jun 2014)
*libav-10.1-r1 (07 Jun 2014)