]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- up to 1.5.0 auto/th/libvpx-1.5.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Nov 2015 13:26:43 +0000 (14:26 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Nov 2015 13:26:43 +0000 (14:26 +0100)
libvpx.spec

index 28cf6208c961cf58437d94e727d27afbe451f9da..32d6320195f8b17b21dcd994921e825a8d6f41ad 100644 (file)
 Summary:       VP8, a high-quality video codec
 Summary(pl.UTF-8):     VP8 - kodek obrazu wysokiej jakości
 Name:          libvpx
-Version:       1.4.0
-Release:       2
+Version:       1.5.0
+Release:       1
 License:       BSD
 Group:         Libraries
-# 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:       http://distfiles.gentoo.org/distfiles/%{name}-%{version}.tar.bz2
-# Source0-md5: 63b1d7f59636a42eeeee9225cc14e7de
+Source0:       https://storage.googleapis.com/downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2
+# Source0-md5: 49e59dd184caa255886683facea56fca
 URL:           http://www.webmproject.org/
 BuildRequires: doxygen
 %{?with_tests:BuildRequires:   libstdc++-devel}
@@ -128,7 +126,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.2.0
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvpx.so.3.0
 
 # adjust prefix and libdir
 %{__sed} -i -e 's,^prefix=.*,prefix=%{_prefix},;s,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/vpx.pc
@@ -145,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %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.2
+%attr(755,root,root) %ghost %{_libdir}/libvpx.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.098818 seconds and 4 git commands to generate.