Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-9999.ebuild libva-1.6.0.ebuild
Date: Mon, 06 Jul 2015 14:38:21
Message-Id: 20150706143815.EFCC0750@oystercatcher.gentoo.org
1 aballier 15/07/06 14:38:15
2
3 Modified: ChangeLog libva-9999.ebuild
4 Added: libva-1.6.0.ebuild
5 Log:
6 version bump, bug #553902
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.70 x11-libs/libva/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 21 Jun 2015 12:22:34 -0000 1.69
24 +++ ChangeLog 6 Jul 2015 14:38:15 -0000 1.70
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libva
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.69 2015/06/21 12:22:34 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.70 2015/07/06 14:38:15 aballier Exp $
30 +
31 +*libva-1.6.0 (06 Jul 2015)
32 +
33 + 06 Jul 2015; Alexis Ballier <aballier@g.o> +libva-1.6.0.ebuild,
34 + libva-9999.ebuild:
35 + version bump, bug #553902
36
37 21 Jun 2015; Pacho Ramos <pacho@g.o>
38 +files/libva-1.5.1-wayland-automagic.patch, libva-1.5.1.ebuild:
39
40
41
42 1.24 x11-libs/libva/libva-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.24&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.24&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?r1=1.23&r2=1.24
47
48 Index: libva-9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v
51 retrieving revision 1.23
52 retrieving revision 1.24
53 diff -u -r1.23 -r1.24
54 --- libva-9999.ebuild 6 Jan 2015 19:33:30 -0000 1.23
55 +++ libva-9999.ebuild 6 Jul 2015 14:38:15 -0000 1.24
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2015 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.23 2015/01/06 19:33:30 mrueg Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.24 2015/07/06 14:38:15 aballier Exp $
61
62 EAPI=5
63
64 @@ -33,7 +33,7 @@
65 IUSE="+drm egl opengl vdpau wayland X"
66 REQUIRED_USE="|| ( drm wayland X )"
67
68 -VIDEO_CARDS="dummy nvidia intel fglrx"
69 +VIDEO_CARDS="dummy nvidia intel fglrx nouveau"
70 for x in ${VIDEO_CARDS}; do
71 IUSE+=" video_cards_${x}"
72 done
73 @@ -51,6 +51,7 @@
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig"
76 PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
77 + video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
78 vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
79 video_cards_fglrx? (
80 || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}]
81
82
83
84 1.1 x11-libs/libva/libva-1.6.0.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.6.0.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.6.0.ebuild?rev=1.1&content-type=text/plain
88
89 Index: libva-1.6.0.ebuild
90 ===================================================================
91 # Copyright 1999-2015 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.6.0.ebuild,v 1.1 2015/07/06 14:38:15 aballier Exp $
94
95 EAPI=5
96
97 SCM=""
98 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
99 SCM=git-2
100 EGIT_BRANCH=master
101 EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva"
102 fi
103
104 AUTOTOOLS_AUTORECONF="yes"
105 inherit autotools-multilib ${SCM} multilib
106
107 DESCRIPTION="Video Acceleration (VA) API for Linux"
108 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
109 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
110 SRC_URI=""
111 S="${WORKDIR}/${PN}"
112 else
113 SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2"
114 fi
115
116 LICENSE="MIT"
117 SLOT="0"
118 if [ "${PV%9999}" = "${PV}" ] ; then
119 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
120 else
121 KEYWORDS=""
122 fi
123 IUSE="+drm egl opengl vdpau wayland X"
124 REQUIRED_USE="|| ( drm wayland X )"
125
126 VIDEO_CARDS="dummy nvidia intel fglrx nouveau"
127 for x in ${VIDEO_CARDS}; do
128 IUSE+=" video_cards_${x}"
129 done
130
131 RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
132 X? (
133 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
134 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
135 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
136 )
137 egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
138 opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
139 wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
140
141 DEPEND="${RDEPEND}
142 virtual/pkgconfig"
143 PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
144 video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
145 vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
146 video_cards_fglrx? (
147 || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}]
148 >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] )
149 )
150 video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
151 "
152
153 REQUIRED_USE="opengl? ( X )"
154
155 DOCS=( NEWS )
156
157 PATCHES=(
158 # Fix automagic depend, bug #529388
159 # https://bugs.freedesktop.org/show_bug.cgi?id=79478
160 "${FILESDIR}"/${PN}-1.5.1-wayland-automagic.patch
161 )
162
163 MULTILIB_WRAPPED_HEADERS=(
164 /usr/include/va/va_backend_glx.h
165 /usr/include/va/va_x11.h
166 /usr/include/va/va_dri2.h
167 /usr/include/va/va_dricommon.h
168 /usr/include/va/va_glx.h
169 )
170
171 multilib_src_configure() {
172 local myeconfargs=(
173 --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
174 $(use_enable video_cards_dummy dummy-driver)
175 $(use_enable opengl glx)
176 $(use_enable X x11)
177 $(use_enable wayland)
178 $(use_enable egl)
179 $(use_enable drm)
180 )
181 autotools-utils_src_configure
182 }