# # Conditional build: %bcond_without asm # x86 assembler Summary: VP8, a high-quality video codec Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości Name: libvpx Version: 1.0.0 Release: 1 License: BSD Group: Libraries # Source0Download: http://code.google.com/p/webm/downloads/list Source0: https://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 # Source0-md5: d987b5140412edd37d2c6b10c29ad484 URL: http://www.webmproject.org/ BuildRequires: /usr/bin/php BuildRequires: doxygen BuildRequires: php-common >= 4:5.0.0 BuildRequires: php-pcre BuildRequires: sed >= 4.0 %ifarch %{ix86} %{x8664} %{?with_asm:BuildRequires: yasm >= 0.8} %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description VP8, a high-quality video codec. %description -l pl.UTF-8 VP8 - kodek obrazu wysokiej jakości. %package devel Summary: Header files for libvpx Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libvpx Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Header files for libvpx library. %description devel -l pl.UTF-8 Pliki nagłówkowe biblioteki libvpx. %package static Summary: Static libvpx library Summary(pl.UTF-8): Statyczna biblioteka libvpx Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static libvpx library. %description static -l pl.UTF-8 Statyczna biblioteka libvpx. %prep %setup -q -n %{name}-v%{version} %build install -d obj cd obj # not autoconf configure CFLAGS="%{rpmcflags} %{rpmcppflags}" \ ../configure \ %if %{with asm} --as=yasm \ %ifarch %{x8664} --target=x86_64-linux-gcc \ %endif %ifarch %{ix86} --target=x86-linux-gcc \ %endif %else --target=generic-gnu \ %endif --enable-shared \ --disable-optimizations \ --enable-vp8 \ --enable-postproc \ --enable-runtime-cpu-detect %{__make} verbose=true target=libs \ HAVE_GNU_STRIP=no \ CC="%{__cc}" \ LDFLAGS="%{rpmldflags}" %{__make} verbose=true target=examples \ CC="%{__cc}" \ LDFLAGS="%{rpmldflags} -L." %{__make} verbose=true target=docs %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/vpx,%{_libdir}} %{__make} -C obj verbose=true install \ LIBSUBDIR=%{_lib} \ DIST_DIR=$RPM_BUILD_ROOT%{_prefix} %{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.1.0 # adjust prefix and libdir %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc AUTHORS CHANGELOG LICENSE PATENTS README %attr(755,root,root) %{_bindir}/vp8_scalable_patterns %attr(755,root,root) %{_bindir}/vpxdec %attr(755,root,root) %{_bindir}/vpxenc %attr(755,root,root) %{_libdir}/libvpx.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libvpx.so.1 %files devel %defattr(644,root,root,755) %doc vp8_api1_migration.txt %attr(755,root,root) %{_libdir}/libvpx.so %{_includedir}/vpx %{_pkgconfigdir}/vpx.pc %files static %defattr(644,root,root,755) %{_libdir}/libvpx.a