adhere to changelog syntax specification
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=8
This commit is contained in:
parent
39e4085d5f
commit
c3beb0b32b
@ -2,12 +2,12 @@
|
|||||||
Fri Feb 18 22:32:41 UTC 2022 - Neal Gompa <ngompa@opensuse.org>
|
Fri Feb 18 22:32:41 UTC 2022 - Neal Gompa <ngompa@opensuse.org>
|
||||||
|
|
||||||
- Add patch to fix error returned with bad versions of OpenH264
|
- Add patch to fix error returned with bad versions of OpenH264
|
||||||
+ Patch: ffmpeg-openh264-averr-on-bad-version.patch
|
* Patch: ffmpeg-openh264-averr-on-bad-version.patch
|
||||||
- Enable OpenH264 as an H.264 codec via dlopen using patch from Fedora
|
- Enable OpenH264 as an H.264 codec via dlopen using patch from Fedora
|
||||||
+ Patch: ffmpeg-dlopen-openh264.patch
|
* Patch: ffmpeg-dlopen-openh264.patch
|
||||||
- Add source and script for headers for dlopening OpenH264
|
- Add source and script for headers for dlopening OpenH264
|
||||||
+ Source: ffmpeg-dlopen-headers.tar.xz
|
* Source: ffmpeg-dlopen-headers.tar.xz
|
||||||
+ Source: ffmpeg_get_dlopen_headers.sh
|
* Source: ffmpeg_get_dlopen_headers.sh
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 16 18:46:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Feb 16 18:46:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
@ -98,12 +98,12 @@ URL: https://ffmpeg.org/
|
|||||||
|
|
||||||
#Freshcode-URL: http://freshcode.club/projects/ffmpeg
|
#Freshcode-URL: http://freshcode.club/projects/ffmpeg
|
||||||
#Git-Clone: git://source.ffmpeg.org/ffmpeg
|
#Git-Clone: git://source.ffmpeg.org/ffmpeg
|
||||||
Source0: https://www.ffmpeg.org/releases/%_name-%version.tar.xz
|
Source: https://www.ffmpeg.org/releases/%_name-%version.tar.xz
|
||||||
Source1: ffmpeg-dlopen-headers.tar.xz
|
|
||||||
Source2: https://www.ffmpeg.org/releases/%_name-%version.tar.xz.asc
|
Source2: https://www.ffmpeg.org/releases/%_name-%version.tar.xz.asc
|
||||||
Source3: %name-rpmlintrc
|
Source3: %name-rpmlintrc
|
||||||
Source4: enable_decoders
|
Source4: enable_decoders
|
||||||
Source5: enable_encoders
|
Source5: enable_encoders
|
||||||
|
Source6: ffmpeg-dlopen-headers.tar.xz
|
||||||
Source92: ffmpeg_get_dlopen_headers.sh
|
Source92: ffmpeg_get_dlopen_headers.sh
|
||||||
Source98: http://ffmpeg.org/ffmpeg-devel.asc#/ffmpeg-5.keyring
|
Source98: http://ffmpeg.org/ffmpeg-devel.asc#/ffmpeg-5.keyring
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -549,7 +549,7 @@ from libav should depend on these private headers which are expected to
|
|||||||
break compatibility without any notice.
|
break compatibility without any notice.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1 -p1 -n %{_name}-%{version}
|
%autosetup -a6 -p1 -n %_name-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
|
Loading…
Reference in New Issue
Block a user