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:
parent
bc316cbb23
commit
9b32ffaeb2
@ -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
|
||||
|
||||
|
@ -24,42 +24,37 @@ Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: MPEG-2 Video Stream Decoder
|
||||
License: GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://libmpeg2.sourceforge.net/
|
||||
# Upstream source url is currently down
|
||||
#Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
|
||||
Source: libmpeg2-%{version}.tar.gz
|
||||
Source: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
|
||||
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: SDL-devel
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXv-devel
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is
|
||||
released under the terms of the GPL license.
|
||||
libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: MPEG-2 Video Stream Decoder
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname}
|
||||
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is
|
||||
released under the terms of the GPL license.
|
||||
libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
|
||||
|
||||
%package -n %{libconvertname}
|
||||
Summary: MPEG-2 Video Stream Decoder
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libconvertname}
|
||||
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is
|
||||
released under the terms of the GPL license.
|
||||
libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
@ -78,7 +73,7 @@ Requires: %{libconvertname} = %{version}
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description -n mpeg2dec
|
||||
A MPEG2Decoder based on the libmpeg2 libraries.
|
||||
An MPEG2Decoder based on the libmpeg2 libraries.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
Loading…
Reference in New Issue
Block a user