24 lines
340 B
YAML
24 lines
340 B
YAML
name: r36s-dlna-browser
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- setuptools>=68
|
|
- wheel
|
|
- pygobject
|
|
- gstreamer
|
|
- gst-plugins-base
|
|
- gst-plugins-good
|
|
- gst-plugins-bad
|
|
- gst-libav
|
|
- ffmpeg
|
|
- sdl2
|
|
- sdl2_ttf
|
|
- cairo
|
|
- pkg-config
|
|
- pytest>=7
|
|
- pytest-asyncio>=0.21
|
|
- pip:
|
|
- -e .
|