diff options
-rw-r--r-- | media-libs/x264/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20120707.ebuild | 5 | ||||
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index c6a23fea334e..bc6e87aaf1b3 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.80 2013/02/01 18:09:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.81 2013/02/02 00:28:26 ssuominen Exp $ + + 02 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> x264-0.0.20120707.ebuild, + x264-9999.ebuild: + Missing dev-lang/yasm dependency for amd64-fbsd wrt #455006 by Yuta SATOH 01 Feb 2013; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20111220.ebuild: Stable for ppc, wrt bug #454906 diff --git a/media-libs/x264/x264-0.0.20120707.ebuild b/media-libs/x264/x264-0.0.20120707.ebuild index 4afb91925eda..9b8eeacdfd38 100644 --- a/media-libs/x264/x264-0.0.20120707.ebuild +++ b/media-libs/x264/x264-0.0.20120707.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20120707.ebuild,v 1.5 2012/12/16 19:08:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20120707.ebuild,v 1.6 2013/02/02 00:28:26 ssuominen Exp $ EAPI=4 @@ -35,6 +35,7 @@ IUSE="10bit custom-cflags debug +interlaced pic static-libs +threads" RDEPEND="" DEPEND="amd64? ( >=dev-lang/yasm-1 ) + amd64-fbsd? ( >=dev-lang/yasm-1 ) x86? ( >=dev-lang/yasm-1 ) x86-fbsd? ( >=dev-lang/yasm-1 )" diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 826e7ff92d14..23a36876403d 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.4 2012/05/15 13:12:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.5 2013/02/02 00:28:26 ssuominen Exp $ EAPI=4 @@ -37,6 +37,7 @@ RDEPEND="" ASM_DEP=">=dev-lang/yasm-1" DEPEND=" amd64? ( ${ASM_DEP} ) + amd64-fbsd? ( >=dev-lang/yasm-1 ) x86? ( ${ASM_DEP} ) x86-fbsd? ( ${ASM_DEP} ) " |