osc copypac from project:KDE:Extra package:ffmpegthumbs revision:17, using expand

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ffmpegthumbs?expand=0&rev=1
This commit is contained in:
Raymond Wooninck 2015-04-11 14:09:25 +00:00 committed by Git OBS Bridge
commit 58ab26a97b
5 changed files with 159 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:512a508b25f6e729d6c44743966dba1281cd1cad669c8ee52f362c1b9833d1ce
size 20312

63
ffmpegthumbs.changes Normal file
View File

@ -0,0 +1,63 @@
-------------------------------------------------------------------
Tue Mar 31 19:13:28 UTC 2015 - hrvoje.senjan@gmail.com
- Enable proper ffmpeg integration on openSUSE > 13.2
-------------------------------------------------------------------
Sat Mar 7 13:31:41 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 14.12.3
* KDE Applications 14.12.3
* See https://www.kde.org/announcements/announce-applications-14.12.3.php: No such file or director
-------------------------------------------------------------------
Sun Nov 9 21:31:41 UTC 2014 - tittiatcoke@gmail.com
- Update to 4.14.3
* KDE 4.14.3 SC Bugfix Release
* See http://www.kde.org/announcements/announce-4.14.3.php
-------------------------------------------------------------------
Mon Sep 22 11:13:49 UTC 2014 - vindex17@outlook.it
- Update to 4.14.1
-------------------------------------------------------------------
Sat Jul 12 06:47:34 UTC 2014 - cgiboudeaux@gmx.com
- Update to 4.13.80
* KDE 4.14 Beta 1 release
* See http://www.kde.org/announcements/announce-4.14-beta1.php
-------------------------------------------------------------------
Sat Mar 15 18:35:51 UTC 2014 - tittiatcoke@gmail.com
- Update to 4.12.90
* KDE 4.13 Beta 2 release
* See http://www.kde.org/announcements/announce-4.13-beta2.php
-------------------------------------------------------------------
Sun Feb 9 18:06:01 UTC 2014 - hrvoje.senjan@gmail.com
- Ran format_spec_file
-------------------------------------------------------------------
Sun Feb 9 11:54:26 UTC 2014 - mailaender@opensuse.org
- update to 4.12.2
-------------------------------------------------------------------
Tue May 7 10:13:48 UTC 2013 - hrvoje.senjan@gmail.com
- Update to 4.10.3
-------------------------------------------------------------------
Fri Apr 5 11:44:37 UTC 2013 - hrvoje.senjan@gmail.com
- Update to 4.10.2
-------------------------------------------------------------------
Fri Mar 29 00:02:09 UTC 2013 - hrvoje.senjan@gmail.com
- Initialize package ffmpegthumbs

69
ffmpegthumbs.spec Normal file
View File

@ -0,0 +1,69 @@
#
# spec file for package ffmpegthumbs
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: ffmpegthumbs
%if 0%{?suse_version} <= 1320
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavdevice)
BuildRequires: pkgconfig(libavfilter)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libpostproc)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
%else
BuildRequires: ffmpeg-devel
%endif
BuildRequires: libkde4-devel
BuildRequires: xz
Url: http://www.kde.org
Summary: FFmpeg-based thumbnail creator for video files
License: LGPL-2.0+
Group: System/GUI/KDE
Version: 14.12.3
Release: 0
Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
FFmpeg-based thumbnail creator for video files.
%prep
%setup
%build
%cmake_kde4 -d build
%make_jobs
%install
%kde4_makeinstall -C build
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
%_kde4_modulesdir/%{name}.so
%_kde4_servicesdir/%{name}.desktop
%changelog