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.

Submit package home:Aloysius:branches:Multimedia / tovid to package Multimedia / tovid

tovid.changes Changed
x
 
1
@@ -1,4 +1,17 @@
2
 -------------------------------------------------------------------
3
+Fri May 24 13:24:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Update to version 0.35.2
6
+  * Fixed set_chapters not having exec bit set
7
+  * Fixed grep for libav filters
8
+  * Some python3 fixes
9
+  * Fixed scope problem that only showed up on freebsd for some
10
+    reason.
11
+  * Fixed imagemagick spumux buttons for IM-6.9.1-x.
12
+  * Make ffmpeg the default encoder when both ffmpeg and avconv
13
+    are present.
14
+
15
+-------------------------------------------------------------------
16
 Mon Apr  6 19:29:20 UTC 2015 - aloisio@gmx.com
17
 
18
 - Version 0.35.0
19
tovid.spec Changed
97
 
1
@@ -1,6 +1,7 @@
2
-# vim: set ts=4 sw=4 et:
3
 #
4
-# Copyright (c) 2015 Luigi Baldoni <aloisio@gmx.com>
5
+# spec file for package tovid
6
+#
7
+# Copyright (c) 2015-2019 Luigi Baldoni <aloisio@gmx.com>
8
 # Copyright (c) 2005-2010 oc2pus
9
 #
10
 # All modifications and additions to the file contributed by third parties
11
@@ -12,24 +13,24 @@
12
 # license that conforms to the Open Source Definition (Version 1.9)
13
 # published by the Open Source Initiative.
14
 
15
-# Please submit bugfixes or comments to packman@links2linux.de
16
+# Please submit bugfixes or comments via https://bugs.links2linux.org/
17
+#
18
 
19
 
20
-%{!?python_sitelib:  %global python_sitelib  %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
21
-%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
22
 Name:           tovid
23
-Version:        0.35.0
24
+Version:        0.35.2
25
 Release:        0
26
 Summary:        Video conversion and DVD authoring tools
27
-License:        GPL-2.0+
28
+License:        GPL-2.0-or-later
29
 Group:          Productivity/Multimedia/Video/Editors and Convertors
30
-Url:            http://tovid.wikia.com/wiki/Tovid_Wiki
31
-Source:         https://github.com/tovid-suite/tovid/releases/download/v0.35.0/tovid-%{version}.tar.gz
32
+URL:            http://tovid.wikia.com/wiki/Tovid_Wiki
33
+Source:         https://github.com/tovid-suite/tovid/releases/download/%{version}/tovid-%{version}.tar.gz
34
 BuildRequires:  hicolor-icon-theme
35
 BuildRequires:  python-devel
36
 BuildRequires:  python-setuptools
37
 BuildRequires:  txt2tags
38
 BuildRequires:  update-desktop-files
39
+Requires:       /usr/bin/mkisofs
40
 Requires:       ImageMagick >= 6.0
41
 Requires:       MPlayer
42
 Requires:       bc
43
@@ -39,7 +40,6 @@
44
 Requires:       ffmpeg
45
 Requires:       lsdvd
46
 Requires:       mjpegtools
47
-Requires:       /usr/bin/mkisofs
48
 Requires:       normalize
49
 Requires:       python-base >= %{py_ver}
50
 Requires:       python-tk
51
@@ -48,11 +48,7 @@
52
 Requires:       tk
53
 Recommends:     libdvdcss2
54
 Recommends:     transcode
55
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
56
-%py_requires
57
-%if 0%{?suse_version} > 1110
58
 BuildArch:      noarch
59
-%endif
60
 
61
 %description
62
 tovid is a suite of utilities designed to make DVD
63
@@ -64,6 +60,14 @@
64
 
65
 %prep
66
 %setup -q
67
+# fix shebang
68
+sed -i 's|^#!.*|#!%{_bindir}/bash|'   \
69
+ src/idvid src/makedvd src/makempg    \
70
+ src/todisc src/todisc-fade-routine   \
71
+ src/tovid-init.in
72
+sed -i 's|^#!.*|#!%{_bindir}/python|' \
73
+ src/set_chapters src/titleset-wizard \
74
+ src/todiscgui src/tovid-stats
75
 
76
 %build
77
 python setup.py build
78
@@ -82,8 +86,8 @@
79
 done
80
 
81
 %files
82
-%defattr(-,root,root)
83
-%doc AUTHORS ChangeLog COPYING README
84
+%license COPYING
85
+%doc AUTHORS ChangeLog README
86
 %{_bindir}/tovid
87
 %{python_sitelib}/libtovid
88
 %{python_sitelib}/tovid-%{version}*
89
@@ -93,6 +97,6 @@
90
 %{_datadir}/icons/*/*/apps/tovid.png
91
 %{_datadir}/icons/*/*/apps/titleset-wizard.png
92
 %{_datadir}/icons/*/scalable/apps/*.svg
93
-%doc %{_mandir}/man1/tovid.1%{ext_man}
94
+%{_mandir}/man1/tovid.1%{?ext_man}
95
 
96
 %changelog
97
tovid-0.35.0.tar.gz -> tovid-0.35.2.tar.gz Changed
Refresh
Refresh
Request History
Luigi Baldoni's avatar

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.


Olaf Hering's avatar

olh accepted request almost 6 years ago