[packages/libde265] - updated to 1.0.3 - removed obsolete sh patch

qboosh qboosh at pld-linux.org
Sat Dec 22 08:24:37 CET 2018


commit 5aac95ca2eb1d114cccbb3e5f7facce23b1e9aef
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Dec 22 08:29:16 2018 +0100

    - updated to 1.0.3
    - removed obsolete sh patch

 libde265-sh.patch | 71 -------------------------------------------------------
 libde265.spec     | 10 ++++----
 2 files changed, 5 insertions(+), 76 deletions(-)
---
diff --git a/libde265.spec b/libde265.spec
index e7bc3ed..dc036f0 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -6,13 +6,13 @@
 Summary:	H.265/HEVC video decoder
 Summary(pl.UTF-8):	Dekoder obrazu H.265/HEVC
 Name:		libde265
-Version:	1.0.2
+Version:	1.0.3
 Release:	1
 License:	LGPL v3+ (library), GPL v3+ (programs)
 Group:		Libraries
+#Source0Download: https://github.com/strukturag/libde265/releases/
 Source0:	https://github.com/strukturag/libde265/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	93520b378df25f3a94e962f2b54872cc
-Patch0:		%{name}-sh.patch
+# Source0-md5:	0e1e26ffcb2177c3749c748e20fcd588
 URL:		http://www.libde265.org/
 BuildRequires:	SDL-devel
 BuildRequires:	autoconf >= 2.68
@@ -93,7 +93,6 @@ Statyczna biblioteka libde265.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -126,12 +125,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README.md TODO
+%doc AUTHORS NEWS README.md
 %attr(755,root,root) %{_libdir}/libde265.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libde265.so.0
 
 %files tools
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/acceleration_speed
 # R: SDL libvideogfx
 %attr(755,root,root) %{_bindir}/dec265
 # R: (only base)
diff --git a/libde265-sh.patch b/libde265-sh.patch
deleted file mode 100644
index 417eaca..0000000
--- a/libde265-sh.patch
+++ /dev/null
@@ -1,71 +0,0 @@
---- libde265-1.0.2/configure.ac.orig	2015-07-14 13:49:47.000000000 +0200
-+++ libde265-1.0.2/configure.ac	2015-10-16 17:46:08.702362000 +0200
-@@ -36,8 +36,8 @@
- # Initialize automake stuff
- AM_INIT_AUTOMAKE
- 
--CFLAGS+=" -std=c99"
--CXXFLAGS+=" -Werror=return-type -Werror=unused-result -Werror=reorder"
-+CFLAGS="$CFLAGS -std=c99"
-+CXXFLAGS="$CXXFLAGS -Werror=return-type -Werror=unused-result -Werror=reorder"
- AX_CXX_COMPILE_STDCXX_11()
- 
- dnl Use -Wall if we have gcc.
-@@ -101,8 +101,8 @@
- ],[],[need_strict_ansi=no],[need_strict_ansi=yes]);
- AC_LANG_POP(C++)
- if eval "test x$need_strict_ansi = xyes"; then
--  CFLAGS+=" -D__STRICT_ANSI__"
--  CXXFLAGS+=" -D__STRICT_ANSI__"
-+  CFLAGS="$CFLAGS -D__STRICT_ANSI__"
-+  CXXFLAGS="$CXXFLAGS -D__STRICT_ANSI__"
- fi
- AC_MSG_RESULT([$need_strict_ansi])
- 
-@@ -136,8 +136,8 @@
- fi
- AM_CONDITIONAL([ENABLE_SSE_OPT], [test x"$ax_cv_support_sse41_ext" = x"yes"])
- 
--# CFLAGS+=$SIMD_FLAGS
--# CFLAGS+=" -march=x86-64"
-+# CFLAGS="$CFLAGS $SIMD_FLAGS"
-+# CFLAGS="$CFLAGS -march=x86-64"
- 
- case $target_cpu in
-   arm*)
-@@ -180,7 +180,7 @@
-   [enable_log_error=$enableval],
-   [enable_log_error=yes])
- if eval "test $enable_log_error = yes"; then
--  CXXFLAGS+=" -DDE265_LOG_ERROR"
-+  CXXFLAGS="$CXXFLAGS -DDE265_LOG_ERROR"
- fi
- 
- AC_ARG_ENABLE(log-info,
-@@ -189,7 +189,7 @@
-   [enable_log_info=$enableval],
-   [enable_log_info=no])
- if eval "test $enable_log_info = yes"; then
--  CXXFLAGS+=" -DDE265_LOG_INFO"
-+  CXXFLAGS="$CXXFLAGS -DDE265_LOG_INFO"
- fi
- 
- AC_ARG_ENABLE(log-debug,
-@@ -198,7 +198,7 @@
-   [enable_log_debug=$enableval],
-   [enable_log_debug=no])
- if eval "test $enable_log_debug = yes"; then
--  CXXFLAGS+=" -DDE265_LOG_DEBUG"
-+  CXXFLAGS="$CXXFLAGS -DDE265_LOG_DEBUG"
- fi
- 
- AC_ARG_ENABLE(log-trace,
-@@ -207,7 +207,7 @@
-   [enable_log_trace=$enableval],
-   [enable_log_trace=no])
- if eval "test $enable_log_trace = yes"; then
--  CXXFLAGS+=" -DDE265_LOG_TRACE"
-+  CXXFLAGS="$CXXFLAGS -DDE265_LOG_TRACE"
- fi
- 
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libde265.git/commitdiff/5aac95ca2eb1d114cccbb3e5f7facce23b1e9aef



More information about the pld-cvs-commit mailing list