Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251461 Details for
Bug 336854
x11-libs/libva-1.0.7 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libva-1.0.5.ebuild.patch
libva-1.0.5.ebuild.patch (text/plain), 1.58 KB, created by
MT
on 2010-10-21 16:39:06 UTC
(
hide
)
Description:
libva-1.0.5.ebuild.patch
Filename:
MIME Type:
Creator:
MT
Created:
2010-10-21 16:39:06 UTC
Size:
1.58 KB
patch
obsolete
>--- libva-0.31.1_p4.ebuild 2010-10-21 18:25:00.000000000 +0200 >+++ libva-1.0.5.ebuild 2010-10-21 18:29:35.000000000 +0200 >@@ -1,22 +1,18 @@ > # Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v 1.1 2010/07/20 03:22:01 aballier Exp $ >+# $Header: $ > >-EAPI="2" >-inherit eutils autotools >- >-PLEVEL=${PV##*_p} >-MY_PV=${PV/_p*} >-MY_P=${PN}-${MY_PV} >+EAPI="3" >+inherit autotools > > DESCRIPTION="Video Acceleration (VA) API for Linux" >-HOMEPAGE="http://www.splitted-desktop.com/~gbeauchesne/libva/" >-SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${PN}_${MY_PV}-1+sds${PLEVEL}.tar.gz" >+HOMEPAGE="http://cgit.freedesktop.org/libva/" >+SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz" > > LICENSE="MIT" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="opengl" >+IUSE="opengl static-libs" > > VIDEO_CARDS="dummy nvidia intel" # fglrx > for x in ${VIDEO_CARDS}; do >@@ -35,11 +31,8 @@ > PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )" > #video_cards_fglrx? ( x11-libs/xvba-video ) > >-S=${WORKDIR}/${MY_P} >- > src_prepare() { >- EPATCH_SOURCE="${S}/debian/patches" EPATCH_SUFFIX="patch" \ >- EPATCH_FORCE="yes" EPATCH_OPTS="-g0 -E --no-backup-if-mismatch -p1" epatch >+ epatch "${FILESDIR}"/libva-dont-install-tests.patch > eautoreconf > } > >@@ -47,7 +40,8 @@ > econf \ > $(use_enable video_cards_dummy dummy-driver) \ > $(use_enable video_cards_intel i965-driver) \ >- $(use_enable opengl glx) >+ $(use_enable opengl glx) \ >+ $(use_enable static-libs static) > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 336854
:
251457
| 251461 |
259434