source: projects/specs/trunk/lib/libv/libva-vdpau-driver/libva-vdpau-driver-vl.spec @ 5091

Revision 5091, 1.6 KB checked in by daisuke, 13 years ago (diff)

libva-vdpau-driver:

  • rename from libva-vdpau-video
  • update to 0.7.3
Line 
1%global backend vdpau-driver
2
3Summary:        A VDPAU backend for VA API
4Summary(ja):    VA-API の VDPAU バックエンド
5Name:           libva-%{backend}
6Version:        0.7.3
7Release:        2%{?_dist_release}
8License:        MIT
9Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
10Group:          System Environment/Libraries
11
12Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires:  autoconf, automake, libtool, gettext
16BuildRequires:  pkgconfig
17BuildRequires:  libva-devel >= 1.0.15
18BuildRequires:  libvdpau-devel >= 0.4
19BuildRequires:  libXext-devel
20Obsoletes:      vdpau-video < 0.7.2
21Obsoletes:      libva-vdpau-video < 0.7.3
22
23%description
24VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
25
26%prep
27%setup -q -n %{backend}-%{version}
28
29%build
30autoreconf -v --install
31%configure
32make
33
34%install
35rm -rf %{buildroot}
36make DESTDIR=%{buildroot} install
37find %{buildroot} -name '*.la' -delete -print
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-, root, root)
44%doc AUTHORS COPYING NEWS README
45%{_libdir}/dri/nvidia_drv_video.so
46%{_libdir}/dri/s3g_drv_video.so
47%{_libdir}/dri/vdpau_drv_video.so
48
49%changelog
50* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-2
51- new upstram release
52- new upstream
53- rename to libva-vdpau-driver
54
55* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1.pre5
56- initial build for Vine Linux
57
58* Wed Jul 21 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.6.10-1
59- Adapted spec for Fedora.
60
61* Sat Jun 12 2010 dominique-vlc.suse@leuenberger.net
62- Initial package of nvidia vdpau driver for nvidia.
Note: See TracBrowser for help on using the repository browser.