Accepting request 1042998 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1042998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffms2?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-12-15 18:25:33 +00:00 committed by Git OBS Bridge
commit 1fa93df750
7 changed files with 37 additions and 25 deletions

View File

@ -1,14 +1,16 @@
<?xml version="1.0"?>
<services> <services>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="url">https://github.com/FFMS/ffms2.git</param>
<param name="url">https://github.com/FFMS/ffms2.git</param> <param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="changesgenerate">enable</param> <param name="revision">ff61bca</param>
</service> </service>
<service name="tar" mode="buildtime" /> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service name="set_version" mode="disabled"/> <service name="set_version" mode="manual"/>
</services> </services>

View File

@ -1 +1 @@
libffms2-4 libffms2-5

3
ffms2-2.40+44.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:414eeb9764b5d924b54e09588b856056f602e3d4c59a4b44623cde4e261f2dc9
size 5806605

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82e95662946f3d6e1b529eadbd72bed196adfbc41368b2d50493efce6e716320
size 140356

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 12 09:59:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.40+44:
* Update to current git master commit ff61bca.
* Fix build with ffmpeg-5.
- Bump soname to 5 following upstream changes.
- Replace pkgconfig(libavresample) with pkgconfig(libswresample)
BuildRequires: Current versions of ffmpeg do not provide
libavresample.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 7 08:13:27 UTC 2020 - Luigi Baldoni <aloisio@gmx.com> Wed Oct 7 08:13:27 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,5 +1,4 @@
name: ffms2 name: ffms2
version: 2.23+202.ga9e8f73 version: 2.40+44
mtime: 1558714281 mtime: 1655589848
commit: a9e8f7397aeb341537743dea601cd7f7fe6b93ff commit: ff61bca13e2c5fb99c0450620c9244f415ec29c4

View File

@ -1,7 +1,7 @@
# #
# spec file for package ffms2 # spec file for package ffms2
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2016 Packman Team <packman@links2linux.de> # Copyright (c) 2016 Packman Team <packman@links2linux.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,15 +18,15 @@
%define libname lib%{name} %define libname lib%{name}
%define soname 4 %define soname 5
Name: ffms2 Name: ffms2
Version: 2.40 Version: 2.40+44
Release: 0 Release: 0
Summary: Wrapper library around FFmpeg libraries Summary: Wrapper library around FFmpeg libraries
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/FFMS/ffms2 URL: https://github.com/FFMS/ffms2
Source: https://github.com/FFMS/ffms2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
Patch0: ffms2-pkgconfig.patch Patch0: ffms2-pkgconfig.patch
BuildRequires: automake BuildRequires: automake
@ -35,8 +35,8 @@ BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)