Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2022-2023 Niklas Poslovski
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
# We don't want to ship bash completions for this:
<transform file path=.+/bash-completion -> drop>
 
file path=usr/bin/ges-launch-1.0 \
    pkg.depend.bypass-generate=libgstvalidate-1.0.so.0
file path=usr/include/gstreamer-1.0/ges/ges-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-audio-source.h
file path=usr/include/gstreamer-1.0/ges/ges-audio-test-source.h
file path=usr/include/gstreamer-1.0/ges/ges-audio-track.h
file path=usr/include/gstreamer-1.0/ges/ges-audio-transition.h
file path=usr/include/gstreamer-1.0/ges/ges-audio-uri-source.h
file path=usr/include/gstreamer-1.0/ges/ges-base-effect-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-base-effect.h
file path=usr/include/gstreamer-1.0/ges/ges-base-transition-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-base-xml-formatter.h
file path=usr/include/gstreamer-1.0/ges/ges-clip-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-command-line-formatter.h
file path=usr/include/gstreamer-1.0/ges/ges-container.h
file path=usr/include/gstreamer-1.0/ges/ges-effect-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-effect-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-effect.h
file path=usr/include/gstreamer-1.0/ges/ges-enums.h
file path=usr/include/gstreamer-1.0/ges/ges-extractable.h
file path=usr/include/gstreamer-1.0/ges/ges-formatter.h
file path=usr/include/gstreamer-1.0/ges/ges-gerror.h
file path=usr/include/gstreamer-1.0/ges/ges-group.h
file path=usr/include/gstreamer-1.0/ges/ges-image-source.h
file path=usr/include/gstreamer-1.0/ges/ges-layer.h
file path=usr/include/gstreamer-1.0/ges/ges-marker-list.h
file path=usr/include/gstreamer-1.0/ges/ges-meta-container.h
file path=usr/include/gstreamer-1.0/ges/ges-multi-file-source.h
file path=usr/include/gstreamer-1.0/ges/ges-operation-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-operation.h
file path=usr/include/gstreamer-1.0/ges/ges-overlay-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-pipeline.h
file path=usr/include/gstreamer-1.0/ges/ges-pitivi-formatter.h
file path=usr/include/gstreamer-1.0/ges/ges-prelude.h
file path=usr/include/gstreamer-1.0/ges/ges-project.h
file path=usr/include/gstreamer-1.0/ges/ges-screenshot.h
file path=usr/include/gstreamer-1.0/ges/ges-source-clip-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-source-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-source.h
file path=usr/include/gstreamer-1.0/ges/ges-test-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-text-overlay-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-text-overlay.h
file path=usr/include/gstreamer-1.0/ges/ges-time-overlay-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-timeline-element.h
file path=usr/include/gstreamer-1.0/ges/ges-timeline.h
file path=usr/include/gstreamer-1.0/ges/ges-title-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-title-source.h
file path=usr/include/gstreamer-1.0/ges/ges-track-element-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-track-element-deprecated.h
file path=usr/include/gstreamer-1.0/ges/ges-track-element.h
file path=usr/include/gstreamer-1.0/ges/ges-track.h
file path=usr/include/gstreamer-1.0/ges/ges-transition-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-transition.h
file path=usr/include/gstreamer-1.0/ges/ges-types.h
file path=usr/include/gstreamer-1.0/ges/ges-uri-asset.h
file path=usr/include/gstreamer-1.0/ges/ges-uri-clip.h
file path=usr/include/gstreamer-1.0/ges/ges-utils.h
file path=usr/include/gstreamer-1.0/ges/ges-version.h
file path=usr/include/gstreamer-1.0/ges/ges-video-source.h
file path=usr/include/gstreamer-1.0/ges/ges-video-test-source.h
file path=usr/include/gstreamer-1.0/ges/ges-video-track.h
file path=usr/include/gstreamer-1.0/ges/ges-video-transition.h
file path=usr/include/gstreamer-1.0/ges/ges-video-uri-source.h
file path=usr/include/gstreamer-1.0/ges/ges-xml-formatter.h
file path=usr/include/gstreamer-1.0/ges/ges.h
file path=usr/lib/$(MACH64)/girepository-1.0/GES-1.0.typelib
file path=usr/lib/$(MACH64)/gst-validate-launcher/python/launcher/apps/geslaunch.py
file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstges.so
file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstnle.so
link path=usr/lib/$(MACH64)/libges-1.0.so target=libges-1.0.so.0
link path=usr/lib/$(MACH64)/libges-1.0.so.0 target=libges-1.0.so.0.2210.0
file path=usr/lib/$(MACH64)/libges-1.0.so.0.2210.0 \
    pkg.depend.bypass-generate=libgstvalidate-1.0.so.0
file path=usr/lib/$(MACH64)/pkgconfig/gst-editing-services-1.0.pc
file path=usr/lib/python$(PYVER)/vendor-packages/gi/overrides/GES.py \
    pkg.tmp.autopyc=false
file path=usr/share/bash-completion/completions/ges-launch-1.0
file path=usr/share/gir-1.0/GES-1.0.gir
file path=usr/share/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario
file path=usr/share/man/man1/ges-launch-1.0.1