* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-1.0.10.ebuild
@ 2011-03-08 12:28 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-03-08 12:28 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/03/08 12:28:13
Modified: ChangeLog
Added: libva-1.0.10.ebuild
Log:
Update to libva shipped by freedesktop. So we do the same as debian or archlinux. Fixes bug #336854.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.16 x11-libs/libva/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 27 Feb 2011 13:46:55 -0000 1.15
+++ ChangeLog 8 Mar 2011 12:28:13 -0000 1.16
@@ -1,6 +1,13 @@
# ChangeLog for x11-libs/libva
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.15 2011/02/27 13:46:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.16 2011/03/08 12:28:13 scarabeus Exp $
+
+*libva-1.0.10 (08 Mar 2011)
+
+ 08 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> +libva-1.0.10.ebuild,
+ +files/libva-dont-install-tests.patch:
+ Update to libva shipped by freedesktop. So we do the same as debian or
+ archlinux. Fixes bug #336854.
*libva-0.32.0_p2 (27 Feb 2011)
1.1 x11-libs/libva/libva-1.0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.10.ebuild?rev=1.1&content-type=text/plain
Index: libva-1.0.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.10.ebuild,v 1.1 2011/03/08 12:28:13 scarabeus Exp $
EAPI=4
inherit autotools-utils autotools
DESCRIPTION="Video Acceleration (VA) API for Linux"
HOMEPAGE="http://freedesktop.org/wiki/Software/vaapi/"
SRC_URI="http://cgit.freedesktop.org/libva/snapshot/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="opengl"
VIDEO_CARDS="dummy nvidia intel" # fglrx
for x in ${VIDEO_CARDS}; do
IUSE+=" video_cards_${x}"
done
RDEPEND=">=x11-libs/libdrm-2.4
x11-libs/libX11
x11-libs/libXext
x11-libs/libXfixes
opengl? ( virtual/opengl )
video_cards_intel? ( >=x11-libs/libdrm-2.4.23 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )"
AUTOTOOLS_IN_SOURCE_BUILD=1
PATCHES=(
"${FILESDIR}/${PN}-dont-install-tests.patch"
)
src_prepare() {
autotools-utils_src_prepare
eautoreconf
}
src_configure() {
local myeconfargs=(
"--disable-static"
$(use_enable video_cards_dummy dummy-driver)
$(use_enable video_cards_intel i965-driver)
$(use_enable opengl glx)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-08 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 12:28 [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-1.0.10.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox