Name: libvdpau Version: 0.4.1 Release: 2mamba Summary: Video Decode and Presentation API for UNIX Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://freedesktop.org/wiki/Software/VDPAU Source: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.gz License: MIT BuildRequires: doxygen BuildRequires: graphviz ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: libX11-devel BuildRequires: libXext-devel BuildRequires: tetex-latex BuildRequires: xproto-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. %package devel Group: Development/Libraries Summary: Libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel VDPAU is the Video Decode and Presentation API for UNIX. This package contains libraries and header files need for development. %package docs Group: Documentation Summary: Documentation for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description docs VDPAU is the Video Decode and Presentation API for UNIX. This package contains documentation for %{name}. %prep %setup -q autoreconf -vif %build %configure \ --disable-static %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall rm -rf %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_libdir}/vdpau/*.la %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libvdpau.so.* %dir %{_libdir}/vdpau %{_libdir}/vdpau/libvdpau_trace.so* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/vdpau %{_includedir}/vdpau/*.h %{_libdir}/libvdpau.so %{_exec_prefix}/lib/pkgconfig/vdpau.pc %files docs %defattr(-,root,root) %{_docdir}/libvdpau %changelog * Fri Jan 13 2012 Silvan Calarco 0.4.1-2mamba - rebuilt in devel * Mon Mar 07 2011 gil 0.4.1-1mamba - package created by autospec