forked from pool/aegisub
- Remove conditionals for ffms2 and boost
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=43
This commit is contained in:
parent
93d3b245ed
commit
c17319689c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 12:15:01 UTC 2017 - olaf@aepfle.de
|
||||
|
||||
- Remove conditionals for ffms2 and boost
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 10:43:28 UTC 2017 - rpm@fthiessen.de
|
||||
|
||||
|
19
aegisub.spec
19
aegisub.spec
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with ffms2
|
||||
Name: aegisub
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
@ -36,10 +35,14 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_locale-devel
|
||||
BuildRequires: libboost_regex-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
BuildRequires: lua51
|
||||
BuildRequires: pkgconfig >= 0.20
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(ffms2)
|
||||
BuildRequires: pkgconfig(fftw3) >= 3.3
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.4
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -48,18 +51,8 @@ BuildRequires: pkgconfig(libass)
|
||||
BuildRequires: pkgconfig(libpulse) >= 0.5
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
ExcludeArch: ppc ppc64 ppc64le
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_locale-devel
|
||||
BuildRequires: libboost_regex-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
%else
|
||||
BuildRequires: boost-devel >= 1.50.0
|
||||
%endif
|
||||
%if %{with ffms2}
|
||||
BuildRequires: pkgconfig(ffms2)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Aegisub is an advanced subtitle editor for Windows, and UNIX-like systems, such
|
||||
|
Loading…
Reference in New Issue
Block a user