diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-12 09:21:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-12 09:21:16 +0000 |
commit | d35b614103d05acad8cdb8f8d149e20f4b25b33b (patch) | |
tree | 26a69cc7473751764d8a7242e30180b9ab979df4 /sci-libs/ipp | |
parent | fix build with ffmpeg 2.5, bug #536526 (diff) | |
download | gentoo-2-d35b614103d05acad8cdb8f8d149e20f4b25b33b.tar.gz gentoo-2-d35b614103d05acad8cdb8f8d149e20f4b25b33b.tar.bz2 gentoo-2-d35b614103d05acad8cdb8f8d149e20f4b25b33b.zip |
Version Bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/ipp')
-rw-r--r-- | sci-libs/ipp/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-8.2.1.164.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog index 1777123dc448..3e840aa93ba7 100644 --- a/sci-libs/ipp/ChangeLog +++ b/sci-libs/ipp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/ipp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.19 2014/09/15 18:05:40 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.20 2015/02/12 09:21:16 jlec Exp $ + +*ipp-8.2.1.164 (12 Feb 2015) + + 12 Feb 2015; Justin Lecher <jlec@gentoo.org> +ipp-8.2.1.164.ebuild: + Version Bump *ipp-8.2.0.090 (15 Sep 2014) diff --git a/sci-libs/ipp/ipp-8.2.1.164.ebuild b/sci-libs/ipp/ipp-8.2.1.164.ebuild new file mode 100644 index 000000000000..964bbb05b4d8 --- /dev/null +++ b/sci-libs/ipp/ipp-8.2.1.164.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-8.2.1.164.ebuild,v 1.1 2015/02/12 09:21:16 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=5207 +INTEL_DPV=2015_update2 +INTEL_SUBDIR=composerxe +INTEL_SINGLE_ARCH=false + +inherit intel-sdp + +DESCRIPTION="Intel Integrated Performance Primitive library for multimedia and data processing" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-ipp/" + +IUSE="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=">=dev-libs/intel-common-15" +DEPEND="" + +CHECKREQS_DISK_BUILD=6400M + +INTEL_BIN_RPMS=( ipp-{ac,di,gen,jp,mt,mt-devel,mx,rr,sc,st,st-devel,vc} ) +INTEL_DAT_RPMS=( ipp-common ipp-{ac,di,gen,jp,mx,rr,sc,st-devel,vc}-common ) + +INTEL_SKIP_LICENSE=true |