# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-ffmpy version 0.3.0 revision 0 categories-append multimedia license MIT supported_archs noarch platforms {darwin any} python.versions 38 39 310 maintainers nomaintainer description A simple Python wrapper for ffmpeg long_description ffmpy is a simplistic FFmpeg command line wrapper. It \ implements a Pythonic interface for FFmpeg command \ line compilation and uses Python subprocess module \ to execute compiled command line. homepage https://github.com/Ch00k/ffmpy checksums rmd160 cb2d5368f76d2832cc8cf87716569c10c0fbd972 \ sha256 757591581eee25b4a50ac9ffb9b58035a2794533db47e0512f53fb2d7b6f9adc \ size 4841 if {${name} ne ${subport}} { depends_run-append \ port:ffmpeg }