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:
commit
1fa93df750
26
_service
26
_service
@ -1,14 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/FFMS/ffms2.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/FFMS/ffms2.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">ff61bca</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
libffms2-4
|
||||
libffms2-5
|
||||
|
3
ffms2-2.40+44.obscpio
Normal file
3
ffms2-2.40+44.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:414eeb9764b5d924b54e09588b856056f602e3d4c59a4b44623cde4e261f2dc9
|
||||
size 5806605
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82e95662946f3d6e1b529eadbd72bed196adfbc41368b2d50493efce6e716320
|
||||
size 140356
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: ffms2
|
||||
version: 2.23+202.ga9e8f73
|
||||
mtime: 1558714281
|
||||
commit: a9e8f7397aeb341537743dea601cd7f7fe6b93ff
|
||||
|
||||
version: 2.40+44
|
||||
mtime: 1655589848
|
||||
commit: ff61bca13e2c5fb99c0450620c9244f415ec29c4
|
||||
|
10
ffms2.spec
10
ffms2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ffms2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2016 Packman Team <packman@links2linux.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,15 +18,15 @@
|
||||
|
||||
|
||||
%define libname lib%{name}
|
||||
%define soname 4
|
||||
%define soname 5
|
||||
Name: ffms2
|
||||
Version: 2.40
|
||||
Version: 2.40+44
|
||||
Release: 0
|
||||
Summary: Wrapper library around FFmpeg libraries
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
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
|
||||
Patch0: ffms2-pkgconfig.patch
|
||||
BuildRequires: automake
|
||||
@ -35,8 +35,8 @@ BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavresample)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libswresample)
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user