Accepting request 577902 from home:jengelh:branches:multimedia:libs

factory pre-review

OBS-URL: https://build.opensuse.org/request/show/577902
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmpeg2?expand=0&rev=5
This commit is contained in:
OBS User mrdocs 2018-02-19 03:30:42 +00:00 committed by Git OBS Bridge
parent bc316cbb23
commit 9b32ffaeb2
2 changed files with 14 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 19 00:08:07 UTC 2018 - jengelh@inai.de
- Fix RPM groups, and use pkgconfig() symbols.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 14 20:37:38 UTC 2018 - bjorn.lie@gmail.com Wed Feb 14 20:37:38 UTC 2018 - bjorn.lie@gmail.com

View File

@ -24,42 +24,37 @@ Version: 0.5.1
Release: 0 Release: 0
Summary: MPEG-2 Video Stream Decoder Summary: MPEG-2 Video Stream Decoder
License: GPL-2.0+ License: GPL-2.0+
Group: System/Libraries Group: Development/Libraries/C and C++
URL: http://libmpeg2.sourceforge.net/ URL: http://libmpeg2.sourceforge.net/
# Upstream source url is currently down Source: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
#Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
Source: libmpeg2-%{version}.tar.gz
Source99: baselibs.conf Source99: baselibs.conf
Patch0: libmpeg2-0.5.1-altivec.patch Patch0: libmpeg2-0.5.1-altivec.patch
Patch1: libmpeg2-0.5.1-arm-private-symbols.patch Patch1: libmpeg2-0.5.1-arm-private-symbols.patch
Patch2: libmpeg2-0.5.1-global-symbol-test.patch Patch2: libmpeg2-0.5.1-global-symbol-test.patch
BuildRequires: SDL-devel BuildRequires: pkgconfig(sdl)
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libXext-devel BuildRequires: pkgconfig(xext)
BuildRequires: libXv-devel BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig BuildRequires: pkgconfig
%description %description
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
released under the terms of the GPL license.
%package -n %{libname} %package -n %{libname}
Summary: MPEG-2 Video Stream Decoder Summary: MPEG-2 Video Stream Decoder
Group: System/Libraries Group: System/Libraries
%description -n %{libname} %description -n %{libname}
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
released under the terms of the GPL license.
%package -n %{libconvertname} %package -n %{libconvertname}
Summary: MPEG-2 Video Stream Decoder Summary: MPEG-2 Video Stream Decoder
Group: System/Libraries Group: System/Libraries
%description -n %{libconvertname} %description -n %{libconvertname}
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
released under the terms of the GPL license.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
@ -78,7 +73,7 @@ Requires: %{libconvertname} = %{version}
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
%description -n mpeg2dec %description -n mpeg2dec
A MPEG2Decoder based on the libmpeg2 libraries. An MPEG2Decoder based on the libmpeg2 libraries.
%prep %prep
%autosetup -p1 %autosetup -p1