Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2013-03-08 11:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and      /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webrtc-audio-processing", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2013-01-02 13:02:11.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
     2013-03-08 11:01:58.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 13:51:31 UTC 2013 - [email protected]
+
+- Add patch webrtc-aarch64.patch from algraf to add aarch64 support
+
+-------------------------------------------------------------------

New:
----
  webrtc-aarch64.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webrtc-audio-processing.spec ++++++
--- /var/tmp/diff_new_pack.CXFaq4/_old  2013-03-08 11:01:59.000000000 +0100
+++ /var/tmp/diff_new_pack.CXFaq4/_new  2013-03-08 11:01:59.000000000 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package webrtc-audio-processing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -40,6 +40,7 @@
 BuildRequires:  xz
 Patch0:         webrtc-ppc64.patch
 Patch1:         webrtc-s390x.patch
+Patch2:         webrtc-aarch64.patch
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -89,6 +90,7 @@
 %__sed -i 's/\r$//' AUTHORS
 %patch0 -p1
 %patch1
+%patch2
 
 %build
 %configure

++++++ webrtc-aarch64.patch ++++++
--- src/typedefs.h
+++ src/typedefs.h
@@ -82,6 +82,9 @@
 #elif defined(__s390__)
 #define WEBRTC_BIG_ENDIAN
 #define WEBRTC_ARCH_32_BITS
+#elif defined(__aarch64__)
+#define WEBRTC_LITTLE_ENDIAN
+#define WEBRTC_ARCH_64_BITS
 #else
 #error Please add support for your architecture in typedefs.h
 #endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to