Adrian Schröter 2011-08-24 10:15:14 +00:00 committed by Git OBS Bridge
parent 51c6c96f2c
commit 195b9b3bbe
5 changed files with 16 additions and 19 deletions

View File

@ -1,12 +0,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.6.tar.bz2</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:libvpx-v0.9.6.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73
size 1230418

3
libvpx-v0.9.7-p1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:074583d46955d406cf63c6a8d0d5b0a75c2b98128e6d425ab481f57612e291f0
size 1244783

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 24 10:11:27 UTC 2011 - adrian@suse.de
- update to version 0.9.7 patchlevel 1
* speed and quality optimizations (see CHANGELOG file)
* bugfixes (see CHANGELOG file)
* provides pkgconfig file
-------------------------------------------------------------------
Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com

View File

@ -18,13 +18,14 @@
Name: libvpx
Version: 0.9.6
Version: 0.9.7
Release: 2
%define patchlevel -p1
License: BSD3c ; GPLv2+
Summary: VP8 codec library
Url: http://www.webmproject.org/
Group: Productivity/Multimedia/Other
Source0: %{name}-v%{version}.tar.bz2
Source0: http://webm.googlecode.com/files/%{name}-v%{version}%{patchlevel}.tar.bz2
# PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined.
Patch0: libvpx-define-config_pic.patch
BuildRequires: yasm
@ -55,7 +56,6 @@ The WebM file structure is based on the Matroska container.
%package -n %{name}0
License: BSD3c
Summary: VP8 codec library
Group: System/Libraries
@ -85,7 +85,7 @@ and audio streams compressed with the Vorbis audio codec.
The WebM file structure is based on the Matroska container.
%prep
%setup -q -n %name-v%version
%setup -q -n %name-v%version%patchlevel
%patch0 -p1
%build
@ -126,6 +126,7 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc vp8_api1_migration.txt
%{_includedir}/vpx/
%{_libdir}/pkgconfig/vpx.pc
%{_libdir}/libvpx.so
%changelog