49437d4
Name:           libvdpau
9eba6db
Version:        0.6
ab435e5
Release:        1%{?dist}
49437d4
Summary:        Wrapper library for the Video Decode and Presentation API
49437d4
49437d4
Group:          System Environment/Libraries
49437d4
License:        MIT
49437d4
URL:            http://freedesktop.org/wiki/Software/VDPAU
ab435e5
Source0:        http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/libvdpau-%{version}.tar.gz
49437d4
a14569a
BuildRequires:  libtool
a14569a
a14569a
%{?!_without_docs:
a14569a
BuildRequires:  doxygen
a14569a
BuildRequires:  graphviz
eee88aa
BuildRequires:  texlive-latex
a14569a
}
a14569a
49437d4
BuildRequires:  libX11-devel
eee88aa
BuildRequires:  libXext-devel
eee88aa
BuildRequires:  xorg-x11-proto-devel
49437d4
49437d4
49437d4
%description
49437d4
VDPAU is the Video Decode and Presentation API for UNIX. 
49437d4
It provides an interface to video decode acceleration and presentation
49437d4
hardware present in modern GPUs.
49437d4
a14569a
%{?!_without_docs:
a14569a
%package        docs
a14569a
Summary:        Documentation for %{name}
a14569a
Group:          Documentation
a14569a
a14569a
%description    docs
a14569a
The %{name}-docs package contains documentation for %{name}.
a14569a
}
49437d4
49437d4
%package        devel
49437d4
Summary:        Development files for %{name}
49437d4
Group:          Development/Libraries
49437d4
Requires:       %{name} = %{version}-%{release}
49437d4
Requires:       libX11-devel
49437d4
Requires:       pkgconfig
49437d4
49437d4
%description    devel
49437d4
The %{name}-devel package contains libraries and header files for
49437d4
developing applications that use %{name}.
49437d4
49437d4
49437d4
%prep
66a31ca
%setup -q
a14569a
autoreconf -vif
49437d4
49437d4
49437d4
%build
a14569a
%configure --disable-static \
a14569a
 %{?_without_docs:--disable-documentation }
a14569a
49437d4
make %{?_smp_mflags}
49437d4
49437d4
49437d4
%install
49437d4
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
49437d4
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
49437d4
49437d4
a14569a
49437d4
%post -p /sbin/ldconfig
49437d4
49437d4
%postun -p /sbin/ldconfig
49437d4
49437d4
49437d4
%files
49437d4
%doc AUTHORS COPYING
03f34e3
%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
49437d4
%{_libdir}/*.so.*
a14569a
%dir %{_libdir}/vdpau
c7becf4
%{_libdir}/vdpau/libvdpau_trace.so*
a14569a
a14569a
%{?!_without_docs:
a14569a
%files docs
a14569a
%doc %{_docdir}/%{name}
a14569a
}
49437d4
49437d4
%files devel
49437d4
%{_includedir}/vdpau/
49437d4
%{_libdir}/libvdpau.so
49437d4
%{_libdir}/pkgconfig/vdpau.pc
49437d4
a2f5699
49437d4
%changelog
9eba6db
* Mon Feb 04 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.6-1
9eba6db
- Update to 0.6
9eba6db
ab435e5
* Wed Sep 05 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.5-1
ab435e5
- Update to 0.5
ab435e5
03f34e3
* Sun Aug 19 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.4.1-9
03f34e3
- Added flash workarounds
03f34e3
d6a0965
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-8
d6a0965
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d6a0965
1a21657
* Wed Apr 25 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-7
6d846e3
- Fetch current backport
6d846e3
654ab59
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5
654ab59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
654ab59
e60e69f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
e60e69f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e60e69f
db0bdb9
* Fri Dec 10 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-3
db0bdb9
- Rebuilt for gcc bug 634757
db0bdb9
db810ac
* Sun Sep 12 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-1
db810ac
- Update to 0.4.1
db810ac
eee88aa
* Sat Mar 13 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.4-1
eee88aa
- Update to 0.4
eee88aa
a14569a
* Sun Nov 22 2009 kwizart < kwizart at gmail.com > - 0.3-1
a14569a
- Update to 0.3
a14569a
- Create docs sub-package
a14569a
- Allow --without docs conditional
a14569a
a2f5699
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2-1
a2f5699
- Update to 0.2
a2f5699
- Disable ExclusiveArch
a2f5699
49437d4
* Mon Sep  7 2009 kwizart < kwizart at gmail.com > - 0.1-0.6.20090904git
49437d4
- Update to gitdate 20090904git
49437d4
49437d4
* Wed Sep  2 2009 kwizart < kwizart at gmail.com > - 0.1-0.5git20090902
49437d4
- Update to gitdate 20090902 with merged patches
49437d4
49437d4
* Mon Jun 15 2009 kwizart < kwizart at gmail.com > - 0.1-0.3git20090318
49437d4
- Add missing -ldl at link time
49437d4
49437d4
* Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.1-0.2git20090318
49437d4
- Backport fix thread_2
49437d4
49437d4
* Fri Mar  6 2009 kwizart < kwizart at gmail.com > - 0.1-0.1git20090318
49437d4
- Initial spec file
49437d4