X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=libvpx.spec;h=b1ddb49959e85ea39460411b61f9725f7c7b913a;hb=refs%2Ftags%2Fauto%2Fth%2Flibvpx-1.4.0-0.1;hp=39c604625b308d8b163967467c9a091d68c5ed66;hpb=ecadc52c00fab681edd55691b810d5151e0c646c;p=packages%2Flibvpx.git diff --git a/libvpx.spec b/libvpx.spec index 39c6046..b1ddb49 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -17,19 +17,18 @@ Summary: VP8, a high-quality video codec Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości Name: libvpx -Version: 1.3.0 -Release: 1 +Version: 1.4.0 +Release: 0.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 -# source, but regenerated on each fetch +# Source in git web, but regenerated on each fetch, so use gentoo tarball instead #Source0: https://chromium.googlesource.com/webm/libvpx/+archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz -Source0: %{name}-%{version}.tar.gz -# Source0-md5: dcf436a5dc8b56bdfb4aec63b2fe6729 +Source0: http://distfiles.gentoo.org/distfiles/%{name}-%{version}.tar.bz2 +# Source0-md5: 63b1d7f59636a42eeeee9225cc14e7de URL: http://www.webmproject.org/ BuildRequires: doxygen %{?with_tests:BuildRequires: libstdc++-devel} +BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.673 BuildRequires: sed >= 4.0 %{?with_asm:BuildRequires: yasm >= 0.8} @@ -85,14 +84,15 @@ Static libvpx library. Statyczna biblioteka libvpx. %prep -#%setup -q -n %{name}-v%{version} -%setup -qc +%setup -q %build install -d obj cd obj # not autoconf configure -CFLAGS="%{rpmcflags} %{rpmcppflags}" \ +CC="%{__cc}" \ +CXX="%{__cxx}" \ +CFLAGS="%{rpmcflags} %{rpmcppflags} %{!?with_asm:-DYUV_DISABLE_ASM}" \ ../configure \ %if %{with asm} --as=yasm \ @@ -105,18 +105,15 @@ CFLAGS="%{rpmcflags} %{rpmcppflags}" \ --%{!?with_doc:dis}%{?with_doc:en}able-docs \ --%{!?with_doc:dis}%{?with_doc:en}able-install-docs \ --enable-vp8 \ + --enable-vp8 \ --enable-postproc \ --enable-runtime-cpu-detect %{__make} verbose=true target=libs \ HAVE_GNU_STRIP=no \ - CC="%{__cc}" \ - LD="%{__cc}" \ LDFLAGS="%{rpmldflags}" %{__make} verbose=true target=examples \ - CC="%{__cc}" \ - LD="%{__cc}" \ LDFLAGS="%{rpmldflags} -L." %if %{with doc} @@ -131,7 +128,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/vpx,%{_libdir}} LIBSUBDIR=%{_lib} \ DIST_DIR=$RPM_BUILD_ROOT%{_prefix} -%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.1.3 +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.2.0 # adjust prefix and libdir %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc @@ -145,12 +142,10 @@ rm -rf $RPM_BUILD_ROOT %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}/vp9_spatial_scalable_encoder %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 +%attr(755,root,root) %ghost %{_libdir}/libvpx.so.2 %files devel %defattr(644,root,root,755)