You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
787 B
Tcl
24 lines
787 B
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-mpegdash
|
|
version 0.4.1
|
|
revision 0
|
|
|
|
categories-append multimedia
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
|
|
description MPEG-DASH MPD(Media Presentation Description) parser
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 2121489cd46444eb0ea4c8046e2bbfb61c32e03f \
|
|
sha256 e31d81e1f0184cc456553ef2a4a1de1c662972b8ce04b687c1854180912759e6 \
|
|
size 12665
|
|
|
|
python.versions 313 314
|