diff --git a/baselibs.conf b/baselibs.conf index 6a213c0..e6c7107 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libvidstab1_1 +libvidstab1_2 diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz deleted file mode 100644 index 5283327..0000000 --- a/v1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14d2a053e56edad4f397be0cb3ef8eb1ec3150404ce99a426c4eb641861dc0bb -size 77736 diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz new file mode 100644 index 0000000..0cc70fc --- /dev/null +++ b/v1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9001b6df73933555e56deac19a0f225aae152abbc0e97dc70034814a1943f3d4 +size 80717 diff --git a/vid_stab-fix-license.patch b/vid_stab-fix-license.patch deleted file mode 100644 index eb404f6..0000000 --- a/vid_stab-fix-license.patch +++ /dev/null @@ -1,57 +0,0 @@ -From cf6a1a2297130ec8182fa81dda6acb97ab8c7932 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= -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?= -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 - diff --git a/vid_stab.changes b/vid_stab.changes index 7705092..4726da1 100644 --- a/vid_stab.changes +++ b/vid_stab.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 8 08:46:50 UTC 2024 - ming li + +- 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 diff --git a/vid_stab.spec b/vid_stab.spec index c7043c2..2c3141c 100644 --- a/vid_stab.spec +++ b/vid_stab.spec @@ -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