- Update to 3.1.3
* Return a rgba string for coloralpha lua controls (rather than just rgb) * Update to moonscript 0.2.5 * Fix memory leaks when automation errors occur * Add an error check for trying to interact with an expired subtitles object rather than just crashing * Fix a crash when deleting lines with audio open * Sort the actor and effect dropdown lists (#1715) * Fix crash on startup when the config file can't be written * Fix some performance issues with very large selections * Fix some cases where the taskbar progress indicator would get stuck at nearly complete * Speed up passing subtitles to libass a bit * Fontconfig reads installed fonts from the registry on Windows, adding support for fonts installed via font managers to the fonts collector OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
e7c0c1c8b7
commit
908acb6799
10
aegisub.spec
10
aegisub.spec
@@ -19,7 +19,7 @@
|
||||
%bcond_with ffms2
|
||||
|
||||
Name: aegisub
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 0
|
||||
Summary: Subtitle editor
|
||||
License: BSD-3-Clause
|
||||
@@ -62,15 +62,12 @@ functions with ease.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
rm -r contrib docs deps
|
||||
cd aegisub
|
||||
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
|
||||
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
||||
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp
|
||||
|
||||
%build
|
||||
cd aegisub
|
||||
autoreconf -fi
|
||||
# Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html
|
||||
%configure --with-player-audio=PulseAudio \
|
||||
@@ -79,13 +76,12 @@ autoreconf -fi
|
||||
make -j1
|
||||
|
||||
%install
|
||||
cd aegisub
|
||||
%make_install
|
||||
%find_lang %{name}-31
|
||||
|
||||
%files -f aegisub/%{name}-31.lang
|
||||
%files -f %{name}-31.lang
|
||||
%defattr(0644, root, root, 0755)
|
||||
%doc aegisub/LICENCE
|
||||
%doc LICENCE
|
||||
%attr(0755,root,root) %{_bindir}/aegisub-3.1
|
||||
%{_datadir}/aegisub/
|
||||
%{_datadir}/applications/aegisub.desktop
|
||||
|
Reference in New Issue
Block a user