source: projects/specs/trunk/lib/libv/libva-vdpau-video/libva-vdpau-video-vl.spec @ 2594

Revision 2594, 1.5 KB checked in by daisuke, 13 years ago (diff)

libva-vdpau-video: new package, 0.7.3.pre5

Line 
1%global backend vdpau-video
2%define pre .pre5
3
4Summary:        A VDPAU-based backend for VA API
5Summary(ja):    VA-API の VDPAU バックエンド
6Name:           libva-%{backend}
7Version:        0.7.3
8Release:        1%{?pre}%{?_dist_release}
9License:        MIT
10Url:            http://www.splitted-desktop.com/~gbeauchesne/
11Group:          System Environment/Libraries
12
13Source:         http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/%{backend}-%{version}%{?pre}.tar.gz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  autoconf, automake, libtool, gettext
17BuildRequires:  pkgconfig
18BuildRequires:  libva-devel >= 1.0.7
19BuildRequires:  libvdpau-devel >= 0.4
20BuildRequires:  libXext-devel
21Obsoletes:      vdpau-video < 0.7.2
22
23%description
24VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
25
26%prep
27%setup -q -n %{backend}-%{version}%{?pre}
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* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1.pre5
51- initial build for Vine Linux
52
53* Wed Jul 21 2010 Paulo Roma <roma@lcg.ufrj.br> - 0.6.10-1
54- Adapted spec for Fedora.
55
56* Sat Jun 12 2010 dominique-vlc.suse@leuenberger.net
57- Initial package of nvidia vdpau driver for nvidia.
Note: See TracBrowser for help on using the repository browser.