Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 103
View file
ffhevc.spec
Added
@@ -0,0 +1,56 @@ +# +# spec file for package ffhevc +# +# 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 +# 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: ffhevc +Version: 3.6.7 +Release: 0 +Summary: A small shell script for encoding to H.265/HEVC with ffmpeg +License: GPL-2.0+ +Group: Productivity/Multimedia/Video/Editors and Convertors +Url: https://ffhevc.teambelgium.net +Source0: %{name}-%{version}.tar.gz +Requires: ffmpeg +Requires: bc +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +A small shell script for encoding video files to the H.265/HEVC video +format using ffmpeg and libx265. + +%prep +%setup -q + +%build + +%install +install -D -m 755 %{name} %{buildroot}/%{_bindir}/%{name} +install -D -m 755 hdr %{buildroot}/%{_bindir}/hdr + +gzip -9 %{name}.1 +install -D -m 644 %{name}.1.gz %{buildroot}/%{_mandir}/man1/%{name}.1.gz + + + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_mandir}/man1/%{name}.1%{ext_man} +%doc AUTHORS ChangeLog LICENSE README *.txt Dynamic_HDR10_Example.json + +%changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.