forked from berlogue/opera-stable-libffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opera-libffmpeg.spec
743 lines (680 loc) · 25.3 KB
/
opera-libffmpeg.spec
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
#Global Libraries
#Do not turn it on in Fedora copr!
%global freeworld 1
%global menu_name Chromium (Freeworld)
%global xdg_subdir chromium
#This can be any folder on out
%global target out/Release
### Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
### Note: These are for Fedora use ONLY.
### For your own distribution, please get your own set of keys.
### http://lists.debian.org/debian-legal/2013/11/msg00006.html
%global api_key AIzaSyDUIXvzVrt5OkVsgXhQ6NFfvWlA44by-aw
###############################Exclude Private chromium libs###########################
%global __requires_exclude %{chromiumdir}/.*\\.so
%global __provides_exclude_from %{chromiumdir}/.*\\.so
#######################################CONFIGS###########################################
# System libraries to use.
%global system_ffmpeg 0
%global system_harfbuzz 1
%global system_libicu 0
%global system_libvpx 0
%global system_libxml2 1
%global system_minizip 1
%global system_re2 1
##############################Package Definitions######################################
Name: opera-libffmpeg
Version: 90.0.4430.85
Release: 1%{?dist}
Summary: Additional FFmpeg library for Opera Web browser providing H264 and MP4 support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://gist.github.com/lukaszzek/ec04d5c953226c062dac
%if %{freeworld}
Source0: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz
%else
# Unfortunately, Fedora & Copr forbids uploading sources with patent-encumbered
# ffmpeg code even if they are never compiled and linked to target binaries,
# so we must repackage upstream tarballs to satisfy this requirement. However,
# we cannot simply delete all code of ffmpeg because this will disable support
# for some commonly-used free codecs such as Ogg Theora. Instead, helper
# scripts included in official Fedora packages are copied, modified, and used
# to automate the repackaging work.
# Get those helper scripts from https://src.fedoraproject.org/rpms/chromium
# If you don't use Fedora services, Just set the value of freeworld in this spec file
# to 1 to use the upstreanm packaged source.
# The repackaged source tarball used here is produced by:
# ./chromium-latest.py --stable --ffmpegclean --ffmpegarm --deleteunrar
Source0: chromium-%{version}-clean.tar.xz
%endif
# Patchset composed by Stephan Hartmann.
%global patchset_revision chromium-90-patchset-7
Source1: https://github.com/stha09/chromium-patches/archive/%{patchset_revision}/chromium-patches-%{patchset_revision}.tar.gz
# The following two source files are copied and modified from the chromium source
Source10: chromium-freeworld.sh
#Add our own appdata file.
#Source11: chromium-freeworld.appdata.xml
Source12: chromium-symbolic.svg
#Personal stuff
Source15: LICENSE
######################## Installation Folder #################################################
#Our installation folder
%global chromiumdir %{_libdir}/%{name}
########################################################################################
#Compiler settings
# Make sure we don't encounter any bug
BuildRequires: gcc-c++
# Basic tools and libraries needed for building
BuildRequires: ninja-build, nodejs, bison, gperf, hwdata
BuildRequires: libgcc, glibc, libatomic
BuildRequires: libcap-devel, cups-devel, alsa-lib-devel
BuildRequires: mesa-libGL-devel, mesa-libEGL-devel
%if %{system_minizip}
BuildRequires: minizip-compat-devel
%endif
# Pipewire need this.
BuildRequires: pkgconfig(libpipewire-0.3)
BuildRequires: pkgconfig(gtk+-2.0), pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libexif), pkgconfig(nss)
BuildRequires: pkgconfig(xtst), pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(dbus-1), pkgconfig(libudev)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(libffi)
#for vaapi
BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: /usr/bin/python2
BuildRequires: python2-setuptools
%if %{system_re2}
BuildRequires: re2-devel
%endif
# replace_gn_files.py --system-libraries
BuildRequires: flac-devel
BuildRequires: freetype-devel
%if %{system_harfbuzz}
BuildRequires: harfbuzz-devel
%endif
%if %{system_libicu}
BuildRequires: libicu-devel
%endif
BuildRequires: libdrm-devel
BuildRequires: libjpeg-turbo-devel
BuildRequires: libpng-devel
# Chromium requires libvpx 1.5.0 and some non-default options
%if %{system_libvpx}
BuildRequires: libvpx-devel
%endif
%if %{system_ffmpeg}
BuildRequires: ffmpeg-devel
%endif
BuildRequires: libwebp-devel
%if %{system_libxml2}
BuildRequires: pkgconfig(libxml-2.0)
%endif
BuildRequires: pkgconfig(libxslt)
BuildRequires: opus-devel
BuildRequires: snappy-devel
BuildRequires: expat-devel
BuildRequires: pciutils-devel
BuildRequires: speech-dispatcher-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: libxshmfence-devel
# install desktop files
BuildRequires: desktop-file-utils
# install AppData files
BuildRequires: libappstream-glib
# Mojojojo need this >:(
BuildRequires: java-1.8.0-openjdk
# Libstdc++ static needed for linker
BuildRequires: libstdc++-static
#Runtime Requirements
Requires: hicolor-icon-theme
# Make sure chromium-freeworld replaces chromium-vaapi
Provides: chromium-vaapi = %{version}-%{release}
Obsoletes: chromium-vaapi < %{version}-%{release}
#Some recommendations
Recommends: libva-utils
%global debug_package %{nil}
# This build should be only available to amd64
ExclusiveArch: x86_64
# Gentoo patches:
Patch201: chromium-89-EnumTable-crash.patch
# Fedora patches:
Patch300: chromium-py2-bootstrap.patch
Patch301: chromium-fstatfix.patch
Patch302: chromium-gcc11.patch
Patch1303: chromium-rawhide-gcc-std-max-fix.patch
# RPM Fusion patches [free/chromium-freeworld]:
Patch400: chromium-hw-accel-mjpeg.patch
Patch401: chromium-fix-vaapi-on-intel.patch
Patch402: chromium-enable-widevine.patch
Patch403: chromium-manpage.patch
Patch404: chromium-md5-based-build-id.patch
Patch405: chromium-names.patch
Patch1406: chromium-rpm-fusion-brand.patch
%description
Due to changes in Chromium, Opera is no longer able to use the system FFmpeg
library for H264 video playback on Linux, so H264-encoded videos fail to play by
default (but HTML5 video encoded using different formats, like webm, work). For
legal reasons, Opera may not be distributed with H264 compatible FFmpeg library
included into package.
It's possible to build the extra version of Chromium modified FFmpeg providing
H264 and MP4 support. Opera-libffmpeg package includes this library.
############################################PREP###########################################################
%prep
%setup -q -T -n chromium-patches-%{patchset_revision} -b 1
%setup -q -n chromium-%{version}
%global patchset_root %{_builddir}/chromium-patches-%{patchset_revision}
# Apply patchset composed by Stephan Hartmann.
%global patchset_apply() \
printf "Applying %%s\\n" %{1} \
%{__scm_apply_patch -p1} <%{patchset_root}/%{1}
%patchset_apply chromium-78-protobuf-RepeatedPtrField-export.patch
%patchset_apply chromium-90-CrossThreadCopier-qualification.patch
%patchset_apply chromium-90-TokenizedOutput-include.patch
%patchset_apply chromium-90-angle-constexpr.patch
%patchset_apply chromium-90-quantization_utils-include.patch
%patchset_apply chromium-90-ruy-include.patch
# Apply patches up to #1000 from this spec.
%autopatch -M1000 -p1
# Manually apply patches that need an ifdef
%if 0%{?fedora} >= 35
%patch1303 -p1
%endif
%if %{freeworld}
%patch1406 -p1
%endif
#Let's change the default shebang of python files.
find -depth -type f -writable -name "*.py" -exec sed -iE '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!%{__python2}=' {} +
./build/linux/unbundle/remove_bundled_libraries.py --do-remove \
base/third_party/cityhash \
base/third_party/double_conversion \
base/third_party/dynamic_annotations \
base/third_party/icu \
base/third_party/libevent \
base/third_party/nspr \
base/third_party/superfasthash \
base/third_party/symbolize \
base/third_party/valgrind \
base/third_party/xdg_mime \
base/third_party/xdg_user_dirs \
buildtools/third_party/libc++ \
buildtools/third_party/libc++abi \
chrome/third_party/mozilla_security_manager \
courgette/third_party \
native_client/src/third_party/dlmalloc \
native_client/src/third_party/valgrind \
net/third_party/mozilla_security_manager \
net/third_party/nss \
net/third_party/quic \
net/third_party/uri_template \
third_party/abseil-cpp \
third_party/angle \
third_party/angle/src/common/third_party/base \
third_party/angle/src/common/third_party/smhasher \
third_party/angle/src/common/third_party/xxhash \
third_party/angle/src/third_party/compiler \
third_party/angle/src/third_party/libXNVCtrl \
third_party/angle/src/third_party/trace_event \
third_party/angle/src/third_party/volk \
third_party/libgifcodec \
third_party/apple_apsl \
third_party/axe-core \
third_party/boringssl \
third_party/boringssl/src/third_party/fiat \
third_party/blink \
third_party/breakpad \
third_party/breakpad/breakpad/src/third_party/curl \
third_party/brotli \
third_party/catapult \
third_party/catapult/common/py_vulcanize/third_party/rcssmin \
third_party/catapult/common/py_vulcanize/third_party/rjsmin \
third_party/catapult/third_party/beautifulsoup4 \
third_party/catapult/third_party/html5lib-python \
third_party/catapult/third_party/polymer \
third_party/catapult/third_party/six \
third_party/catapult/tracing/third_party/d3 \
third_party/catapult/tracing/third_party/gl-matrix \
third_party/catapult/tracing/third_party/jpeg-js \
third_party/catapult/tracing/third_party/jszip \
third_party/catapult/tracing/third_party/mannwhitneyu \
third_party/catapult/tracing/third_party/oboe \
third_party/catapult/tracing/third_party/pako \
third_party/ced \
third_party/cld_3 \
third_party/closure_compiler \
third_party/crashpad \
third_party/crashpad/crashpad/third_party/lss \
third_party/crashpad/crashpad/third_party/zlib \
third_party/crc32c \
third_party/cros_system_api \
third_party/dawn \
third_party/dawn/third_party/khronos \
third_party/depot_tools \
third_party/dav1d \
third_party/devscripts \
third_party/devtools-frontend \
third_party/devtools-frontend/src/front_end/third_party/acorn \
third_party/devtools-frontend/src/front_end/third_party/axe-core \
third_party/devtools-frontend/src/front_end/third_party/chromium \
third_party/devtools-frontend/src/front_end/third_party/codemirror \
third_party/devtools-frontend/src/front_end/third_party/fabricjs \
third_party/devtools-frontend/src/front_end/third_party/i18n \
third_party/devtools-frontend/src/front_end/third_party/intl-messageformat \
third_party/devtools-frontend/src/front_end/third_party/lighthouse \
third_party/devtools-frontend/src/front_end/third_party/lit-html \
third_party/devtools-frontend/src/front_end/third_party/lodash-isequal \
third_party/devtools-frontend/src/front_end/third_party/marked \
third_party/devtools-frontend/src/front_end/third_party/puppeteer \
third_party/devtools-frontend/src/front_end/third_party/wasmparser \
third_party/devtools-frontend/src/third_party \
third_party/dom_distiller_js \
third_party/eigen3 \
third_party/emoji-segmenter \
third_party/farmhash \
third_party/fdlibm \
%if !%{system_ffmpeg}
third_party/ffmpeg \
%endif
third_party/fft2d \
third_party/flatbuffers \
third_party/freetype \
third_party/fusejs \
third_party/liburlpattern \
third_party/libzip \
third_party/gemmlowp \
third_party/google_input_tools \
third_party/google_input_tools/third_party/closure_library \
third_party/google_input_tools/third_party/closure_library/third_party/closure \
third_party/googletest \
%if !%{system_harfbuzz}
third_party/harfbuzz-ng \
%endif
third_party/harfbuzz-ng/utils \
third_party/hunspell \
third_party/iccjpeg \
%if !%{system_libicu}
third_party/icu \
%endif
third_party/inspector_protocol \
third_party/jinja2 \
third_party/jsoncpp \
third_party/jstemplate \
third_party/khronos \
third_party/leveldatabase \
third_party/libaddressinput \
third_party/libaom \
third_party/libaom/source/libaom/third_party/fastfeat \
third_party/libaom/source/libaom/third_party/vector \
third_party/libaom/source/libaom/third_party/x86inc \
third_party/libavif \
third_party/libgav1 \
third_party/libjingle \
third_party/libphonenumber \
third_party/libsecret \
third_party/libsrtp \
third_party/libsync \
third_party/libudev \
third_party/libva_protected_content \
%if !%{system_libvpx}
third_party/libvpx \
third_party/libvpx/source/libvpx/third_party/x86inc \
%endif
third_party/libwebm \
third_party/libx11 \
third_party/libxcb-keysyms \
%if %{system_libxml2}
third_party/libxml/chromium \
%else
third_party/libxml \
%endif
third_party/libXNVCtrl \
third_party/libyuv \
third_party/lottie \
third_party/lss \
third_party/lzma_sdk \
third_party/mako \
third_party/markupsafe \
third_party/mesa \
third_party/metrics_proto \
third_party/minigbm \
%if !%{system_minizip}
third_party/minizip/ \
%endif
third_party/modp_b64 \
third_party/nasm \
third_party/nearby \
third_party/neon_2_sse \
third_party/node \
third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2 \
third_party/one_euro_filter \
third_party/opencv \
third_party/openh264 \
third_party/openscreen \
third_party/openscreen/src/third_party/mozilla \
third_party/openscreen/src/third_party/tinycbor/src/src \
third_party/ots \
third_party/pdfium \
third_party/pdfium/third_party/agg23 \
third_party/pdfium/third_party/base \
third_party/pdfium/third_party/bigint \
third_party/pdfium/third_party/freetype \
third_party/pdfium/third_party/lcms \
third_party/pdfium/third_party/libopenjpeg20 \
third_party/pdfium/third_party/libpng16 \
third_party/pdfium/third_party/libtiff \
third_party/pdfium/third_party/skia_shared \
third_party/perfetto \
third_party/perfetto/protos/third_party/chromium \
third_party/pffft \
third_party/ply \
third_party/polymer \
third_party/private-join-and-compute \
third_party/private_membership \
third_party/protobuf \
third_party/protobuf/third_party/six \
third_party/pyjson5 \
third_party/qcms \
%if !%{system_re2}
third_party/re2 \
%endif
third_party/rnnoise \
third_party/ruy \
third_party/s2cellid \
third_party/schema_org \
third_party/securemessage \
third_party/shell-encryption \
third_party/skia \
third_party/skia/include/third_party/skcms \
third_party/skia/include/third_party/vulkan \
third_party/skia/third_party/vulkan \
third_party/skia/third_party/skcms \
third_party/smhasher \
third_party/speech-dispatcher \
third_party/sqlite \
third_party/swiftshader \
third_party/swiftshader/third_party/astc-encoder \
third_party/swiftshader/third_party/llvm-10.0 \
third_party/swiftshader/third_party/llvm-subzero \
third_party/swiftshader/third_party/marl \
third_party/swiftshader/third_party/subzero \
third_party/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1 \
third_party/tcmalloc \
third_party/tensorflow-text \
third_party/tflite \
third_party/tflite/src/third_party/eigen3 \
third_party/tflite/src/third_party/fft2d \
third_party/tflite-support \
third_party/tint \
third_party/ukey2 \
third_party/unrar \
third_party/utf \
third_party/usb_ids \
third_party/usrsctp \
third_party/vulkan \
third_party/wayland \
third_party/web-animations-js \
third_party/webdriver \
third_party/webrtc \
third_party/webrtc/common_audio/third_party/ooura \
third_party/webrtc/common_audio/third_party/spl_sqrt_floor \
third_party/webrtc/modules/third_party/fft \
third_party/webrtc/modules/third_party/g711 \
third_party/webrtc/modules/third_party/g722 \
third_party/webrtc/rtc_base/third_party/base64 \
third_party/webrtc/rtc_base/third_party/sigslot \
third_party/widevine \
third_party/woff2 \
third_party/wuffs \
third_party/x11proto \
third_party/xcbproto \
third_party/xdg-utils \
third_party/zlib/google \
third_party/zxcvbn-cpp \
tools/grit/third_party/six \
%if !%{system_minizip}
third_party/zlib \
%endif
tools/gn/src/base/third_party/icu \
url/third_party/mozilla \
v8/src/third_party/siphash \
v8/src/third_party/valgrind \
v8/src/third_party/utf8-decoder \
v8/third_party/inspector_protocol \
v8/third_party/v8
./build/linux/unbundle/replace_gn_files.py --system-libraries \
%if %{system_ffmpeg}
ffmpeg \
%endif
flac \
freetype \
fontconfig \
%if %{system_libicu}
icu \
%endif
libdrm \
libjpeg \
libpng \
%if %{system_libvpx}
libvpx \
%endif
libwebp \
%if %{system_libxml2}
libxml \
%endif
libxslt \
opus \
%if %{system_re2}
re2 \
%endif
snappy \
%if %{system_minizip}
zlib
%endif
sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' \
services/device/public/cpp/usb/BUILD.gn
# Fix the path to nodejs binary
mkdir -p third_party/node/linux/node-linux-x64/bin
ln -s %{_bindir}/node third_party/node/linux/node-linux-x64/bin/node
#####################################BUILD#############################################
%build
# Final link uses lots of file descriptors.
ulimit -n 2048
#export compilar variables
export AR=ar NM=nm AS=as
export CC=gcc CXX=g++
export CXXFLAGS="$CXXFLAGS -fpermissive"
export CFLAGS="$CFLAGS -w"
export CXXFLAGS="$CXXFLAGS -w"
export CFLAGS="$CFLAGS -g0"
export CXXFLAGS="$CXXFLAGS -g0"
gn_args=(
'rpm_fusion_package_name="%{name}"'
'rpm_fusion_menu_name="%{menu_name}"'
is_debug=false
use_vaapi=true
is_component_build=false
is_component_ffmpeg=true
use_sysroot=false
use_custom_libcxx=false
use_aura=true
'system_libdir="%{_lib}"'
use_cups=true
use_gnome_keyring=true
use_gio=true
use_gold=false
use_kerberos=true
use_libpci=true
use_pulseaudio=true
link_pulseaudio=true
use_system_freetype=true
enable_widevine=true
%if %{system_harfbuzz}
use_system_harfbuzz=true
%endif
%if %{freeworld}
'ffmpeg_branding="Chrome"'
proprietary_codecs=true
enable_platform_hevc=true
enable_platform_ac3_eac3_audio=true
enable_platform_mpeg_h_audio=true
enable_platform_dolby_vision=true
enable_mse_mpeg2ts_stream_parser=true
%else
'ffmpeg_branding="Chromium"'
proprietary_codecs=false
%endif
enable_nacl=false
enable_hangout_services_extension=true
fatal_linker_warnings=false
treat_warnings_as_errors=false
fieldtrial_testing_like_official_build=true
'custom_toolchain="//build/toolchain/linux/unbundle:default"'
'host_toolchain="//build/toolchain/linux/unbundle:default"'
'google_api_key="%{api_key}"'
)
# Optimizations
gn_args+=(
enable_vr=false
%if %{system_libicu}
icu_use_data_file=false
%endif
)
gn_args+=(
is_clang=false
)
#Pipewire
gn_args+=(
rtc_use_pipewire=true
rtc_link_pipewire=true
)
#symbol
gn_args+=(
symbol_level=0
blink_symbol_level=0
)
tools/gn/bootstrap/bootstrap.py --gn-gen-args "${gn_args[*]}"
%{target}/gn --script-executable=%{__python2} gen --args="${gn_args[*]}" %{target}
%ninja_build -C %{target} media/ffmpeg
######################################Install####################################
%install
mkdir -p %{buildroot}%{_libdir}/opera/lib_extra
install -m 644 %{target}/libffmpeg.so %{buildroot}%{_libdir}/opera/lib_extra/
####################################check##################################################
#%check
#appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appdata.xml"
######################################files################################################
%files
%{_libdir}/opera/lib_extra/libffmpeg.so
#########################################changelogs#################################################
%changelog
* Fri Apr 30 2021 carasin <[email protected]>
- Create package opera-libffmpeg based on chromium-freeworld
* Thu Apr 22 2021 qvint <[email protected]> - 90.0.4430.85-1
- Update to 90.0.4430.85
* Sat Apr 17 2021 Leigh Scott <[email protected]> - 89.0.4389.114-2
- Rebuild for F33 to include missed patches (rfbz#5973)
* Sun Apr 04 2021 qvint <[email protected]> - 89.0.4389.114-1
- Update to 89.0.4389.114
* Thu Feb 04 2021 qvint <[email protected]> - 88.0.4324.150-1
- Update to 88.0.4324.150
* Wed Jan 20 2021 qvint <[email protected]> - 88.0.4324.96-1
- Update to 88.0.4324.96
- Comply with new Google API key rules for derivatives
- Fix Icon key in chrome-apps.directory (rfbz#5895)
- Fix PulseAudio application name and icon
- Don't depend on CHROME_DESKTOP env var
- Sync shell wrapper with Fedora Chromium (rfbz#5859, rhbz#1902983)
* Tue Dec 08 2020 qvint <[email protected]> - 87.0.4280.88-1
- Update to 87.0.4280.88
* Fri Nov 27 2020 qvint <[email protected]> - 87.0.4280.66-1
- Update to 87.0.4280.66
* Tue Oct 27 2020 qvint <[email protected]> - 86.0.4240.111-2
- Fix invalid "end" iterator usage in CookieMonster
- Only fall back to the i965 driver if we're on iHD
- Check for enable-accelerated-video-decode
- Fix mouse movements near window edges
- Fix crash in UserInputMonitorLinuxCore (rfbz#5807)
* Wed Oct 21 2020 qvint <[email protected]> - 86.0.4240.111-1
- Update to 86.0.4240.111
* Wed Sep 23 2020 qvint <[email protected]> - 85.0.4183.121-1
- Update to 85.0.4183.121
- Enable Hangout services extension (rfbz#5758)
- Use MD5-based BuildID (rfbz#5743)
- Use %%ninja_build macro
- Remove debug_pkg toggle
- Replace bconds with ordinary macros
- Use system re2
- Use system libicu (f33+)
* Thu Sep 10 2020 qvint <[email protected]> - 85.0.4183.102-1
- Update to 85.0.4183.102
- Remove bundlepylibs and clang toggles
* Mon Aug 31 2020 qvint <[email protected]> - 85.0.4183.83-2
- Ship ANGLE libEGL.so and libGLESv2.so (rfbz#5738)
* Wed Aug 26 2020 qvint <[email protected]> - 85.0.4183.83-1
- Update to 85.0.4183.83
- Use xcb-proto bundled in Chromium tarball
- Drop Fedora 30 support
- Fix XDG paths in manpage
- Update AppStream metadata
- Fix name in .desktop file (rfbz#5717)
- Fix name in GNOME default-apps XML
- Add symbolic app icon
* Tue Aug 11 2020 qvint <[email protected]> - 84.0.4147.125-1
- Update to 84.0.4147.125
- Stop using gold
- Add 'ulimit -n 2048'
* Sat Jul 18 2020 qvint <[email protected]> - 84.0.4147.89-1
- Update to 84.0.4147.89
- Use patchset composed by Stephan Hartmann <[email protected]>
- Bundle xcb-proto
* Thu Jun 25 2020 qvint <[email protected]> - 83.0.4103.116-1
- Update to 83.0.4103.116
* Wed Jun 17 2020 qvint <[email protected]> - 83.0.4103.106-1
- Update to 83.0.4103.106
- Disable python byte compiling
* Mon Jun 08 2020 qvint <[email protected]> - 83.0.4103.97-2
- Fix crash in ServiceWorker (rfbz#5671)
* Fri Jun 05 2020 qvint <[email protected]> - 83.0.4103.97-1
- Update to 83.0.4103.97
* Wed May 06 2020 qvint <[email protected]> - 81.0.4044.138-1
- Update to 81.0.4044.138
- Fix touchpad scrolling under XWayland (rfbz#5621)
* Thu Apr 30 2020 qvint <[email protected]> - 81.0.4044.129-1
- Update to 81.0.4044.129
* Thu Apr 09 2020 qvint <[email protected]> - 81.0.4044.92-1
- Update to 81.0.4044.92
* Sun Apr 05 2020 qvint <[email protected]> - 80.0.3987.163-1
- Update to 80.0.3987.163
* Thu Apr 02 2020 qvint <[email protected]> - 80.0.3987.162-1
- Update to 80.0.3987.162
* Wed Mar 18 2020 qvint <[email protected]> - 80.0.3987.149-1
- Update to 80.0.3987.149
- Fix rpmlint warnings and errors
* Wed Mar 04 2020 qvint <[email protected]> - 80.0.3987.132-1
- Update to 80.0.3987.132
* Sun Mar 01 2020 qvint <[email protected]> - 80.0.3987.122-1
- Update to 80.0.3987.122
* Tue Feb 04 2020 RPM Fusion Release Engineering <[email protected]> - 79.0.3945.130-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jan 17 2020 Vasiliy Glazov <[email protected]> - 79.0.3945.130-1
- Update to 79.0.3945.130
* Tue Jan 14 2020 Vasiliy Glazov <[email protected]> - 79.0.3945.117-1
- Update to 79.0.3945.117
* Sat Dec 21 2019 Akarshan Biswas <[email protected]> - 79.0.3945.88-1
- Update to 79.0.3945.88
* Fri Dec 13 2019 Akarshan Biswas <[email protected]> - 79.0.3945.79-1
- Update to 79.0.3945.79
* Fri Dec 06 2019 Vasiliy Glazov <[email protected]> - 78.0.3904.108-2
- Disable fedora's build flags to reduce binary size
* Thu Nov 21 2019 Vasiliy Glazov <[email protected]> - 78.0.3904.108-1
- Update to 78.0.3904.108
* Tue Nov 12 2019 Vasiliy Glazov <[email protected]> - 78.0.3904.97-1
- Update to 78.0.3904.97
* Sat Nov 02 2019 Akarshan Biswas <[email protected]> - 78.0.3904.87-1
- Update to 78.0.3904.87
* Thu Oct 31 2019 Akarshan Biswas <[email protected]> - 78.0.3904.70-1
- IMPORT: rename package; add back Fedora build flags