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>
15 lines
386 B
Makefile
15 lines
386 B
Makefile
################################################################################
|
|
#
|
|
# tovid
|
|
#
|
|
################################################################################
|
|
|
|
TOVID_SITE = http://tovid.googlecode.com/svn/trunk/tovid
|
|
TOVID_SITE_METHOD = svn
|
|
TOVID_VERSION = 3534
|
|
TOVID_LICENSE = GPLv2+
|
|
TOVID_LICENSE_FILES = COPYING
|
|
TOVID_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|