forked from pool/aegisub
- Update to 3.0.3
* Fix crash when playing audio before time 0 * Round syllable durations to centiseconds when splitting syllables * Save the horizontal zoom correctly * Fix bug where FloatEdit controls would sometimes not report the selected value * Actually select the correct things in the Select Overlaps macro * Give temporary files proper extensions to make it easier to open them when something goes wrong * Show an error message when writing a file fails * Fix reading subtitles from Matroska * Fix a case where unicode characters would result in inconsistent and baffling errors when loading Lua scripts * Fix loading non-ascii actor names from plain-text files * Obey the option for setting the number of recently opened subtitle files to remember * Use Lua 5.1 when both it and 5.2 are available * Commit pending audio changes on Enter in the edit box * Add Dutch translation * Update Finnish translation * Update Arabic translation * Fix some cases where the detached video dialog would get set to bogus sizes * Add .m4v to the list of video file extensions * Fix loading y4m files * Release mouse capture from the visual tools when the zoom is changed OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=8
This commit is contained in:
parent
4dff021a45
commit
30e92bb150
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39
|
||||
size 4146088
|
3
aegisub-3.0.3.tar.xz
Normal file
3
aegisub-3.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc
|
||||
size 4154764
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 19:39:17 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 3.0.3
|
||||
* Fix crash when playing audio before time 0
|
||||
* Round syllable durations to centiseconds when splitting syllables
|
||||
* Save the horizontal zoom correctly
|
||||
* Fix bug where FloatEdit controls would sometimes not report the selected value
|
||||
* Actually select the correct things in the Select Overlaps macro
|
||||
* Give temporary files proper extensions to make it easier to open them when something goes wrong
|
||||
* Show an error message when writing a file fails
|
||||
* Fix reading subtitles from Matroska
|
||||
* Fix a case where unicode characters would result in inconsistent and baffling errors when loading Lua scripts
|
||||
* Fix loading non-ascii actor names from plain-text files
|
||||
* Obey the option for setting the number of recently opened subtitle files to remember
|
||||
* Use Lua 5.1 when both it and 5.2 are available
|
||||
* Commit pending audio changes on Enter in the edit box
|
||||
* Add Dutch translation
|
||||
* Update Finnish translation
|
||||
* Update Arabic translation
|
||||
* Fix some cases where the detached video dialog would get set to bogus sizes
|
||||
* Add .m4v to the list of video file extensions
|
||||
* Fix loading y4m files
|
||||
* Release mouse capture from the visual tools when the zoom is changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 16:07:15 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aegisub
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%bcond_with ffms2
|
||||
|
||||
Name: aegisub
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Subtitle editor
|
||||
License: BSD-3-Clause
|
||||
@ -56,6 +56,7 @@ functions with ease.
|
||||
|
||||
%prep
|
||||
%setup -q -n aegisub
|
||||
rm -r contrib docs
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user