Sync from SUSE:SLFO:Main vid_stab revision 1f93cb3339411c45d08d838bb5c38ad1

This commit is contained in:
Adrian Schröter 2024-10-03 18:05:08 +02:00
parent 8e98acba83
commit 9050ed1ae1
6 changed files with 23 additions and 69 deletions

View File

@ -1 +1 @@
libvidstab1_1
libvidstab1_2

BIN
v1.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v1.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,57 +0,0 @@
From cf6a1a2297130ec8182fa81dda6acb97ab8c7932 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <bjorn.lie@gmail.com>
Date: Tue, 29 May 2018 17:37:47 +0200
Subject: [PATCH 1/2] Update transformfixedpoint.h
Drop conflicting Attribution-NonCommercial-ShareAlike 2.5 License.
---
src/transformfixedpoint.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/transformfixedpoint.h b/src/transformfixedpoint.h
index 519d613..e96011d 100644
--- a/src/transformfixedpoint.h
+++ b/src/transformfixedpoint.h
@@ -20,13 +20,6 @@
* along with GNU Make; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * This work is licensed under the Creative Commons
- * Attribution-NonCommercial-ShareAlike 2.5 License. To view a copy of
- * this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/
- * or send a letter to Creative Commons, 543 Howard Street, 5th Floor,
- * San Francisco, California, 94105, USA.
- * This EXCLUDES COMMERCIAL USAGE
- *
*/
#ifndef __TRANSFORMFIXEDPOINT_H
#define __TRANSFORMFIXEDPOINT_H
From bc1ac0a378c15f3f14799a8bffee305daa6e0354 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <bjorn.lie@gmail.com>
Date: Tue, 29 May 2018 17:40:27 +0200
Subject: [PATCH 2/2] Update transformfloat.h
Drop conflicting Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License
---
src/transformfloat.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/transformfloat.h b/src/transformfloat.h
index 9799417..ed9428b 100644
--- a/src/transformfloat.h
+++ b/src/transformfloat.h
@@ -20,12 +20,6 @@
* along with GNU Make; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * This work is licensed under the Creative Commons
- * Attribution-NonCommercial-ShareAlike 2.5 License. To view a copy of
- * this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/
- * or send a letter to Creative Commons, 543 Howard Street, 5th Floor,
- * San Francisco, California, 94105, USA.
- * This EXCLUDES COMMERCIAL USAGE
*
*/
#ifndef __TRANSFORMFLOAT_H

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 8 08:46:50 UTC 2024 - ming li <mli@suse.com>
- update to 1.1.1:
* use -msse2 flag only when SSE is available
Remove vid_stab-fix-license.patch
-------------------------------------------------------------------
Tue Feb 20 13:27:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Tue Jul 17 12:40:22 UTC 2018 - schwab@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package vid_stab
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define soname 1_1
%define soname 1_2
Name: vid_stab
Version: 1.1.0
Version: 1.1.1
Release: 0
Summary: Video stabilizer
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: http://public.hronopik.de/vid.stab/
Source0: https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz
Source0: https://github.com/georgmartius/vid.stab/archive/refs/tags/v1.1.1.tar.gz
Source99: baselibs.conf
Patch0: vid_stab-fix-license.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig
@ -51,8 +50,7 @@ Requires: libvidstab%{soname} = %{version}
Development (headers and libraries) files for libvidstab%{soname}.
%prep
%setup -q -n vid.stab-%{version}
%patch0 -p1
%autosetup -p1 -n vid.stab-%{version}
%build
%cmake \