You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.5 KiB
Tcl
41 lines
1.5 KiB
Tcl
# -*- 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-imageio-ffmpeg
|
|
version 0.5.1
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description FFMPEG wrapper for Python
|
|
long_description The purpose of this project is to provide a simple \
|
|
and reliable ffmpeg wrapper for working with video \
|
|
files. It implements two simple generator \
|
|
functions for reading and writing data from/to \
|
|
ffmpeg, which reliably terminate the ffmpeg \
|
|
process when done. It also takes care of \
|
|
publishing platform-specific wheels that include \
|
|
the binary ffmpeg executables.
|
|
|
|
homepage https://github.com/imageio/imageio-ffmpeg
|
|
|
|
checksums rmd160 b558b3957237fc2f798b1b0331e7decb1d0d7585 \
|
|
sha256 0ed7a9b31f560b0c9d929c5291cd430edeb9bed3ce9a497480e536dd4326484c \
|
|
size 17704
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE \
|
|
${destroot}${docdir}
|
|
}
|
|
}
|