]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
up to 4.4.3 auto/th/ffmpeg-4.4.3-1
authorJan Palus <atler@pld-linux.org>
Sun, 9 Oct 2022 21:38:15 +0000 (23:38 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 9 Oct 2022 21:38:15 +0000 (23:38 +0200)
- libatomic linking now handled automatically

ffmpeg.spec

index 295e62e06ceaee621fb465e56b8aa2792aec301f..64101035a64b2ba0e49403711799dfdce4d99066 100644 (file)
 Summary:       FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
-Version:       4.4.2
-Release:       2
+Version:       4.4.3
+Release:       1
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
 # v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf vo-*enc rkmpp
@@ -126,7 +126,7 @@ Release:    2
 License:       GPL v3+ with LGPL v3+ parts
 Group:         Applications/Multimedia
 Source0:       https://ffmpeg.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 0dfb3330df82598750e9eb3e782255bd
+# Source0-md5: 8d2fffc30adda112ab9216f55c7efca6
 Patch0:                %{name}-omx-libnames.patch
 Patch1:                %{name}-atadenoise.patch
 Patch2:                opencv4.patch
@@ -141,7 +141,7 @@ URL:                http://www.ffmpeg.org/
 # libomxil-bellagio-devel or limoi-core-devel (just headers, library is dlopened at runtime)
 %{?with_omx:BuildRequires:     OpenMAX-IL-devel}
 BuildRequires: SDL2-devel >= 2.0.1
-BuildRequires: SDL2-devel < 2.1.0
+BuildRequires: SDL2-devel < 3.0.0
 %{?with_vulkan:BuildRequires:  Vulkan-Loader-devel >= 1.1.97}
 BuildRequires: alsa-lib-devel
 %{?with_aom:BuildRequires:     aom-devel >= 1.0.0}
@@ -621,9 +621,6 @@ EOF
        --extra-cflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcflags}%{?with_decklink: -I/usr/include/decklink} -I/usr/include/opencv4" \
        --extra-cxxflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcxxflags}%{?with_decklink: -I/usr/include/decklink} -I/usr/include/opencv4" \
        --extra-ldflags="%{rpmcflags} %{rpmldflags}" \
-%ifarch %{armv6}
-       --extra-libs="-latomic" \
-%endif
        --cc="%{__cc}" \
        --disable-debug \
        --disable-optimizations \
This page took 0.36622 seconds and 4 git commands to generate.