mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
7de0f6a677
The tovid suite, also known simply as tovid, is a collection of shell and Python scripts for creating DVDs and (S)VCDs. It is pronounced "to vid" (because it converts to video disc formats). [Thomas: - remove largefile dependency - properly propagate mplayer and ffmpeg dependencies. - fix license: it's GPLv2+, not GPLv2.] Signed-off-by: Steve Kenton <skenton@ou.edu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
827 B
Diff
26 lines
827 B
Diff
setup.py: disable man page to kill txt2tags SVN checkout dependency
|
|
|
|
Signed-off-by: Steve Kenton <skenton@ou.edu>
|
|
|
|
+diff -pruN tovid-3534.ori/setup.py tovid-3534/setup.py
|
|
--- tovid-3534.ori/setup.py 2013-04-14 09:52:08.000000000 -0500
|
|
+++ tovid-3534/setup.py 2015-03-21 09:39:14.880173176 -0500
|
|
@@ -186,7 +186,7 @@ class BuildTovidInit (Command):
|
|
|
|
# Build tovid-init with regular 'build' command
|
|
build.sub_commands.append(('build_tovid_init', None))
|
|
-build.sub_commands.append(('build_docs', None))
|
|
+#build.sub_commands.append(('build_docs', None))
|
|
|
|
# The actual setup
|
|
setup(
|
|
@@ -244,8 +244,6 @@ setup(
|
|
'src/tovid.ini',
|
|
]),
|
|
# Manual page
|
|
- ('share/man/man1',
|
|
- ['docs/man/tovid.1']),
|
|
# Desktop shortcut
|
|
('share/applications',
|
|
['tovidgui.desktop',
|