version update
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=17
This commit is contained in:
parent
721db7a0a9
commit
df93e36057
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>
|
@ -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
|
Mon Sep 13 18:23:09 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
11
libvpx.spec
11
libvpx.spec
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Version: 0.9.1
|
Version: 0.9.5
|
||||||
Release: 2
|
Release: 2
|
||||||
License: BSD3c ; GPLv2+
|
License: BSD3c ; GPLv2+
|
||||||
Summary: VP8 codec library
|
Summary: VP8 codec library
|
||||||
Url: http://www.webmproject.org/
|
Url: http://www.webmproject.org/
|
||||||
Group: Productivity/Multimedia/Other
|
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.
|
# 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
|
Patch0: libvpx-define-config_pic.patch
|
||||||
BuildRequires: yasm
|
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.
|
The WebM file structure is based on the Matroska container.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %name-v%version
|
||||||
%patch0 -p1
|
# to be removed if really unneeded
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd build
|
cd build
|
||||||
@ -96,7 +97,7 @@ export CFLAGS="%{optflags}"
|
|||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-pic
|
--enable-pic
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user