Overview
Request 4493 (accepted)
- Update to version 0.35.2
* Fixed set_chapters not having exec bit set
* Fixed grep for libav filters
* Some python3 fixes
* Fixed scope problem that only showed up on freebsd for some
reason.
* Fixed imagemagick spumux buttons for IM-6.9.1-x.
* Make ffmpeg the default encoder when both ffmpeg and avconv
are present.
tovid.changes
Changed
-------------------------------------------------------------------
+Fri May 24 13:24:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
+
+- Update to version 0.35.2
+ * Fixed set_chapters not having exec bit set
+ * Fixed grep for libav filters
+ * Some python3 fixes
+ * Fixed scope problem that only showed up on freebsd for some
+ reason.
+ * Fixed imagemagick spumux buttons for IM-6.9.1-x.
+ * Make ffmpeg the default encoder when both ffmpeg and avconv
+ are present.
+
+-------------------------------------------------------------------
Mon Apr 6 19:29:20 UTC 2015 - aloisio@gmx.com
- Version 0.35.0
tovid.spec
Changed
-# vim: set ts=4 sw=4 et:
#
-# Copyright (c) 2015 Luigi Baldoni <aloisio@gmx.com>
+# 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
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments to packman@links2linux.de
+# Please submit bugfixes or comments via https://bugs.links2linux.org/
+#
-%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: tovid
-Version: 0.35.0
+Version: 0.35.2
Release: 0
Summary: Video conversion and DVD authoring tools
-License: GPL-2.0+
+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/v0.35.0/tovid-%{version}.tar.gz
+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: ffmpeg
Requires: lsdvd
Requires: mjpegtools
-Requires: /usr/bin/mkisofs
Requires: normalize
Requires: python-base >= %{py_ver}
Requires: python-tk
Requires: tk
Recommends: libdvdcss2
Recommends: transcode
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%py_requires
-%if 0%{?suse_version} > 1110
BuildArch: noarch
-%endif
%description
tovid is a suite of utilities designed to make DVD
%prep
%setup -q
+# fix shebang
+sed -i 's|^#!.*|#!%{_bindir}/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
done
%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
%{_bindir}/tovid
%{python_sitelib}/libtovid
%{python_sitelib}/tovid-%{version}*
%{_datadir}/icons/*/*/apps/tovid.png
%{_datadir}/icons/*/*/apps/titleset-wizard.png
%{_datadir}/icons/*/scalable/apps/*.svg
-%doc %{_mandir}/man1/tovid.1%{ext_man}
+%{_mandir}/man1/tovid.1%{?ext_man}
%changelog
Request History
Aloysius created request almost 6 years ago
- Update to version 0.35.2
* Fixed set_chapters not having exec bit set
* Fixed grep for libav filters
* Some python3 fixes
* Fixed scope problem that only showed up on freebsd for some
reason.
* Fixed imagemagick spumux buttons for IM-6.9.1-x.
* Make ffmpeg the default encoder when both ffmpeg and avconv
are present.
olh accepted request almost 6 years ago