Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259434 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.7.ebuild.patch (against current libva-0.31.1_p4.ebuild)
libva-1.0.7.ebuild.patch (text/plain), 1.90 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2011-01-10 03:40:55 UTC
(
hide
)
Description:
libva-1.0.7.ebuild.patch (against current libva-0.31.1_p4.ebuild)
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2011-01-10 03:40:55 UTC
Size:
1.90 KB
patch
obsolete
>--- libva-0.31.1_p4.ebuild 2010-12-25 15:38:58.000000000 -0500 >+++ libva-1.0.7.ebuild 2011-01-09 21:42:25.000000000 -0500 >@@ -2,21 +2,17 @@ > # 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.3 2010/12/25 20:36:14 fauli Exp $ > >-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.bz2" > > LICENSE="MIT" > SLOT="0" >-KEYWORDS="amd64 x86" >-IUSE="opengl" >+KEYWORDS="~amd64 ~x86" >+IUSE="opengl static-libs" > > VIDEO_CARDS="dummy nvidia intel" # fglrx > for x in ${VIDEO_CARDS}; do >@@ -24,7 +20,7 @@ > done > > RDEPEND=">=x11-libs/libdrm-2.4 >- video_cards_intel? ( >=x11-libs/libdrm-2.4.21 ) >+ video_cards_intel? ( >=x11-libs/libdrm-2.4.23 ) > x11-libs/libX11 > x11-libs/libXext > x11-libs/libXfixes >@@ -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,10 +40,11 @@ > 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() { > emake DESTDIR="${D}" install || die "make install failed" >- find "${D}" -name '*.la' -delete >+ use static-libs || find "${D}" -name '*.la' -delete > }
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