peter pushed to libyuv (epel7). "Next svn snapshot - ver. 256 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 14:41:45 UTC 2015


>From a382df4d450f7822f15d3b855408b576cf1d414d Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov at gmail.com>
Date: Sat, 5 May 2012 15:16:55 +0400
Subject: Next svn snapshot - ver. 256

Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

diff --git a/libyuv-0001-Initial-autotools-support.patch b/libyuv-0001-Initial-autotools-support.patch
index 2cf73b9..fb796d7 100644
--- a/libyuv-0001-Initial-autotools-support.patch
+++ b/libyuv-0001-Initial-autotools-support.patch
@@ -1,4 +1,4 @@
-From a29714d02024e97d4343a0108ac08859bfaa3ccb Mon Sep 17 00:00:00 2001
+From 51f50069249c0b67d57a852dba0d9e2268def2e3 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Fri, 16 Dec 2011 22:08:41 +0400
 Subject: [PATCH 1/2] Initial autotools support
@@ -8,10 +8,10 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  Makefile.am           |    3 +
  autogen.sh            |    7 +++
  configure.ac          |  149 +++++++++++++++++++++++++++++++++++++++++++++++++
- source/Makefile.am    |   59 ++++++++++++++++++++
+ source/Makefile.am    |   61 ++++++++++++++++++++
  source/libyuv.pc.in   |    9 +++
- unit_test/Makefile.am |   24 ++++++++
- 6 files changed, 251 insertions(+)
+ unit_test/Makefile.am |   25 +++++++++
+ 6 files changed, 254 insertions(+)
  create mode 100644 Makefile.am
  create mode 100755 autogen.sh
  create mode 100644 configure.ac
@@ -198,10 +198,10 @@ index 0000000..37bfae3
 +])
 diff --git a/source/Makefile.am b/source/Makefile.am
 new file mode 100644
-index 0000000..f539e32
+index 0000000..1c9d672
 --- /dev/null
 +++ b/source/Makefile.am
-@@ -0,0 +1,59 @@
+@@ -0,0 +1,61 @@
 +lib_LTLIBRARIES = libyuv.la
 +
 +pkgconfigdir = $(libdir)/pkgconfig
@@ -237,6 +237,7 @@ index 0000000..f539e32
 +			       ../include/libyuv/planar_functions.h \
 +			       ../include/libyuv/rotate.h \
 +			       ../include/libyuv/scale.h \
++			       ../include/libyuv/scale_argb.h \
 +			       ../include/libyuv/version.h \
 +			       ../include/libyuv/video_common.h \
 +			       $(mjpeg_HDRS)
@@ -252,6 +253,7 @@ index 0000000..f539e32
 +		    row.h \
 +		    row_common.cc \
 +		    scale.cc \
++		    scale_argb.cc \
 +		    video_common.cc \
 +		    $(posix_SOURCES) \
 +		    $(windows_SOURCES) \
@@ -278,10 +280,10 @@ index 0000000..d921dd5
 +Libs: -lyuv
 diff --git a/unit_test/Makefile.am b/unit_test/Makefile.am
 new file mode 100644
-index 0000000..3a1abe0
+index 0000000..5d06608
 --- /dev/null
 +++ b/unit_test/Makefile.am
-@@ -0,0 +1,24 @@
+@@ -0,0 +1,25 @@
 +if WITH_TEST
 +
 +TESTS = unit_test
@@ -293,6 +295,7 @@ index 0000000..3a1abe0
 +		    planar_test.cc \
 +		    rotate_test.cc \
 +		    scale_test.cc \
++		    scale_argb_test.cc \
 +		    unit_test.cc \
 +		    unit_test.h
 +
@@ -307,5 +310,5 @@ index 0000000..3a1abe0
 +
 +EXTRA_DIST = testdata/arm_v7.txt testdata/tegra3.txt
 -- 
-1.7.9.3
+1.7.10
 
diff --git a/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch b/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
index 7394a82..dcd6299 100644
--- a/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
+++ b/libyuv-0002-Fix-paths-in-ArmCpuCaps-test.patch
@@ -1,4 +1,4 @@
-From 99a97f80e5d873459f82fdc3f9a2689cb6c1a2f8 Mon Sep 17 00:00:00 2001
+From 16df78412923b622efe2c4e9538ffad59cf66944 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Sun, 4 Mar 2012 11:07:55 +0400
 Subject: [PATCH 2/2] Fix paths in ArmCpuCaps test
@@ -9,10 +9,10 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/unit_test/cpu_test.cc b/unit_test/cpu_test.cc
-index 5c0f83b..fcb8981 100644
+index e350561..d9347ec 100644
 --- a/unit_test/cpu_test.cc
 +++ b/unit_test/cpu_test.cc
-@@ -48,8 +48,8 @@ TEST_F(libyuvTest, TestCpuHas) {
+@@ -47,8 +47,8 @@ TEST_F(libyuvTest, TestCpuHas) {
  extern "C" int ArmCpuCaps(const char* cpuinfoname);
  
  TEST_F(libyuvTest, TestLinuxNeon) {
@@ -24,5 +24,5 @@ index 5c0f83b..fcb8981 100644
  
  }  // namespace libyuv
 -- 
-1.7.9.3
+1.7.10
 
diff --git a/libyuv.spec b/libyuv.spec
index 1e0d767..199588a 100644
--- a/libyuv.spec
+++ b/libyuv.spec
@@ -1,11 +1,11 @@
 Name:		libyuv
 Summary:	YUV conversion and scaling functionality library
 Version:	0
-Release:	0.6.20120406svn239%{?dist}
+Release:	0.7.20120505svn256%{?dist}
 License:	BSD
 Group:		Development/Libraries
 Url:		http://code.google.com/p/libyuv/
-## svn -r 239 export http://libyuv.googlecode.com/svn/trunk libyuv-0
+## svn -r 256 export http://libyuv.googlecode.com/svn/trunk libyuv-0
 ## tar -cjvf libyuv-0.tar.bz2 libyuv-0
 Source0:	%{name}-%{version}.tar.bz2
 # Fedora-specific. Upstream isn't interested in this.
@@ -84,6 +84,9 @@ make check
 
 
 %changelog
+* Sat May 05 2012 Peter Lemenkov <lemenkov at gmail.com> - 0-0.7.20120505svn256
+- Next svn snapshot - ver. 256
+
 * Sun Apr 08 2012 Peter Lemenkov <lemenkov at gmail.com> - 0-0.6.20120406svn239
 - Next svn snapshot - ver. 239
 
diff --git a/sources b/sources
index 8f9fa5d..9baf1e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb8be97226245c46271c6ef2654a4ab8  libyuv-0.tar.bz2
+1beee93eed7c8f50eabd2afbe7bd3284  libyuv-0.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libyuv.git/commit/?h=epel7&id=a382df4d450f7822f15d3b855408b576cf1d414d


More information about the scm-commits mailing list