Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dav1d
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xuefeng Jiang
dav1d
Commits
c9c445ac
Commit
c9c445ac
authored
Feb 14, 2019
by
Mark Shuttleworth
Committed by
Jean-Baptiste Kempf
Feb 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add snapcraft packaging
parent
fd5a950a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.gitignore
.gitignore
+1
-0
snap/snapcraft.yaml
snap/snapcraft.yaml
+23
-0
No files found.
.gitignore
View file @
c9c445ac
...
...
@@ -5,3 +5,4 @@
tags
.DS_Store
/tests/dav1d-test-data
*.snap
snap/snapcraft.yaml
0 → 100644
View file @
c9c445ac
name
:
dav1d
base
:
core18
version
:
git
summary
:
AV1 decoder from VideoLAN
description
:
|
A small and fast AV1 decoder from the people who brought you VLC.
grade
:
devel
# must be 'stable' to release into candidate/stable channels
confinement
:
strict
# use 'strict' once you have the right plugs and slots
apps
:
dav1d
:
command
:
usr/bin/dav1d
plugs
:
[
'
home'
]
parts
:
dav1d
:
plugin
:
meson
source
:
.
build-packages
:
[
'
nasm'
]
meson-parameters
:
-
--prefix=/usr
-
--buildtype=release
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment