From df93e3605779726f8f6b479e12d6f8c55d0348d05abe06bf1e29b17f66c261df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 1 Dec 2010 10:56:20 +0000 Subject: [PATCH 1/4] version update OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=17 --- _service | 13 +++++++++++++ libvpx-0.9.1.tar.bz2 | 3 --- libvpx.changes | 9 +++++++++ libvpx.spec | 11 ++++++----- 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 _service delete mode 100644 libvpx-0.9.1.tar.bz2 diff --git a/_service b/_service new file mode 100644 index 0000000..f65f79a --- /dev/null +++ b/_service @@ -0,0 +1,13 @@ + + + + http + webm.googlecode.com + /files/libvpx-v0.9.5.tar.bz2 + + + _service:download_url:libvpx-v0.9.5.tar.bz2 + sha256 + 2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa + + diff --git a/libvpx-0.9.1.tar.bz2 b/libvpx-0.9.1.tar.bz2 deleted file mode 100644 index 624e905..0000000 --- a/libvpx-0.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e8e463e079ffde5b6948366a1d0873f1bf685dccd89ca137585c2b8247ec59 -size 1191203 diff --git a/libvpx.changes b/libvpx.changes index a704fd0..b4d2222 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -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 diff --git a/libvpx.spec b/libvpx.spec index 4b36a3c..edaa1a6 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -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 From a5fdffebbfaf8374f1cb047caa75f2bbb2aeff07e4e54a1407618c237c60a13b Mon Sep 17 00:00:00 2001 From: OBS User _service Date: Wed, 1 Dec 2010 10:56:22 +0000 Subject: [PATCH 2/4] generated via source service OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=18 --- _service:download_url:libvpx-v0.9.5.tar.bz2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _service:download_url:libvpx-v0.9.5.tar.bz2 diff --git a/_service:download_url:libvpx-v0.9.5.tar.bz2 b/_service:download_url:libvpx-v0.9.5.tar.bz2 new file mode 100644 index 0000000..1fd1737 --- /dev/null +++ b/_service:download_url:libvpx-v0.9.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa +size 1250422 From 7491aab88c72ab5698b7163a5add8f6b3485d08569c9f1e3f8986ab0f0f61bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 1 Dec 2010 11:00:21 +0000 Subject: [PATCH 3/4] patch still needed OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=19 --- _service:download_url:libvpx-v0.9.5.tar.bz2 | 3 --- libvpx.spec | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 _service:download_url:libvpx-v0.9.5.tar.bz2 diff --git a/_service:download_url:libvpx-v0.9.5.tar.bz2 b/_service:download_url:libvpx-v0.9.5.tar.bz2 deleted file mode 100644 index 1fd1737..0000000 --- a/_service:download_url:libvpx-v0.9.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa -size 1250422 diff --git a/libvpx.spec b/libvpx.spec index edaa1a6..e5ec462 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -85,8 +85,7 @@ The WebM file structure is based on the Matroska container. %prep %setup -q -n %name-v%version -# to be removed if really unneeded -#%patch0 -p1 +%patch0 -p1 %build cd build From cd8a75f5657006ff14fe43abf3dbb9589518a04bdd4e42876d1378cda8e29da2 Mon Sep 17 00:00:00 2001 From: OBS User _service Date: Wed, 1 Dec 2010 11:00:24 +0000 Subject: [PATCH 4/4] generated via source service OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=20 --- _service:download_url:libvpx-v0.9.5.tar.bz2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _service:download_url:libvpx-v0.9.5.tar.bz2 diff --git a/_service:download_url:libvpx-v0.9.5.tar.bz2 b/_service:download_url:libvpx-v0.9.5.tar.bz2 new file mode 100644 index 0000000..1fd1737 --- /dev/null +++ b/_service:download_url:libvpx-v0.9.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa +size 1250422