* morituri/common/checksum.py: * morituri/common/encode.py: Add a GstPipelineTask that lets us log. Handle checksumming of small tracks better.
19 lines
274 B
Makefile
19 lines
274 B
Makefile
CLEANFILES = *.py{c,o}
|
|
|
|
morituridir = $(PYTHONLIBDIR)/morituri/common
|
|
|
|
morituri_PYTHON = \
|
|
__init__.py \
|
|
accurip.py \
|
|
checksum.py \
|
|
common.py \
|
|
drive.py \
|
|
encode.py \
|
|
gstreamer.py \
|
|
log.py \
|
|
logcommand.py \
|
|
musicbrainzngs.py \
|
|
program.py \
|
|
renamer.py \
|
|
task.py
|