Accepting request 575424 from home:NicoK:branches:multimedia:libs
- update to 1.1.0: + use openMP to do parallel execution OBS-URL: https://build.opensuse.org/request/show/575424 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vid_stab?expand=0&rev=3
This commit is contained in:
parent
94a6ee0030
commit
ed90156238
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:530f0bf7479ec89d9326af3a286a15d7d6a90fcafbb641e3b8bdb8d05637d025
|
|
||||||
size 73582
|
|
BIN
v1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Sat Oct 25 20:38:55 UTC 2014 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -16,29 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 0_9
|
%define soname 1_1
|
||||||
|
|
||||||
Name: vid_stab
|
Name: vid_stab
|
||||||
Version: 0.98b
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Video stabilizer
|
Summary: Video stabilizer
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://public.hronopik.de/vid.stab/
|
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: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Video stabilization library.
|
A library to deshake videos, designed to stabilize even strongly jiggled clips.
|
||||||
|
|
||||||
%package -n libvidstab%{soname}
|
%package -n libvidstab%{soname}
|
||||||
Summary: A library to deshake video
|
Summary: A library to deshake video
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libvidstab%{soname}
|
%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
|
%package -n libvidstab-devel
|
||||||
Summary: Development files for libvidstab%{soname}
|
Summary: Development files for libvidstab%{soname}
|
||||||
@ -49,7 +49,7 @@ Requires: libvidstab%{soname} = %{version}
|
|||||||
Development files for libvidstab%{soname}.
|
Development files for libvidstab%{soname}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n vid.stab-release-%{version}
|
%setup -q -n vid.stab-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user