Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7245d7243 |
@@ -1 +1 @@
|
||||
libvidstab1_2
|
||||
libvidstab1_1
|
||||
|
||||
BIN
v1.1.0.tar.gz
LFS
Normal file
BIN
v1.1.0.tar.gz
LFS
Normal file
Binary file not shown.
BIN
v1.1.1.tar.gz
LFS
BIN
v1.1.1.tar.gz
LFS
Binary file not shown.
57
vid_stab-fix-license.patch
Normal file
57
vid_stab-fix-license.patch
Normal file
@@ -0,0 +1,57 @@
|
||||
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
|
||||
|
||||
@@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vid_stab
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,21 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname 1_2
|
||||
%define soname 1_1
|
||||
|
||||
Name: vid_stab
|
||||
Version: 1.1.1
|
||||
Version: 1.1.0
|
||||
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/refs/tags/v1.1.1.tar.gz
|
||||
Source0: https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz
|
||||
Source99: baselibs.conf
|
||||
Patch0: vid_stab-fix-license.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
@@ -50,7 +51,8 @@ Requires: libvidstab%{soname} = %{version}
|
||||
Development (headers and libraries) files for libvidstab%{soname}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n vid.stab-%{version}
|
||||
%setup -q -n vid.stab-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
||||
Reference in New Issue
Block a user