Ravenports generated: 14 Sep 2020 09:09
[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.18.0
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.18.0.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILD_DEPENDS=          autoselect-python:single:standard
21 BUILDRUN_DEPENDS=       gstreamer1-plugins-base:primary:standard
22                         gstreamer1:primary:standard
23                         libtheora:single:standard
24                         libogg:primary:standard
25
26 USES=                   gmake pkgconfig meson
27 GNOME_COMPONENTS=       glib
28
29 DISTNAME=               gst-plugins-base-1.18.0
30
31 LICENSE=                LGPL20+:single
32 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
33 LICENSE_FILE=           LGPL20+:{{WRKSRC}}/COPYING
34 LICENSE_AWK=            TERMS:"^$$"
35 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/ext/pango/gstbasetextoverlay.c
36 LICENSE_SCHEME=         solo
37
38 FPC_EQUIVALENT=         multimedia/gstreamer1-plugins-theora
39 MESON_ARGS=             -Dalsa=disabled
40                         -Dcdparanoia=disabled
41                         -Dlibvisual=disabled
42                         -Dogg=disabled
43                         -Dopus=disabled
44                         -Dpango=disabled
45                         -Dtheora=enabled
46                         -Dtremor=disabled
47                         -Dvorbis=disabled
48                         -Dx11=disabled
49                         -Dxshm=disabled
50                         -Dxvideo=disabled
51                         -Ddoc=disabled
52                         -Dnls=disabled
53                         -Dtools=disabled
54                         -Dexamples=disabled
55                         -Dtests=disabled
56                         -Dorc=disabled
57                         -Daudioconvert=disabled
58                         -Daudiomixer=disabled
59                         -Daudiorate=disabled
60                         -Daudioresample=disabled
61                         -Daudiotestsrc=disabled
62                         -Dcompositor=disabled
63                         -Dencoding=disabled
64                         -Dgio=disabled
65                         -Dadder=disabled
66                         -Dapp=disabled
67                         -Doverlaycomposition=disabled
68                         -Dpbtypes=disabled
69                         -Dplayback=disabled
70                         -Drawparse=disabled
71                         -Dsubparse=disabled
72                         -Dtcp=disabled
73                         -Dtypefind=disabled
74                         -Dvideoconvert=disabled
75                         -Dvideorate=disabled
76                         -Dvideoscale=disabled
77                         -Dvideotestsrc=disabled
78                         -Dvolume=disabled
79                         -Dgl=disabled
80
81 PLIST_SUB=              GSTVER=1.0
82                         PLUGIN=theora
83
84 post-patch:
85         ${REINPLACE_CMD} \
86                 -e "/subdir..gst-libs../d" \
87                 -e "/subdir..pkgconfig../d" \
88                 ${WRKSRC}/meson.build
89
90 [FILE:52:descriptions/desc.single]
91 This package contains the theora GStreamer1 plugin.
92
93
94 [FILE:109:distinfo]
95 762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897      3151060 gst-plugins-base-1.18.0.tar.xz
96
97
98 [FILE:45:manifests/plist.single]
99 lib/gstreamer-%%GSTVER%%/libgst%%PLUGIN%%.so
100
101
102 [FILE:525:patches/patch-ext_theora_meson.build]
103 --- ext/theora/meson.build.orig 2020-09-07 23:03:35 UTC
104 +++ ext/theora/meson.build
105 @@ -6,6 +6,8 @@ theora_sources = [
106  theoradec_dep = dependency('theoradec', version : '>=1.1', required : get_option('theora'))
107  theoraenc_dep = dependency('theoraenc', version : '>=1.1', required : get_option('theora'))
108  theora_deps = []
109 +video_dep = cc.find_library ('gstvideo-1.0', required : true)
110 +tag_dep = cc.find_library ('gsttag-1.0', required : true)
111  
112  if theoradec_dep.found() or theoraenc_dep.found()
113    if theoradec_dep.found()
114