name: podpublish
version: 20160422+git47d2f0b-1
summary: A tool for encoding and publishing podcast content and assets
description: A tool for encoding and publishing podcast content and assets
apps:
encode-podcast:
command: usr/bin/python3 $SNAP/usr/bin/encode-podcast
plugs: [home, network]
publish-podcast:
command: usr/bin/python3 $SNAP/usr/bin/publish-podcast
plugs: [home, network]
season-to-youtube:
command: usr/bin/python3 $SNAP/usr/bin/season-to-youtube
plugs: [home, network]
youtube-upload:
command: usr/bin/python3 $SNAP/usr/bin/youtube-upload
plugs: [home, network]
parts:
podpublish:
plugin: python3
source: https://bitbucket.org/flexiondotorg/podpublish.git
source-type: git
build-packages:
- liblcms2-dev
- libfreetype6-dev
- libjpeg8-dev
- libopenjp2-7-dev
- libtiff5-dev
- libwebp-dev
- zlib1g-dev
stage-packages:
- ffmpeg
- libavcodec-extra