forked from pool/aegisub
Accepting request 233625 from multimedia:apps
- 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/request/show/233625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aegisub?expand=0&rev=11
This commit is contained in:
commit
33bc720290
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86
|
|
||||||
size 4126244
|
|
3
aegisub-3.1.3.tar.xz
Normal file
3
aegisub-3.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58
|
||||||
|
size 4215196
|
@ -1,7 +1,5 @@
|
|||||||
Index: aegisub/configure.ac
|
--- configure.ac
|
||||||
===================================================================
|
+++ configure.ac
|
||||||
--- aegisub/configure.ac.orig
|
|
||||||
+++ aegisub/configure.ac
|
|
||||||
@@ -16,7 +16,7 @@ m4_define([libpulse_required_version], [
|
@@ -16,7 +16,7 @@ m4_define([libpulse_required_version], [
|
||||||
m4_define([lua_auto4_required_version], [5.1])
|
m4_define([lua_auto4_required_version], [5.1])
|
||||||
m4_define([pkgconfig_required_version], [0.20])
|
m4_define([pkgconfig_required_version], [0.20])
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 13:40:19 UTC 2014 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 7 13:39:15 UTC 2014 - reddwarf@opensuse.org
|
Fri Mar 7 13:39:15 UTC 2014 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
10
aegisub.spec
10
aegisub.spec
@ -19,7 +19,7 @@
|
|||||||
%bcond_with ffms2
|
%bcond_with ffms2
|
||||||
|
|
||||||
Name: aegisub
|
Name: aegisub
|
||||||
Version: 3.1.2
|
Version: 3.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Subtitle editor
|
Summary: Subtitle editor
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -62,15 +62,12 @@ functions with ease.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
rm -r contrib docs deps
|
|
||||||
cd aegisub
|
|
||||||
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
|
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/version.cpp
|
||||||
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S')
|
||||||
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp
|
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/version.cpp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd aegisub
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
# Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html
|
# Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html
|
||||||
%configure --with-player-audio=PulseAudio \
|
%configure --with-player-audio=PulseAudio \
|
||||||
@ -79,13 +76,12 @@ autoreconf -fi
|
|||||||
make -j1
|
make -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd aegisub
|
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang %{name}-31
|
%find_lang %{name}-31
|
||||||
|
|
||||||
%files -f aegisub/%{name}-31.lang
|
%files -f %{name}-31.lang
|
||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
%doc aegisub/LICENCE
|
%doc LICENCE
|
||||||
%attr(0755,root,root) %{_bindir}/aegisub-3.1
|
%attr(0755,root,root) %{_bindir}/aegisub-3.1
|
||||||
%{_datadir}/aegisub/
|
%{_datadir}/aegisub/
|
||||||
%{_datadir}/applications/aegisub.desktop
|
%{_datadir}/applications/aegisub.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user