Accepting request 453822 from multimedia:apps

1

OBS-URL: https://build.opensuse.org/request/show/453822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aegisub?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2017-02-03 15:28:22 +00:00 committed by Git OBS Bridge
commit 20b2897241
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 09:52:26 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Thu Aug 13 08:56:28 UTC 2015 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package aegisub
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -30,7 +30,14 @@ Patch0: aegisub-old_wc.patch
Patch1: Makefile.inc.in.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel >= 1.50
%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
BuildRequires: gcc-c++
BuildRequires: intltool
BuildRequires: pkg-config >= 0.20