Projects
Multimedia
tovid
tovid.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tovid.spec of Package tovid (Revision 10)
Currently displaying revision
10
,
Show latest
# # spec file for package tovid # # Copyright (c) 2015-2019 Luigi Baldoni <aloisio@gmx.com> # Copyright (c) 2005-2010 oc2pus # # 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 https://bugs.links2linux.org/ # Name: tovid Version: 0.35.2 Release: 0 Summary: Video conversion and DVD authoring tools License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://tovid.wikia.com/wiki/Tovid_Wiki Source: https://github.com/tovid-suite/tovid/releases/download/%{version}/tovid-%{version}.tar.gz BuildRequires: hicolor-icon-theme BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: txt2tags BuildRequires: update-desktop-files Requires: /usr/bin/mkisofs Requires: ImageMagick >= 6.0 Requires: MPlayer Requires: bc Requires: binutils Requires: dvd+rw-tools Requires: dvdauthor >= 0.6.0 Requires: ffmpeg Requires: lsdvd Requires: mjpegtools Requires: normalize Requires: python-base >= %{py_ver} Requires: python-tk Requires: sox Requires: tix Requires: tk Recommends: libdvdcss2 Recommends: transcode BuildArch: noarch %description tovid is a suite of utilities designed to make DVD authoring a little less painful. tovid can create MPEG output from arbitrary video formats, help you identify video files, generate graphical menus for DVD (animated or static), generate DVD directories with the appropriate file structure, and optionally burn them to disk. %prep %setup -q # fix shebang sed -i 's|^#!.*|#!/bin/bash|' \ src/idvid src/makedvd src/makempg \ src/todisc src/todisc-fade-routine \ src/tovid-init.in sed -i 's|^#!.*|#!%{_bindir}/python|' \ src/set_chapters src/titleset-wizard \ src/todiscgui src/tovid-stats %build python setup.py build %install python setup.py install \ --prefix=%{_prefix} \ --root=%{buildroot} rm -f "%{buildroot}%{_prefix}/lib/tovid/.install.log" chmod +x %{buildroot}%{_prefix}/lib/tovid/set_chapters chmod +x %{buildroot}%{_prefix}/lib/tovid/tovid-init for x in tovidgui titleset-wizard; do %suse_update_desktop_file -r "$x" AudioVideo AudioVideoEditing done %files %license COPYING %doc AUTHORS ChangeLog README %{_bindir}/tovid %{python_sitelib}/libtovid %{python_sitelib}/tovid-%{version}* %{_prefix}/lib/tovid %{_datadir}/applications/tovidgui.desktop %{_datadir}/applications/titleset-wizard.desktop %{_datadir}/icons/*/*/apps/tovid.png %{_datadir}/icons/*/*/apps/titleset-wizard.png %{_datadir}/icons/*/scalable/apps/*.svg %{_mandir}/man1/tovid.1%{?ext_man} %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
.