2019-03-29 21:25:57 +00:00
|
|
|
|
2019-03-29 21:33:58 +00:00
|
|
|
name: v4l2-rtspserver
|
2019-03-29 21:25:57 +00:00
|
|
|
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
|
|
|
|
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
|
|
|
|
description: |
|
|
|
|
This is my-snap's description. You have a paragraph or two to tell the
|
|
|
|
most important story about your snap. Keep it under 100 words though,
|
|
|
|
we live in tweetspace and your description wants to look good in the snap
|
|
|
|
store.
|
|
|
|
|
|
|
|
grade: devel # must be 'stable' to release into candidate/stable channels
|
|
|
|
confinement: devmode # use 'strict' once you have the right plugs and slots
|
|
|
|
|
|
|
|
parts:
|
2019-03-29 22:16:54 +00:00
|
|
|
live:
|
2019-03-29 22:26:53 +00:00
|
|
|
plugin: dump
|
2019-03-29 22:16:54 +00:00
|
|
|
source: https://download.videolan.org/pub/contrib/live555/live.2019.03.06.tar.gz
|
|
|
|
source-type: tar
|
2019-03-29 22:26:53 +00:00
|
|
|
install: |
|
|
|
|
tar xvf live*.tar.gz
|
2019-03-29 21:58:48 +00:00
|
|
|
build:
|
|
|
|
plugin: cmake
|
|
|
|
source: https://github.com/mpromonet/v4l2rtspserver
|
|
|
|
source-type: git
|
2019-03-29 22:16:54 +00:00
|
|
|
after: [live]
|
2019-03-29 21:58:48 +00:00
|
|
|
install: |
|
|
|
|
cmake .
|
|
|
|
make
|
|
|
|
cpack
|
|
|
|
|
2019-03-29 21:51:42 +00:00
|
|
|
|