Accepting request 54247 from multimedia:libs
Accepted submit request 54247 from user adrianSuSE OBS-URL: https://build.opensuse.org/request/show/54247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=3
This commit is contained in:
commit
5064c78d14
13
_service
Normal file
13
_service
Normal 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>
|
3
_service:download_url:libvpx-v0.9.5.tar.bz2
Normal file
3
_service:download_url:libvpx-v0.9.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa
|
||||
size 1250422
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4e8e463e079ffde5b6948366a1d0873f1bf685dccd89ca137585c2b8247ec59
|
||||
size 1191203
|
@ -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
|
||||
|
||||
|
@ -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,7 +84,7 @@ and audio streams compressed with the Vorbis audio codec.
|
||||
The WebM file structure is based on the Matroska container.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %name-v%version
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
@ -96,7 +96,7 @@ export CFLAGS="%{optflags}"
|
||||
--libdir=%{_libdir} \
|
||||
--enable-debug \
|
||||
--enable-shared \
|
||||
--enable-pic
|
||||
--enable-pic
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user