Changes of Revision 15

gstreamer-plugins-bad-codecs.changes Changed
x
 
1
@@ -1,4 +1,12 @@
2
 -------------------------------------------------------------------
3
+Mon Apr 24 13:16:44 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
4
+
5
+- Add pkgconfig(libopenaptx) BuildRequires, build the
6
+  libgstopenaptx.so plugin.
7
+- Add pkgconfig(vo-aacenc) BuildRequires, build the voaacenc.so
8
+  plugin.
9
+
10
+-------------------------------------------------------------------
11
 Fri Apr 14 18:12:40 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
12
 
13
 - Update to version 1.22.2
14
gstreamer-plugins-bad-codecs.spec Changed
32
 
1
@@ -38,7 +38,9 @@
2
 BuildRequires:  pkgconfig(gstreamer-codecparsers-1.0) >= %{_version}
3
 BuildRequires:  pkgconfig(libde265) >= 0.9
4
 BuildRequires:  pkgconfig(libmodplug)
5
+BuildRequires:  pkgconfig(libopenaptx)
6
 BuildRequires:  pkgconfig(librtmp)
7
+BuildRequires:  pkgconfig(vo-aacenc) >= 0.1.0
8
 BuildRequires:  pkgconfig(x265)
9
 
10
 Provides:       gstreamer-plugins-bad-orig-addon = %{version}
11
@@ -72,6 +74,8 @@
12
    -Drtmp=enabled \
13
    -Dsiren=enabled \
14
    -Dx265=enabled \
15
+   -Dopenaptx=enabled \
16
+   -Dvoaacenc=enabled \
17
    %{nil}
18
 %meson_build
19
 
20
@@ -87,9 +91,11 @@
21
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
22
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
23
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
24
+%{_libdir}/gstreamer-%{gst_branch}/libgstopenaptx.so
25
 %{_libdir}/gstreamer-%{gst_branch}/libgstresindvd.so
26
 %{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so
27
 %{_libdir}/gstreamer-%{gst_branch}/libgstsiren.so
28
+%{_libdir}/gstreamer-%{gst_branch}/libgstvoaacenc.so
29
 %{_libdir}/gstreamer-%{gst_branch}/libgstx265.so
30
 
31
 %changelog
32
build_what_we_need_only.patch Changed
19
 
1
@@ -54,7 +54,7 @@
2
 ===================================================================
3
 --- gst-plugins-bad-1.22.2.orig/ext/meson.build
4
 +++ gst-plugins-bad-1.22.2/ext/meson.build
5
-@@ -1,75 +1,9 @@
6
+@@ -1,75 +1,10 @@
7
 -subdir('aes')
8
 -subdir('assrender')
9
 -subdir('aom')
10
@@ -95,7 +95,7 @@
11
 -subdir('neon')
12
 -subdir('onnx')
13
 -subdir('openal')
14
--subdir('openaptx')
15
+ subdir('openaptx')
16
 -subdir('opencv')
17
 -subdir('openexr')
18
 -subdir('openh264')
19