Ravenports generated: 29 Oct 2023 21:28
[ravenports.git] / bucket_D6 / gstreamer1-plugins-theora
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               gstreamer1-plugins-theora
4 VERSION=                1.22.6
5 KEYWORDS=               multimedia
6 VARIANTS=               standard
7 SDESC[standard]=        GStreamer1 theora plugin
8 HOMEPAGE=               https://gstreamer.freedesktop.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://gstreamer.freedesktop.org/src/gst-plugins-base/
13 DISTFILE[1]=            gst-plugins-base-1.22.6.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILD_DEPENDS=          gstreamer1:dev:standard
21                         gstreamer1-plugins-base:dev:standard
22                         libogg:dev:standard
23                         libtheora:dev:standard
24 BUILDRUN_DEPENDS=       gstreamer1-plugins-base:primary:standard
25                         gstreamer1:primary:standard
26                         libtheora:primary:standard
27                         libogg:primary:standard
28
29 USES=                   gmake pkgconfig meson
30 GNOME_COMPONENTS=       glib
31
32 DISTNAME=               gst-plugins-base-1.22.6
33
34 LICENSE=                LGPL20+:single
35 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
36 LICENSE_FILE=           LGPL20+:{{WRKSRC}}/COPYING
37 LICENSE_AWK=            TERMS:"^$$"
38 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/ext/pango/gstbasetextoverlay.c
39 LICENSE_SCHEME=         solo
40
41 FPC_EQUIVALENT=         multimedia/gstreamer1-plugins-theora
42 MESON_ARGS=             -Dalsa=disabled
43                         -Dcdparanoia=disabled
44                         -Dlibvisual=disabled
45                         -Dogg=disabled
46                         -Dopus=disabled
47                         -Dpango=disabled
48                         -Dtheora=enabled
49                         -Dtremor=disabled
50                         -Dvorbis=disabled
51                         -Dx11=disabled
52                         -Dxshm=disabled
53                         -Dxvideo=disabled
54                         -Ddoc=disabled
55                         -Dnls=disabled
56                         -Dtools=disabled
57                         -Dexamples=disabled
58                         -Dtests=disabled
59                         -Dorc=disabled
60                         -Daudioconvert=disabled
61                         -Daudiomixer=disabled
62                         -Daudiorate=disabled
63                         -Daudioresample=disabled
64                         -Daudiotestsrc=disabled
65                         -Dcompositor=disabled
66                         -Dencoding=disabled
67                         -Dgio=disabled
68                         -Dadder=disabled
69                         -Dapp=disabled
70                         -Doverlaycomposition=disabled
71                         -Dpbtypes=disabled
72                         -Dplayback=disabled
73                         -Drawparse=disabled
74                         -Dsubparse=disabled
75                         -Dtcp=disabled
76                         -Dtypefind=disabled
77                         -Dvideoconvertscale=disabled
78                         -Dvideorate=disabled
79                         -Dvideotestsrc=disabled
80                         -Dvolume=disabled
81                         -Dgl=disabled
82
83 PLIST_SUB=              GSTVER=1.0
84                         PLUGIN=theora
85
86 post-patch:
87         ${REINPLACE_CMD} \
88                 -e "s/subdir..gst-libs../build_gstgl = false/" \
89                 -e "/subdir..pkgconfig../d" \
90                 ${WRKSRC}/meson.build
91
92 post-install:
93         ${RM} ${STAGEDIR}${PREFIX}/lib/pkgconfig/gstreamer-plugins-base-1.0.pc
94
95 [FILE:52:descriptions/desc.single]
96 This package contains the theora GStreamer1 plugin.
97
98
99 [FILE:109:distinfo]
100 50f2b4d17c02eefe430bbefa8c5cd134b1be78a53c0f60e951136d96cf49fd4b      2363564 gst-plugins-base-1.22.6.tar.xz
101
102
103 [FILE:45:manifests/plist.single]
104 lib/gstreamer-%%GSTVER%%/libgst%%PLUGIN%%.so
105
106
107 [FILE:525:patches/patch-ext_theora_meson.build]
108 --- ext/theora/meson.build.orig 2023-01-23 19:29:34 UTC
109 +++ ext/theora/meson.build
110 @@ -6,6 +6,8 @@ theora_sources = [
111  theoradec_dep = dependency('theoradec', version : '>=1.1', required : get_option('theora'))
112  theoraenc_dep = dependency('theoraenc', version : '>=1.1', required : get_option('theora'))
113  theora_deps = []
114 +video_dep = cc.find_library ('gstvideo-1.0', required : true)
115 +tag_dep = cc.find_library ('gsttag-1.0', required : true)
116  
117  if theoradec_dep.found() or theoraenc_dep.found()
118    if theoradec_dep.found()
119
120
121 [FILE:391:patches/patch-tools_meson.build]
122 --- tools/meson.build.orig      2023-01-23 19:29:34 UTC
123 +++ tools/meson.build
124 @@ -1,3 +1,6 @@
125 +tag_dep = cc.find_library ('gsttag-1.0', required : true)
126 +audio_dep = cc.find_library ('gstaudio-1.0', required : true)
127 +pbutils_dep = cc.find_library ('gstpbutils-1.0', required : true)
128  tool_deps = [pbutils_dep, audio_dep, video_dep, tag_dep, gst_dep, gst_base_dep, gmodule_dep]
129  
130  extra_args = []
131