diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 19:38:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 19:38:34 +0000 |
commit | 06b95de956895f3938eca71dbbdefd30afa315d1 (patch) | |
tree | 801a9eef10dacc42d7ae30e0fb84e44149adc6aa /media-libs/libvpx | |
parent | fixes for bugs 474060 and 474062 (diff) | |
download | gentoo-2-06b95de956895f3938eca71dbbdefd30afa315d1.tar.gz gentoo-2-06b95de956895f3938eca71dbbdefd30afa315d1.tar.bz2 gentoo-2-06b95de956895f3938eca71dbbdefd30afa315d1.zip |
test the libvpx.so we just built, not the system one
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index dca94e7e8d79..b31877058a20 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.90 2013/06/25 18:58:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.91 2013/06/25 19:38:34 aballier Exp $ + + 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: + test the libvpx.so we just built, not the system one 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: add a comment on how to generate the testdata tarball diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index b4e7dc6b5a48..978519a72ede 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.41 2013/06/25 18:58:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.42 2013/06/25 19:38:34 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs multilib-minimal @@ -102,7 +102,8 @@ multilib_src_compile() { } multilib_src_test() { - emake verbose=yes GEN_EXAMPLES= LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test + LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" \ + emake verbose=yes GEN_EXAMPLES= LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test } multilib_src_install() { |