Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva-vdpau-driver: libva-vdpau-driver-9999.ebuild libva-vdpau-driver-0.7.4-r1.ebuild ChangeLog
Date: Sat, 01 Feb 2014 15:24:48
Message-Id: 20140201152445.0AE702004C@flycatcher.gentoo.org
1 axs 14/02/01 15:24:44
2
3 Modified: libva-vdpau-driver-9999.ebuild ChangeLog
4 Added: libva-vdpau-driver-0.7.4-r1.ebuild
5 Log:
6 revbump ebuilds to support multilib-build, changes reviewed by aballier
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
9
10 Revision Changes Path
11 1.2 x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: libva-vdpau-driver-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libva-vdpau-driver-9999.ebuild 21 Nov 2012 17:53:31 -0000 1.1
24 +++ libva-vdpau-driver-9999.ebuild 1 Feb 2014 15:24:44 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild,v 1.1 2012/11/21 17:53:31 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-9999.ebuild,v 1.2 2014/02/01 15:24:44 axs Exp $
31
32 -EAPI=4
33 +EAPI=5
34
35 SCM=""
36 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
37 @@ -10,8 +10,8 @@
38 EGIT_BRANCH=master
39 EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/vdpau-driver"
40 fi
41 -
42 -inherit autotools ${SCM}
43 +AUTOTOOLS_AUTORECONF="yes"
44 +inherit autotools-multilib ${SCM}
45
46 DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
47 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
48 @@ -31,27 +31,20 @@
49 fi
50 IUSE="debug opengl"
51
52 -RDEPEND=">=x11-libs/libva-1.1.0[X,opengl?]
53 - opengl? ( virtual/opengl )
54 - x11-libs/libvdpau
55 +RDEPEND=">=x11-libs/libva-1.1.0[X,opengl?,${MULTILIB_USEDEP}]
56 + opengl? ( virtual/opengl[${MULTILIB_USEDEP}] )
57 + x11-libs/libvdpau[${MULTILIB_USEDEP}]
58 !x11-libs/vdpau-video"
59
60 DEPEND="${DEPEND}
61 virtual/pkgconfig"
62
63 -src_prepare() {
64 - eautoreconf
65 -}
66 +DOCS=( NEWS README AUTHORS )
67
68 -src_configure() {
69 - econf \
70 - --disable-silent-rules \
71 - $(use_enable debug) \
72 +multilib_src_configure() {
73 + local myeconfargs=(
74 + $(use_enable debug)
75 $(use_enable opengl glx)
76 -}
77 -
78 -src_install() {
79 - emake DESTDIR="${D}" install
80 - dodoc NEWS README AUTHORS
81 - find "${D}" -name '*.la' -delete
82 + )
83 + autotools-utils_src_configure
84 }
85
86
87
88 1.5 x11-libs/libva-vdpau-driver/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog?rev=1.5&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog?rev=1.5&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog?r1=1.4&r2=1.5
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v
97 retrieving revision 1.4
98 retrieving revision 1.5
99 diff -u -r1.4 -r1.5
100 --- ChangeLog 3 May 2013 22:18:18 -0000 1.4
101 +++ ChangeLog 1 Feb 2014 15:24:44 -0000 1.5
102 @@ -1,6 +1,12 @@
103 # ChangeLog for x11-libs/libva-vdpau-driver
104 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.4 2013/05/03 22:18:18 jlec Exp $
106 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/ChangeLog,v 1.5 2014/02/01 15:24:44 axs Exp $
108 +
109 +*libva-vdpau-driver-0.7.4-r1 (01 Feb 2014)
110 +
111 + 01 Feb 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
112 + +libva-vdpau-driver-0.7.4-r1.ebuild, libva-vdpau-driver-9999.ebuild:
113 + revbump ebuilds to support multilib-build, changes reviewed by aballier
114
115 03 May 2013; Justin Lecher <jlec@g.o> libva-vdpau-driver-0.7.4.ebuild,
116 metadata.xml:
117 @@ -111,4 +117,3 @@
118 +vdpau-video-0.6.9.ebuild, +metadata.xml:
119 initial import, bug #317317, ebuild by Frank Richter
120 <res@××××××××××××××.org> with small modifications by me
121 -
122
123
124
125 1.1 x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild?rev=1.1&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild?rev=1.1&content-type=text/plain
129
130 Index: libva-vdpau-driver-0.7.4-r1.ebuild
131 ===================================================================
132 # Copyright 1999-2014 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r1.ebuild,v 1.1 2014/02/01 15:24:44 axs Exp $
135
136 EAPI=5
137
138 AUTOTOOLS_AUTORECONF="yes"
139 inherit autotools-multilib eutils
140
141 DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
142 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
143 SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${P}.tar.bz2"
144
145 LICENSE="GPL-2"
146 SLOT="0"
147 KEYWORDS="~amd64 ~x86"
148 IUSE="debug opengl"
149
150 RDEPEND=">=x11-libs/libva-1.1.0[X,opengl?,${MULTILIB_USEDEP}]
151 opengl? ( virtual/opengl[${MULTILIB_USEDEP}] )
152 x11-libs/libvdpau[${MULTILIB_USEDEP}]
153 !x11-libs/vdpau-video"
154
155 DEPEND="${DEPEND}
156 virtual/pkgconfig"
157
158 DOCS=( NEWS README AUTHORS )
159
160 src_prepare() {
161 epatch "${FILESDIR}/${P}-glext-missing-definition.patch"
162 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
163 autotools-multilib_src_prepare
164 }
165
166 multilib_src_configure() {
167 local myeconfargs=(
168 $(use_enable debug)
169 $(use_enable opengl glx)
170 )
171 autotools-utils_src_configure
172 }