Adrian Schröter 2010-12-01 10:56:20 +00:00 committed by Git OBS Bridge
parent 721db7a0a9
commit df93e36057
4 changed files with 28 additions and 8 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<?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>
</service>
<service name="verify_file">
<param name="file">_service:download_url:libvpx-v0.9.5.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa</param>
</service>
</services>

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 1 10:53:12 UTC 2010 - adrian@suse.de
- update to version 0.9.5, find details in CHANGES file
+ reworked command line utils
+ lib has general big speed and quality improvements
+ hardware acceleration via MMX and SSE is supported if available
+ bugfixes
-------------------------------------------------------------------
Mon Sep 13 18:23:09 CEST 2010 - vuntz@opensuse.org

View File

@ -18,13 +18,13 @@
Name: libvpx
Version: 0.9.1
Version: 0.9.5
Release: 2
License: BSD3c ; GPLv2+
Summary: VP8 codec library
Url: http://www.webmproject.org/
Group: Productivity/Multimedia/Other
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-v%{version}.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
@ -84,8 +84,9 @@ and audio streams compressed with the Vorbis audio codec.
The WebM file structure is based on the Matroska container.
%prep
%setup -q
%patch0 -p1
%setup -q -n %name-v%version
# to be removed if really unneeded
#%patch0 -p1
%build
cd build
@ -96,7 +97,7 @@ export CFLAGS="%{optflags}"
--libdir=%{_libdir} \
--enable-debug \
--enable-shared \
--enable-pic
--enable-pic
make %{?_smp_mflags}
%install