[packages/opus] - updated to 1.1.1 - removed obsolete sh patch
qboosh
qboosh at pld-linux.org
Thu Nov 26 17:07:18 CET 2015
commit 12fe09a34d933314c81b520688d7124b71ceb215
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Nov 26 17:07:51 2015 +0100
- updated to 1.1.1
- removed obsolete sh patch
opus-sh.patch | 14 --------------
opus.spec | 8 +++-----
2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/opus.spec b/opus.spec
index 300ce53..838faf8 100644
--- a/opus.spec
+++ b/opus.spec
@@ -1,13 +1,12 @@
Summary: IETF Opus Interactive Audio Codec
Summary(pl.UTF-8): Opus - interaktywny kodek dźwięku wg projektu IETF
Name: opus
-Version: 1.1
-Release: 2
+Version: 1.1.1
+Release: 1
License: BSD
Group: Libraries
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
-# Source0-md5: c5a8cf7c0b066759542bc4ca46817ac6
-Patch0: %{name}-sh.patch
+# Source0-md5: cfb354d4c65217ca32a762f8ab15f2ac
URL: http://opus-codec.org/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1.6
@@ -51,7 +50,6 @@ Statyczne biblioteki OPUS.
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
diff --git a/opus-sh.patch b/opus-sh.patch
deleted file mode 100644
index ef49201..0000000
--- a/opus-sh.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- opus-1.1/configure.ac.orig 2013-12-05 00:26:45.000000000 +0100
-+++ opus-1.1/configure.ac 2013-12-06 18:09:55.758855450 +0100
-@@ -333,9 +333,9 @@
-
- AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
- AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
-- [test x"${inline_optimization:0:3}" = x"ARM"])
-+ [echo x"${inline_optimization}" | grep -q "^xARM"])
- AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
-- [test x"${asm_optimization:0:3}" = x"ARM"])
-+ [echo x"${asm_optimization}" | grep -q "^xARM"])
-
- AS_IF([test x"$enable_rtcd" = x"yes"],[
- AS_IF([test x"$rtcd_support" != x"no"],[
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opus.git/commitdiff/12fe09a34d933314c81b520688d7124b71ceb215
More information about the pld-cvs-commit
mailing list