diff --git a/release-0.98b.tar.gz b/release-0.98b.tar.gz deleted file mode 100644 index 8ed9fdc..0000000 --- a/release-0.98b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530f0bf7479ec89d9326af3a286a15d7d6a90fcafbb641e3b8bdb8d05637d025 -size 73582 diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..5283327 --- /dev/null +++ b/v1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d2a053e56edad4f397be0cb3ef8eb1ec3150404ce99a426c4eb641861dc0bb +size 77736 diff --git a/vid_stab.changes b/vid_stab.changes index 20b5605..d823525 100644 --- a/vid_stab.changes +++ b/vid_stab.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 11 22:35:30 UTC 2018 - nico.kruber@gmail.com + +- update to 1.1.0: + + use openMP to do parallel execution + ------------------------------------------------------------------- Sat Oct 25 20:38:55 UTC 2014 - reddwarf@opensuse.org diff --git a/vid_stab.spec b/vid_stab.spec index b8a138f..2937189 100644 --- a/vid_stab.spec +++ b/vid_stab.spec @@ -16,29 +16,29 @@ # -%define soname 0_9 +%define soname 1_1 Name: vid_stab -Version: 0.98b +Version: 1.1.0 Release: 0 Summary: Video stabilizer License: GPL-2.0+ Group: Development/Libraries/C and C++ Url: http://public.hronopik.de/vid.stab/ -Source0: https://github.com/georgmartius/vid.stab/archive/release-0.98b.tar.gz +Source0: https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkg-config %description -Video stabilization library. +A library to deshake videos, designed to stabilize even strongly jiggled clips. %package -n libvidstab%{soname} Summary: A library to deshake video Group: System/Libraries %description -n libvidstab%{soname} -A library to deshake video. +A library to deshake videos, designed to stabilize even strongly jiggled clips. %package -n libvidstab-devel Summary: Development files for libvidstab%{soname} @@ -49,7 +49,7 @@ Requires: libvidstab%{soname} = %{version} Development files for libvidstab%{soname}. %prep -%setup -q -n vid.stab-release-%{version} +%setup -q -n vid.stab-%{version} %build %cmake