Accepting request 63747 from multimedia:libs
Accepted submit request 63747 from user adrianSuSE OBS-URL: https://build.opensuse.org/request/show/63747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=6
This commit is contained in:
commit
83db24a33e
7
_service
7
_service
@ -1,13 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">webm.googlecode.com</param>
|
||||
<param name="path">/files/libvpx-v0.9.5.tar.bz2</param>
|
||||
<param name="path">/files/libvpx-v0.9.6.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:libvpx-v0.9.5.tar.bz2</param>
|
||||
<param name="file">_service:download_url:libvpx-v0.9.6.tar.bz2</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa</param>
|
||||
<param name="checksum">28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa
|
||||
size 1250422
|
3
_service:download_url:libvpx-v0.9.6.tar.bz2
Normal file
3
_service:download_url:libvpx-v0.9.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73
|
||||
size 1230418
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 14:10:47 UTC 2011 - adrian@suse.de
|
||||
|
||||
- update to version 0.9.6
|
||||
+ speed and picture quality improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 23:33:27 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Use make_install instead of makeinstall: has the side effect of
|
||||
fixing Fedora builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:53:12 UTC 2010 - adrian@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: libvpx
|
||||
Version: 0.9.5
|
||||
Version: 0.9.6
|
||||
Release: 1
|
||||
License: BSD3c ; GPLv2+
|
||||
Summary: VP8 codec library
|
||||
@ -102,7 +102,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd build
|
||||
%makeinstall
|
||||
%make_install
|
||||
# Remove static library
|
||||
rm %{buildroot}%{_libdir}/libvpx.a
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user