Commit Graph

217 Commits

Author SHA1 Message Date
Wim Taymans
43a61f08ff Move libnice and webrtc to extras 2021-01-12 12:13:20 +01:00
Richard Shaw
4a95bd5d50 Rebuild for OpenEXR 2.5.3. 2021-01-01 16:19:04 -06:00
Wim Taymans
a6efdf054d Update to 1.18.2 2020-12-10 11:38:02 +01:00
Wim Taymans
effcfa65c4 Update to 1.18.1
Remove COPYING.LIB
2020-10-30 15:11:59 +01:00
Troy Dawson
65b65ae5e4 No va test when va disabled 2020-10-19 14:29:14 -07:00
Dominik 'Rathann' Mierzejewski
f4c41ea0a5 rebuild for libdvdread-6.1 ABI bump 2020-10-17 21:31:08 +02:00
Gwyn Ciesla
3e769ff323 Obsolete/Provide gst-transcoder 2020-09-22 09:15:49 -05:00
Adam Williamson
82ad793cad Add patch to fix building with opencv disabled 2020-09-10 10:48:36 -07:00
Adam Williamson
75a3136206 Disable opencv again (pulls in huge number of deps) 2020-09-10 10:10:51 -07:00
Wim Taymans
98015e056c Update to 1.18.0
Enable opencv
2020-09-08 13:08:02 +02:00
Wim Taymans
8c1b965e33 Update to 1.17.90
Remove obsolete -bad-transcoder .pc file
Add vulkan wayland
2020-08-21 16:46:25 +02:00
Wim Taymans
d7c554f704 Update to 1.17.90 2020-08-21 15:48:38 +02:00
Fedora Release Engineering
a1bcf58cf6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 00:29:33 +00:00
Vasiliy Glazov
311c13454c Move zbar plugin to separate subpackage
Plugin zbar require some heavy libs like
ImageMagick-libs
graphviz
gtk2
and others.

Without it gstreamer1-plugins-bad-free-extras can be used on gtk2-less
systems and requires more then ten megabytes less. For example I don't
need all this for pulseeffects package.
2020-07-09 10:58:56 +02:00
Troy Dawson
95fce51ce1 Fixup spec to build in ELN/rhel9 2020-07-08 13:10:55 -07:00
Robert-André Mauchin
642b3b4d55
Rebuilt for aom 2.0.0
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2020-07-07 15:03:09 +02:00
Wim Taymans
c02b9f3a3d Update to 1.17.2
Add new libva plugin
Add new pkgconfig files
2020-07-06 14:15:56 +02:00
Wim Taymans
3ee87776c5 Update to 1.17.1
Add sources
Disable wpe for now
2020-06-23 10:50:30 +02:00
Wim Taymans
2c97fe73ab Update to 1.17.1
Add sources
Disable wpe for now
2020-06-23 10:13:47 +02:00
Wim Taymans
4c73ca1725 Update to 1.17.1
Add sources
Disable wpe for now
2020-06-23 10:01:07 +02:00
Wim Taymans
f85d3d7c3b Update to 1.17.1
Add sources
Disable wpe for now
2020-06-22 18:03:51 +02:00
Wim Taymans
6c30f7260b Update to 1.17.1
Add sources
Disable wpe for now
2020-06-22 17:50:06 +02:00
Wim Taymans
3f3e771712 Update to 1.17.1
Add sources
Disable wpe for now
2020-06-22 17:43:24 +02:00
Wim Taymans
701352c74c Update to 1.17.1
Add sources
Disable wpe for now
2020-06-22 17:26:36 +02:00
Wim Taymans
10610d5dcc Update to 1.17.1
Add sources
Disable wpe for now
2020-06-22 17:13:54 +02:00
Wim Taymans
21e983b5a2 Update to 1.17.1
Add sources
2020-06-22 17:02:53 +02:00
Wim Taymans
029a10f89f Update to 1.17.1 2020-06-22 16:57:00 +02:00
Debarshi Ray
58db2dc123 Enable the spandsp plugin
Olivier Crête said that having the spandsp plugin in Fedora's
gstreamer1-plugins-bad-free would enable running the farstream02 unit
tests. This seems like a worthwhile goal to pursue.

However, this does introduce a new dependency on the spandsp package,
and since it's only being enabled to make upstream development easier,
it's better to keep it in the -extras sub-package for the time being.
2020-03-20 19:25:58 +01:00
Debarshi Ray
998664b451 Remove build flags that no longer exist
The 'mimic' codec was used by MSN messenger in prehistoric times, and
was removed [1]. The 'nas' and 'xvid' plugins were removed because
they were never ported to GStreamer 1.0 [2].

The 'mpg123' plugin was moved from -bad to -ugly [3].

No need to issue a new build just for this.

[1] gst-plugins-bad commit ad661999ad2c79a5
    https://bugzilla.gnome.org/show_bug.cgi?id=597616

[2] gst-plugins-bad commit 9b5de053995488d5
    https://bugzilla.gnome.org/show_bug.cgi?id=774530

[3] gst-plugins-bad commit 08d8aefcdaaf89ec
    https://bugzilla.gnome.org/show_bug.cgi?id=719849
2020-03-20 18:42:18 +01:00
Debarshi Ray
b2a4154812 Make it build with -fno-common
GCC 10 defaults to -fno-common. This means that global variables shared
across multiple translation units should be declared as 'extern' in
header files and defined in exactly one C file. See:
https://gcc.gnu.org/gcc-10/porting_to.html

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1125
https://bugzilla.redhat.com/show_bug.cgi?id=1799497
2020-03-20 16:28:12 +01:00
Debarshi Ray
b6cd9ea30c Adapt to backwards incompatible change in GNU Make 4.3
GNU Make 4.3 has a backwards incompatible change affecting the use of
number signs or hashes (ie., #) inside function invocations. See:
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html

In this case, it would expand the '\#' in the '\n\#include \"$(h)\"'
argument to the foreach call to '\#', not '#'. This would lead to
spurious backslashes in front of the '#include' directives in the
generated gstmpegts-enumtypes.c file.

Spotted by Ernestas Kulik.

https://gitlab.freedesktop.org/gstreamer/common/-/merge_requests/4
https://bugzilla.redhat.com/show_bug.cgi?id=1799497
2020-03-20 15:13:50 +01:00
Fedora Release Engineering
1ae87cea36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 03:44:11 +00:00
Tom Callaway
a3701d47e0 rebuild for libsrtp2 2020-01-07 15:05:24 -05:00
Wim Taymans
d7c1b84522 Update to 1.16.2 2020-01-03 09:17:21 +01:00
Dominik 'Rathann' Mierzejewski
e7505a4521 rebuild for libdvdread ABI bump 2019-11-15 13:34:27 +01:00
Kalev Lember
ca7a2f06d6 Bump gstreamer1-plugins-bad-nonfree obsoletes version
... so that we stay ahead of gstreamer1-plugins-bad-nonfree F30 version
when it gets a version bump to 1.16.1.
2019-10-04 16:08:48 +02:00
Wim Taymans
6041694723 Update to 1.16.1 2019-09-24 16:13:47 +02:00
Kalev Lember
6bf3ad8766 Conditionalize fdk-aac use on F31+
... so we don't accidentally end up enabling this on F30 and creating a
mess with gstreamer1-plugins-bad-nonfree conflicts there.
2019-09-23 11:12:25 +02:00
Kalev Lember
b36e670df1 Enable AAC support through fdk-aac-free 2019-09-23 10:52:01 +02:00
Fedora Release Engineering
8e13120b4b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 07:56:28 +00:00
Rex Dieter
70358d778f BR: lilv-devel, enables lv2 plugin
use %_metainfodir macro
2019-06-24 10:25:20 -05:00
Wim Taymans
6d0cde7e41 Update to 1.16.0 2019-04-23 13:36:43 +02:00
Wim Taymans
bba5c9c882 Update to 1.15.2
The vcdsrc plugin was removed
2019-03-11 09:47:01 +01:00
Wim Taymans
05a6b661b2 Update to 1.15.2 2019-03-11 09:31:29 +01:00
Pete Walter
201aabaa44 Update wayland deps
Just wayland-devel is enough these days.
2019-02-28 21:32:04 +00:00
Fedora Release Engineering
bc3721913b - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 01:45:24 +00:00
Wim Taymans
861ed73c46 Update to 1.15.1
Remove dependency on removed package
Add sctp and closedcaption plugins
2019-01-28 16:39:47 +01:00
Wim Taymans
bff8f53e59 Update to 1.15.1
Remove dependency on removed package
2019-01-28 16:17:43 +01:00
Wim Taymans
44c974af6b Update to 1.15.1
Remove dependency on removed package
2019-01-28 15:14:27 +01:00
Wim Taymans
ef9d46a805 Update to 1.15.1
Remove dependency on removed package
2019-01-28 15:07:39 +01:00