Andreas Wacknitz
2023-12-18 ba992532ce2b93c23d6c73e40312c74f9896e00b
commit | author | age
a5b47f 1 #
AL 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2016 Aurelien Larcher. All rights reserved.
8b479d 14 # Copyright 2019 Michal Nowak
d23dc2 15 # Copyright 2021 Tim Mooney.  All rights reserved.
845ea5 16 # Copyright 2022-2023 Niklas Poslovski
a5b47f 17 #
AL 18
19 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
8ef661 20 set name=pkg.human-version value=$(HUMAN_VERSION)
a5b47f 21 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
AL 22 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
23 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
24 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
25 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
26
27 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
28
29 file path=usr/bin/gst-device-monitor-1.0
30 file path=usr/bin/gst-discoverer-1.0
31 file path=usr/bin/gst-play-1.0
2cb56c 32 # Don't include that file, it only exists on some machines and is missing on others, may be related to the graphics card.
NP 33 # file path=usr/include/GL/wglext.h
f48ea4 34 file path=usr/include/gstreamer-1.0/gst/allocators/allocators-prelude.h
a5b47f 35 file path=usr/include/gstreamer-1.0/gst/allocators/allocators.h
AL 36 file path=usr/include/gstreamer-1.0/gst/allocators/gstdmabuf.h
37 file path=usr/include/gstreamer-1.0/gst/allocators/gstfdmemory.h
f48ea4 38 file path=usr/include/gstreamer-1.0/gst/allocators/gstphysmemory.h
e123ad 39 file path=usr/include/gstreamer-1.0/gst/app/app-enumtypes.h
f48ea4 40 file path=usr/include/gstreamer-1.0/gst/app/app-prelude.h
a5b47f 41 file path=usr/include/gstreamer-1.0/gst/app/app.h
AL 42 file path=usr/include/gstreamer-1.0/gst/app/gstappsink.h
43 file path=usr/include/gstreamer-1.0/gst/app/gstappsrc.h
8b479d 44 file path=usr/include/gstreamer-1.0/gst/audio/audio-buffer.h
a5b47f 45 file path=usr/include/gstreamer-1.0/gst/audio/audio-channel-mixer.h
AL 46 file path=usr/include/gstreamer-1.0/gst/audio/audio-channels.h
47 file path=usr/include/gstreamer-1.0/gst/audio/audio-converter.h
48 file path=usr/include/gstreamer-1.0/gst/audio/audio-enumtypes.h
49 file path=usr/include/gstreamer-1.0/gst/audio/audio-format.h
50 file path=usr/include/gstreamer-1.0/gst/audio/audio-info.h
f48ea4 51 file path=usr/include/gstreamer-1.0/gst/audio/audio-prelude.h
a5b47f 52 file path=usr/include/gstreamer-1.0/gst/audio/audio-quantize.h
AL 53 file path=usr/include/gstreamer-1.0/gst/audio/audio-resampler.h
54 file path=usr/include/gstreamer-1.0/gst/audio/audio.h
f48ea4 55 file path=usr/include/gstreamer-1.0/gst/audio/gstaudioaggregator.h
a5b47f 56 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiobasesink.h
AL 57 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiobasesrc.h
58 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiocdsrc.h
59 file path=usr/include/gstreamer-1.0/gst/audio/gstaudioclock.h
60 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h
61 file path=usr/include/gstreamer-1.0/gst/audio/gstaudioencoder.h
62 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiofilter.h
63 file path=usr/include/gstreamer-1.0/gst/audio/gstaudioiec61937.h
64 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiometa.h
65 file path=usr/include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h
66 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiosink.h
67 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiosrc.h
f48ea4 68 file path=usr/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h
a5b47f 69 file path=usr/include/gstreamer-1.0/gst/audio/streamvolume.h
f48ea4 70 file path=usr/include/gstreamer-1.0/gst/fft/fft-prelude.h
a5b47f 71 file path=usr/include/gstreamer-1.0/gst/fft/fft.h
AL 72 file path=usr/include/gstreamer-1.0/gst/fft/gstfft.h
73 file path=usr/include/gstreamer-1.0/gst/fft/gstfftf32.h
74 file path=usr/include/gstreamer-1.0/gst/fft/gstfftf64.h
75 file path=usr/include/gstreamer-1.0/gst/fft/gstffts16.h
76 file path=usr/include/gstreamer-1.0/gst/fft/gstffts32.h
d23dc2 77 file path=usr/include/gstreamer-1.0/gst/gl/egl/egl.h
f48ea4 78 file path=usr/include/gstreamer-1.0/gst/gl/egl/gstegl.h
AL 79 file path=usr/include/gstreamer-1.0/gst/gl/egl/gsteglimage.h
80 file path=usr/include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
d23dc2 81 file path=usr/include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl_device.h
f48ea4 82 file path=usr/include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h
8b479d 83 file path=usr/include/gstreamer-1.0/gst/gl/gl-enumtypes.h
f48ea4 84 file path=usr/include/gstreamer-1.0/gst/gl/gl-prelude.h
AL 85 file path=usr/include/gstreamer-1.0/gst/gl/gl.h
86 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h
87 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/base.h
88 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/blending.h
28ca48 89 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/buffer_storage.h
f48ea4 90 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/buffers.h
AL 91 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/debug.h
92 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h
93 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/fbo.h
94 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h
95 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/gles.h
96 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h
97 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h
98 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/opengl.h
99 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/query.h
100 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
101 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/sync.h
102 file path=usr/include/gstreamer-1.0/gst/gl/glprototypes/vao.h
103 file path=usr/include/gstreamer-1.0/gst/gl/gstgl_enums.h
104 file path=usr/include/gstreamer-1.0/gst/gl/gstgl_fwd.h
105 file path=usr/include/gstreamer-1.0/gst/gl/gstglapi.h
106 file path=usr/include/gstreamer-1.0/gst/gl/gstglbasefilter.h
107 file path=usr/include/gstreamer-1.0/gst/gl/gstglbasememory.h
d23dc2 108 file path=usr/include/gstreamer-1.0/gst/gl/gstglbasesrc.h
f48ea4 109 file path=usr/include/gstreamer-1.0/gst/gl/gstglbuffer.h
AL 110 file path=usr/include/gstreamer-1.0/gst/gl/gstglbufferpool.h
111 file path=usr/include/gstreamer-1.0/gst/gl/gstglcolorconvert.h
112 file path=usr/include/gstreamer-1.0/gst/gl/gstglcontext.h
28ca48 113 file path=usr/include/gstreamer-1.0/gst/gl/gstglcontextconfig.h
f48ea4 114 file path=usr/include/gstreamer-1.0/gst/gl/gstgldebug.h
AL 115 file path=usr/include/gstreamer-1.0/gst/gl/gstgldisplay.h
116 file path=usr/include/gstreamer-1.0/gst/gl/gstglfeature.h
117 file path=usr/include/gstreamer-1.0/gst/gl/gstglfilter.h
118 file path=usr/include/gstreamer-1.0/gst/gl/gstglformat.h
119 file path=usr/include/gstreamer-1.0/gst/gl/gstglframebuffer.h
120 file path=usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h
121 file path=usr/include/gstreamer-1.0/gst/gl/gstglmemory.h
122 file path=usr/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h
123 file path=usr/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h
124 file path=usr/include/gstreamer-1.0/gst/gl/gstglquery.h
125 file path=usr/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h
126 file path=usr/include/gstreamer-1.0/gst/gl/gstglshader.h
127 file path=usr/include/gstreamer-1.0/gst/gl/gstglshaderstrings.h
128 file path=usr/include/gstreamer-1.0/gst/gl/gstglsl.h
129 file path=usr/include/gstreamer-1.0/gst/gl/gstglslstage.h
130 file path=usr/include/gstreamer-1.0/gst/gl/gstglsyncmeta.h
131 file path=usr/include/gstreamer-1.0/gst/gl/gstglupload.h
132 file path=usr/include/gstreamer-1.0/gst/gl/gstglutils.h
133 file path=usr/include/gstreamer-1.0/gst/gl/gstglviewconvert.h
134 file path=usr/include/gstreamer-1.0/gst/gl/gstglwindow.h
135 file path=usr/include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h
d23dc2 136 file path=usr/include/gstreamer-1.0/gst/gl/x11/x11.h
a5b47f 137 file path=usr/include/gstreamer-1.0/gst/pbutils/codec-utils.h
AL 138 file path=usr/include/gstreamer-1.0/gst/pbutils/descriptions.h
139 file path=usr/include/gstreamer-1.0/gst/pbutils/encoding-profile.h
140 file path=usr/include/gstreamer-1.0/gst/pbutils/encoding-target.h
141 file path=usr/include/gstreamer-1.0/gst/pbutils/gstaudiovisualizer.h
142 file path=usr/include/gstreamer-1.0/gst/pbutils/gstdiscoverer.h
143 file path=usr/include/gstreamer-1.0/gst/pbutils/gstpluginsbaseversion.h
144 file path=usr/include/gstreamer-1.0/gst/pbutils/install-plugins.h
145 file path=usr/include/gstreamer-1.0/gst/pbutils/missing-plugins.h
146 file path=usr/include/gstreamer-1.0/gst/pbutils/pbutils-enumtypes.h
f48ea4 147 file path=usr/include/gstreamer-1.0/gst/pbutils/pbutils-prelude.h
a5b47f 148 file path=usr/include/gstreamer-1.0/gst/pbutils/pbutils.h
AL 149 file path=usr/include/gstreamer-1.0/gst/riff/riff-ids.h
150 file path=usr/include/gstreamer-1.0/gst/riff/riff-media.h
f48ea4 151 file path=usr/include/gstreamer-1.0/gst/riff/riff-prelude.h
a5b47f 152 file path=usr/include/gstreamer-1.0/gst/riff/riff-read.h
AL 153 file path=usr/include/gstreamer-1.0/gst/riff/riff.h
154 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h
155 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtp-enumtypes.h
156 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h
157 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h
158 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h
159 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h
160 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h
161 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtphdrext.h
8b479d 162 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtpmeta.h
a5b47f 163 file path=usr/include/gstreamer-1.0/gst/rtp/gstrtppayloads.h
f48ea4 164 file path=usr/include/gstreamer-1.0/gst/rtp/rtp-prelude.h
a5b47f 165 file path=usr/include/gstreamer-1.0/gst/rtp/rtp.h
AL 166 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h
167 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtsp.h
168 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h
169 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h
170 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtspextension.h
171 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h
172 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtsprange.h
173 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h
174 file path=usr/include/gstreamer-1.0/gst/rtsp/gstrtspurl.h
f48ea4 175 file path=usr/include/gstreamer-1.0/gst/rtsp/rtsp-prelude.h
a5b47f 176 file path=usr/include/gstreamer-1.0/gst/rtsp/rtsp.h
AL 177 file path=usr/include/gstreamer-1.0/gst/sdp/gstmikey.h
178 file path=usr/include/gstreamer-1.0/gst/sdp/gstsdp.h
179 file path=usr/include/gstreamer-1.0/gst/sdp/gstsdpmessage.h
f48ea4 180 file path=usr/include/gstreamer-1.0/gst/sdp/sdp-prelude.h
a5b47f 181 file path=usr/include/gstreamer-1.0/gst/sdp/sdp.h
AL 182 file path=usr/include/gstreamer-1.0/gst/tag/gsttagdemux.h
183 file path=usr/include/gstreamer-1.0/gst/tag/gsttagmux.h
e123ad 184 file path=usr/include/gstreamer-1.0/gst/tag/tag-enumtypes.h
f48ea4 185 file path=usr/include/gstreamer-1.0/gst/tag/tag-prelude.h
a5b47f 186 file path=usr/include/gstreamer-1.0/gst/tag/tag.h
AL 187 file path=usr/include/gstreamer-1.0/gst/tag/xmpwriter.h
188 file path=usr/include/gstreamer-1.0/gst/video/colorbalance.h
189 file path=usr/include/gstreamer-1.0/gst/video/colorbalancechannel.h
190 file path=usr/include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h
8b479d 191 file path=usr/include/gstreamer-1.0/gst/video/gstvideoaggregator.h
28ca48 192 file path=usr/include/gstreamer-1.0/gst/video/gstvideocodecalphameta.h
a5b47f 193 file path=usr/include/gstreamer-1.0/gst/video/gstvideodecoder.h
AL 194 file path=usr/include/gstreamer-1.0/gst/video/gstvideoencoder.h
195 file path=usr/include/gstreamer-1.0/gst/video/gstvideofilter.h
196 file path=usr/include/gstreamer-1.0/gst/video/gstvideometa.h
197 file path=usr/include/gstreamer-1.0/gst/video/gstvideopool.h
198 file path=usr/include/gstreamer-1.0/gst/video/gstvideosink.h
199 file path=usr/include/gstreamer-1.0/gst/video/gstvideotimecode.h
200 file path=usr/include/gstreamer-1.0/gst/video/gstvideoutils.h
201 file path=usr/include/gstreamer-1.0/gst/video/navigation.h
8b479d 202 file path=usr/include/gstreamer-1.0/gst/video/video-anc.h
a5b47f 203 file path=usr/include/gstreamer-1.0/gst/video/video-blend.h
AL 204 file path=usr/include/gstreamer-1.0/gst/video/video-chroma.h
205 file path=usr/include/gstreamer-1.0/gst/video/video-color.h
206 file path=usr/include/gstreamer-1.0/gst/video/video-converter.h
207 file path=usr/include/gstreamer-1.0/gst/video/video-dither.h
208 file path=usr/include/gstreamer-1.0/gst/video/video-enumtypes.h
209 file path=usr/include/gstreamer-1.0/gst/video/video-event.h
210 file path=usr/include/gstreamer-1.0/gst/video/video-format.h
211 file path=usr/include/gstreamer-1.0/gst/video/video-frame.h
d23dc2 212 file path=usr/include/gstreamer-1.0/gst/video/video-hdr.h
a5b47f 213 file path=usr/include/gstreamer-1.0/gst/video/video-info.h
AL 214 file path=usr/include/gstreamer-1.0/gst/video/video-multiview.h
215 file path=usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h
f48ea4 216 file path=usr/include/gstreamer-1.0/gst/video/video-prelude.h
a5b47f 217 file path=usr/include/gstreamer-1.0/gst/video/video-resampler.h
AL 218 file path=usr/include/gstreamer-1.0/gst/video/video-scaler.h
c73734 219 file path=usr/include/gstreamer-1.0/gst/video/video-sei.h
a5b47f 220 file path=usr/include/gstreamer-1.0/gst/video/video-tile.h
AL 221 file path=usr/include/gstreamer-1.0/gst/video/video.h
222 file path=usr/include/gstreamer-1.0/gst/video/videodirection.h
223 file path=usr/include/gstreamer-1.0/gst/video/videoorientation.h
224 file path=usr/include/gstreamer-1.0/gst/video/videooverlay.h
225 file path=usr/lib/$(MACH64)/girepository-1.0/GstAllocators-1.0.typelib
226 file path=usr/lib/$(MACH64)/girepository-1.0/GstApp-1.0.typelib
227 file path=usr/lib/$(MACH64)/girepository-1.0/GstAudio-1.0.typelib
f48ea4 228 file path=usr/lib/$(MACH64)/girepository-1.0/GstGL-1.0.typelib
d23dc2 229 file path=usr/lib/$(MACH64)/girepository-1.0/GstGLEGL-1.0.typelib
TM 230 file path=usr/lib/$(MACH64)/girepository-1.0/GstGLX11-1.0.typelib
a5b47f 231 file path=usr/lib/$(MACH64)/girepository-1.0/GstPbutils-1.0.typelib
AL 232 file path=usr/lib/$(MACH64)/girepository-1.0/GstRtp-1.0.typelib
233 file path=usr/lib/$(MACH64)/girepository-1.0/GstRtsp-1.0.typelib
234 file path=usr/lib/$(MACH64)/girepository-1.0/GstSdp-1.0.typelib
235 file path=usr/lib/$(MACH64)/girepository-1.0/GstTag-1.0.typelib
236 file path=usr/lib/$(MACH64)/girepository-1.0/GstVideo-1.0.typelib
f48ea4 237 file path=usr/lib/$(MACH64)/gstreamer-1.0/include/gst/gl/gstglconfig.h
a5b47f 238 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstadder.so
AL 239 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstapp.so
240 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstaudioconvert.so
f48ea4 241 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstaudiomixer.so
a5b47f 242 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstaudiorate.so
AL 243 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstaudioresample.so
244 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstaudiotestsrc.so
8b479d 245 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstcompositor.so
e123ad 246 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstencoding.so
a5b47f 247 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstgio.so
AL 248 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstlibvisual.so
249 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstogg.so
f48ea4 250 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstopengl.so
a5b47f 251 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstopus.so
8b479d 252 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstoverlaycomposition.so
a5b47f 253 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstpango.so
e123ad 254 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstpbtypes.so
a5b47f 255 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstplayback.so
e123ad 256 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstrawparse.so
a5b47f 257 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstsubparse.so
AL 258 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgsttcp.so
259 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgsttheora.so
260 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgsttypefindfunctions.so
c73734 261 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstvideoconvertscale.so
a5b47f 262 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstvideorate.so
AL 263 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstvideotestsrc.so
264 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstvolume.so
265 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstvorbis.so
266 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstximagesink.so
267 file path=usr/lib/$(MACH64)/gstreamer-1.0/libgstxvimagesink.so
268 link path=usr/lib/$(MACH64)/libgstallocators-1.0.so \
d23dc2 269     target=libgstallocators-1.0.so.0
a5b47f 270 link path=usr/lib/$(MACH64)/libgstallocators-1.0.so.0 \
ba9925 271     target=libgstallocators-1.0.so.0.2208.0
AW 272 file path=usr/lib/$(MACH64)/libgstallocators-1.0.so.0.2208.0
d23dc2 273 link path=usr/lib/$(MACH64)/libgstapp-1.0.so target=libgstapp-1.0.so.0
ba9925 274 link path=usr/lib/$(MACH64)/libgstapp-1.0.so.0 target=libgstapp-1.0.so.0.2208.0
AW 275 file path=usr/lib/$(MACH64)/libgstapp-1.0.so.0.2208.0
28ca48 276 link path=usr/lib/$(MACH64)/libgstaudio-1.0.so target=libgstaudio-1.0.so.0
a5b47f 277 link path=usr/lib/$(MACH64)/libgstaudio-1.0.so.0 \
ba9925 278     target=libgstaudio-1.0.so.0.2208.0
AW 279 file path=usr/lib/$(MACH64)/libgstaudio-1.0.so.0.2208.0
d23dc2 280 link path=usr/lib/$(MACH64)/libgstfft-1.0.so target=libgstfft-1.0.so.0
ba9925 281 link path=usr/lib/$(MACH64)/libgstfft-1.0.so.0 target=libgstfft-1.0.so.0.2208.0
AW 282 file path=usr/lib/$(MACH64)/libgstfft-1.0.so.0.2208.0
d23dc2 283 link path=usr/lib/$(MACH64)/libgstgl-1.0.so target=libgstgl-1.0.so.0
ba9925 284 link path=usr/lib/$(MACH64)/libgstgl-1.0.so.0 target=libgstgl-1.0.so.0.2208.0
AW 285 file path=usr/lib/$(MACH64)/libgstgl-1.0.so.0.2208.0 \
d23dc2 286     pkg.depend.bypass-generate=libGL\.so\.1 \
TM 287     pkg.depend.bypass-generate=libEGL\.so\.1
28ca48 288 link path=usr/lib/$(MACH64)/libgstpbutils-1.0.so target=libgstpbutils-1.0.so.0
a5b47f 289 link path=usr/lib/$(MACH64)/libgstpbutils-1.0.so.0 \
ba9925 290     target=libgstpbutils-1.0.so.0.2208.0
AW 291 file path=usr/lib/$(MACH64)/libgstpbutils-1.0.so.0.2208.0
d23dc2 292 link path=usr/lib/$(MACH64)/libgstriff-1.0.so target=libgstriff-1.0.so.0
a5b47f 293 link path=usr/lib/$(MACH64)/libgstriff-1.0.so.0 \
ba9925 294     target=libgstriff-1.0.so.0.2208.0
AW 295 file path=usr/lib/$(MACH64)/libgstriff-1.0.so.0.2208.0
d23dc2 296 link path=usr/lib/$(MACH64)/libgstrtp-1.0.so target=libgstrtp-1.0.so.0
ba9925 297 link path=usr/lib/$(MACH64)/libgstrtp-1.0.so.0 target=libgstrtp-1.0.so.0.2208.0
AW 298 file path=usr/lib/$(MACH64)/libgstrtp-1.0.so.0.2208.0
d23dc2 299 link path=usr/lib/$(MACH64)/libgstrtsp-1.0.so target=libgstrtsp-1.0.so.0
a5b47f 300 link path=usr/lib/$(MACH64)/libgstrtsp-1.0.so.0 \
ba9925 301     target=libgstrtsp-1.0.so.0.2208.0
AW 302 file path=usr/lib/$(MACH64)/libgstrtsp-1.0.so.0.2208.0
d23dc2 303 link path=usr/lib/$(MACH64)/libgstsdp-1.0.so target=libgstsdp-1.0.so.0
ba9925 304 link path=usr/lib/$(MACH64)/libgstsdp-1.0.so.0 target=libgstsdp-1.0.so.0.2208.0
AW 305 file path=usr/lib/$(MACH64)/libgstsdp-1.0.so.0.2208.0
d23dc2 306 link path=usr/lib/$(MACH64)/libgsttag-1.0.so target=libgsttag-1.0.so.0
ba9925 307 link path=usr/lib/$(MACH64)/libgsttag-1.0.so.0 target=libgsttag-1.0.so.0.2208.0
AW 308 file path=usr/lib/$(MACH64)/libgsttag-1.0.so.0.2208.0
28ca48 309 link path=usr/lib/$(MACH64)/libgstvideo-1.0.so target=libgstvideo-1.0.so.0
a5b47f 310 link path=usr/lib/$(MACH64)/libgstvideo-1.0.so.0 \
ba9925 311     target=libgstvideo-1.0.so.0.2208.0
AW 312 file path=usr/lib/$(MACH64)/libgstvideo-1.0.so.0.2208.0
a5b47f 313 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-allocators-1.0.pc
AL 314 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-app-1.0.pc
315 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-audio-1.0.pc
316 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-fft-1.0.pc
f48ea4 317 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-gl-1.0.pc
d23dc2 318 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-gl-egl-1.0.pc
TM 319 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-gl-prototypes-1.0.pc
320 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-gl-x11-1.0.pc
a5b47f 321 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-pbutils-1.0.pc
AL 322 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-plugins-base-1.0.pc
323 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-riff-1.0.pc
324 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-rtp-1.0.pc
325 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-rtsp-1.0.pc
326 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-sdp-1.0.pc
327 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-tag-1.0.pc
328 file path=usr/lib/$(MACH64)/pkgconfig/gstreamer-video-1.0.pc
329 file path=usr/share/gir-1.0/GstAllocators-1.0.gir
330 file path=usr/share/gir-1.0/GstApp-1.0.gir
331 file path=usr/share/gir-1.0/GstAudio-1.0.gir
f48ea4 332 file path=usr/share/gir-1.0/GstGL-1.0.gir
d23dc2 333 file path=usr/share/gir-1.0/GstGLEGL-1.0.gir
TM 334 file path=usr/share/gir-1.0/GstGLX11-1.0.gir
a5b47f 335 file path=usr/share/gir-1.0/GstPbutils-1.0.gir
AL 336 file path=usr/share/gir-1.0/GstRtp-1.0.gir
337 file path=usr/share/gir-1.0/GstRtsp-1.0.gir
338 file path=usr/share/gir-1.0/GstSdp-1.0.gir
339 file path=usr/share/gir-1.0/GstTag-1.0.gir
340 file path=usr/share/gir-1.0/GstVideo-1.0.gir
341 file path=usr/share/gst-plugins-base/1.0/license-translations.dict
342 file path=usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo
343 file path=usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo
344 file path=usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo
345 file path=usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo
346 file path=usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo
347 file path=usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo
348 file path=usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo
349 file path=usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo
350 file path=usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo
351 file path=usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo
352 file path=usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo
353 file path=usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo
354 file path=usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo
355 file path=usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo
e123ad 356 file path=usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo
a5b47f 357 file path=usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo
AL 358 file path=usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo
359 file path=usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo
360 file path=usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo
361 file path=usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo
362 file path=usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo
c73734 363 file path=usr/share/locale/ka/LC_MESSAGES/gst-plugins-base-1.0.mo
a5b47f 364 file path=usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo
AL 365 file path=usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo
366 file path=usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo
367 file path=usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo
368 file path=usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo
369 file path=usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo
370 file path=usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo
371 file path=usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo
372 file path=usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo
373 file path=usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo
374 file path=usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo
375 file path=usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo
376 file path=usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo
377 file path=usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo
378 file path=usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo
379 file path=usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo
380 file path=usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo
381 file path=usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo
382 file path=usr/share/man/man1/gst-device-monitor-1.0.1
383 file path=usr/share/man/man1/gst-discoverer-1.0.1
384 file path=usr/share/man/man1/gst-play-1.0.1