Accepting request 253991 from home:olh:branches:multimedia:libs
- add versioned Requires to devel pkg, enca is required by pkgconfig OBS-URL: https://build.opensuse.org/request/show/253991 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=24
This commit is contained in:
parent
a10c9cd73c
commit
33c525b18e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 5 10:37:03 UTC 2014 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- add versioned Requires to devel pkg, enca is required by pkgconfig
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com
|
Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libass
|
# spec file for package libass
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(enca)
|
BuildRequires: pkgconfig(enca)
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2) >= 9.10.3
|
||||||
BuildRequires: pkgconfig(fribidi) >= 0.19.0
|
BuildRequires: pkgconfig(fribidi) >= 0.19.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,6 +52,10 @@ Summary: Portable Library for SSA/ASS Subtitles Rendering
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libass%{soname} = %{version}
|
Requires: libass%{soname} = %{version}
|
||||||
|
Requires: pkgconfig(enca)
|
||||||
|
Requires: pkgconfig(fontconfig)
|
||||||
|
Requires: pkgconfig(freetype2) >= 9.10.3
|
||||||
|
Requires: pkgconfig(fribidi) >= 0.19.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package is needed if you want to develop / compile against libASS.
|
This package is needed if you want to develop / compile against libASS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user