123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- Name: libvdpau
- Version: 0.4.1
- Release: 1%{?_dist_release}
- Summary: Wrapper library for the Video Decode and Presentation API for unix
- Summary(ja): VDPAU (Video Decode and Presentation API for unix) 用のラッパーライブラリ
- Group: System Environment/Libraries
- License: MIT
- URL: http://freedesktop.org/wiki/Software/VDPAU
- Source0: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: libX11-devel
- Packager: kazutaka
- %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.
- %description -l ja
- VDPAU は Video Decode and Presentation API for UNIX の略で、
- GPU が提供するハードウェアによる動画の再生支援機能を利用する
- ためのインターフェース (API) を提供します。
- %package devel
- Summary: Development files for %{name}
- Summary(ja): %{name} の開発用ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: libX11-devel
- Requires: pkgconfig
- %description devel
- The %{name}-devel package contains libraries and header files for
- developing applications that use %{name}.
- %description devel -l ja
- %{name}-devel パッケージは、%{name} を使用するアプリケーションの
- 開発に必要なライブラリやヘッダファイルを含んでいます。
- # compat32
- %package -n compat32-%{name}
- Summary: Wrapper library for the Video Decode and Presentation API for unix
- Summary(ja): VDPAU (Video Decode and Presentation API for unix) 用のラッパーライブラリ
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n compat32-%{name}
- 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.
- %description -l ja -n compat32-%{name}
- VDPAU は Video Decode and Presentation API for UNIX の略で、
- GPU が提供するハードウェアによる動画の再生支援機能を利用する
- ためのインターフェース (API) を提供します。
- %package -n compat32-%{name}-devel
- Summary: Development files for compat32-%{name}
- Summary(ja): compat32-%{name} の開発用ファイル
- Group: Development/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: compat32-%{name}-devel = %{version}-%{release}
- %description -n compat32-%{name}-devel
- The %{name}-devel package contains libraries and header files for
- developing applications that use %{name}.
- %description -n compat32-%{name}-devel -l ja
- %{name}-devel パッケージは、%{name} を使用するアプリケーションの
- 開発に必要なライブラリやヘッダファイルを含んでいます。
- %prep
- %setup -q
- %build
- %configure --disable-static
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf $RPM_BUILD_ROOT
- %{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING
- %{_libdir}/*.so.*
- %{_libdir}/vdpau/libvdpau_trace.so.*
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/vdpau/
- %{_libdir}/libvdpau.so
- %{_libdir}/vdpau/libvdpau_trace.so
- %{_libdir}/pkgconfig/vdpau.pc
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-,root,root,-)
- %{_libdir}/*.so.*
- %{_libdir}/vdpau/*.so.*
- %files -n compat32-%{name}-devel
- %defattr(-,root,root,-)
- %{_libdir}/libvdpau.so
- %{_libdir}/vdpau/libvdpau_trace.so
- %{_libdir}/pkgconfig/vdpau.pc
- %endif
- %changelog
- * Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
- - new upstream release
- * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-2
- - rebuild with rpm-4.8.1 for pkg-config file
- * Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4-1
- - new upstream release
- - add compat32 package
- * Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.2-1
- - initial build for Vine Linux based of fedora development
- - add japanese description and summary
- * Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2-1
- - Update to 0.2
- - Disable ExclusiveArch
- * Mon Sep 7 2009 kwizart < kwizart at gmail.com > - 0.1-0.6.20090904git
- - Update to gitdate 20090904git
- * Wed Sep 2 2009 kwizart < kwizart at gmail.com > - 0.1-0.5git20090902
- - Update to gitdate 20090902 with merged patches
- * Mon Jun 15 2009 kwizart < kwizart at gmail.com > - 0.1-0.3git20090318
- - Add missing -ldl at link time
- * Fri Mar 22 2009 kwizart < kwizart at gmail.com > - 0.1-0.2git20090318
- - Backport fix thread_2
- * Fri Mar 6 2009 kwizart < kwizart at gmail.com > - 0.1-0.1git20090318
- - Initial spec file
|