Accepting request 799622 from home:plater
- Replaced luabins.patch with luaL_Reg-not-luaL_reg.patch sent upstream via https://github.com/Aegisub/Aegisub/issues/182 Removed spec file generated git_version.h, it's not needed when git metadata is present. OBS-URL: https://build.opensuse.org/request/show/799622 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=68
This commit is contained in:
parent
4ed5fb24f4
commit
e41e1671b1
8
_service
8
_service
@ -1,20 +1,24 @@
|
||||
<!-- Downloads master with .git to allow aegisub to create git_version.h -->
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/Aegisub/Aegisub.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="exclude">.git/objects</param>
|
||||
<param name="exclude">vendor/boost</param>
|
||||
<param name="exclude">vendor/ffmpeg</param>
|
||||
<param name="exclude">vendor/ffms2</param>
|
||||
<param name="exclude">vendor/fftw</param>
|
||||
<param name="exclude">vendor/freetype2</param>
|
||||
<param name="exclude">vendor/googletest</param>
|
||||
<param name="exclude">vendor/hunspell</param>
|
||||
<param name="exclude">vendor/icu</param>
|
||||
<param name="exclude">vendor/libass</param>
|
||||
<param name="exclude">vendor/uchardet</param>
|
||||
<param name="exclude">vendor/wxWidgets</param>
|
||||
<param name="versionformat">3.2.2+git%cd</param>
|
||||
<param name="revision">6f546951b4f004da16ce19ba638bf3eedefb9f31</param>
|
||||
<param name="filename">aegisub</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b50b417ad5a2eb87f7d765f725dd85166d8fe19b88fb538227ec2dd7c9aa8ac1
|
||||
size 5158788
|
||||
oid sha256:054eb7cb867e559b65ef2843aab9d538362960381e8eb3da7fe3daf73ef5751c
|
||||
size 5087992
|
||||
|
@ -3,6 +3,8 @@ Thu Apr 30 12:49:32 UTC 2020 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- Replaced luabins.patch with luaL_Reg-not-luaL_reg.patch sent
|
||||
upstream via https://github.com/Aegisub/Aegisub/issues/182
|
||||
- Removed spec file generated git_version.h, it's not needed when
|
||||
git metadata is present.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 10:48:36 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aegisub
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -65,11 +65,6 @@ effects in the subtitles, apart from just basic timed text.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
tee build/git_version.h << "EOF"
|
||||
#define BUILD_GIT_VERSION_NUMBER 9010
|
||||
#define BUILD_GIT_VERSION_STRING "%{version}"
|
||||
#define TAGGED_RELEASE 0
|
||||
EOF
|
||||
cp %{SOURCE99} .
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user