Ubuntu Pastebin

Paste from flexiondotorg at Fri, 22 Apr 2016 12:12:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
Download as text