-
Notifications
You must be signed in to change notification settings - Fork 0
/
linglong.yaml
64 lines (60 loc) · 1.18 KB
/
linglong.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
package:
id: org.deepin.movie
name: "deepin-movie"
version: 5.9.13
kind: app
description: |
movie player for deepin os
variables:
extra_args: |
-DVERSION=${VERSION}
runtime:
id: org.deepin.Runtime
version: 20.5.0
depends:
- id: icu
version: 63.1
type: runtime
- id: qtmpris
version: 0.1.0.1
type: runtime
- id: ffmpegthumbnailer
version: 2.1.1
- id: mpv
version: 0.29.1.37
- id: qtdbusextended
version: 0.0.3
type: runtime
- id: ffmpeg
version: 4.1.8
- id: "gstreamer1.0"
version: 1.14.6
- id: "gst-plugins-base1.0"
version: 1.14.5
type: runtime
- id: libva
version: 2.4.0
- id: libdvdnav
version: 6.0.0
- id: libdvdread
version: 6.0.0
- id: orc
version: 0.4.28
- id: xcb-util
version: 0.3.8.1
type: runtime
source:
kind: local
url: "http://gerrit.uniontech.com/deepin-movie-reborn"
version: 5.9.13
commit: a41347f6a932f647242e36d5b92f3e30538fb988
patch: patches/fix-build-failed.patch
build:
kind: manual
manual:
configure: |
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ${extra_args} ..
make -j6
make -j install