Accepting request 580752 from multimedia:libs

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/580752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmpeg2?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-03-01 11:03:46 +00:00 committed by Git OBS Bridge
commit 13d796654b
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:56:58 UTC 2018 - bjorn.lie@gmail.com
- Do a minor spec clean.
-------------------------------------------------------------------
Mon Feb 19 00:08:07 UTC 2018 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libmpeg2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Release: 0
Summary: MPEG-2 Video Stream Decoder
License: GPL-2.0+
Group: Development/Libraries/C and C++
URL: http://libmpeg2.sourceforge.net/
Url: http://libmpeg2.sourceforge.net/
Source: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
Source99: baselibs.conf
@ -33,11 +33,11 @@ Patch0: libmpeg2-0.5.1-altivec.patch
Patch1: libmpeg2-0.5.1-arm-private-symbols.patch
Patch2: libmpeg2-0.5.1-global-symbol-test.patch
BuildRequires: pkgconfig(sdl)
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig
%description
libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.