Blame aegisub.changes

Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
ea1c0d
Wed Feb  8 07:41:42 UTC 2023 - Dave Plater <davejplater@gmail.com>
ea1c0d
ea1c0d
- Add aegisub-3.3.3-fix-boost-181-build.patch copied from mageia 
ea1c0d
  to fix build against boost-1.81
ea1c0d
ea1c0d
-------------------------------------------------------------------
32179d
Thu Dec 29 22:16:54 UTC 2022 - Matthias Eliasson <elimat@opensuse.org>
32179d
32179d
- Update to version 3.3.3
32179d
  * Pass storage size to libass to fix rendering
32179d
  * This changes how subtitle is rendered in certain cases when using
32179d
    libass as subtitle renderer. The behavior now matches
32179d
	ffmpeg>=5.0.1 and VLC nightly (not included in VLC=3.0.17.4 yet)
32179d
  * Added CoreAudio player for macOS, which supports multi channel output
32179d
  * Allow choosing between wxStyledTextCtrl and wxTextCtrl for subtitle 
32179d
    edit box
32179d
  * wxSTC provides syntax highlighting
32179d
  * wxTextCtrl is the native text editor provided by system, and may 
32179d
    have better support for IME, right-to-left languages, etc.
32179d
  * Shift + right-click gives native context menu when using wxTextCtrl
32179d
  * Support for negative margin (@petzku)
32179d
  * Fix timestamp issue when loading subtitle from MKS
32179d
  * Fix support for embedded font in ass (@Kienyew)
32179d
  * Fix build issues with boost>=1.76, M1 Mac, etc.
32179d
- Add patch: aegisub-buildfix_autotools.patch to fix build with autotools
32179d
- Drop patch: ax_boost-files.patch which is fixed upstream
32179d
- Drop aegisub-rpmlintrc not needed anymore
32179d
32179d
-------------------------------------------------------------------
6c4941
Sun Jun 26 11:31:45 UTC 2022 - Berthold Gunreben <azouhr@opensuse.org>
6c4941
6c4941
- Disable s390x build, unsupported target architecture.
6c4941
6c4941
-------------------------------------------------------------------
7a8e69
Thu Jul 29 14:18:57 UTC 2021 - Dave Plater <davejplater@gmail.com>
7a8e69
7a8e69
- Disable 32 bit build, causes gcc bug.
7a8e69
7a8e69
-------------------------------------------------------------------
5186db
Tue Apr 13 19:13:10 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
5186db
5186db
- Upstream orphaned (or at least inactive), use active wangqr fork
5186db
- Updated to fork version 3.3.2
5186db
  * Show a notice when reaching 32bit memory limit instead of crash
5186db
  * Fix OpenGL color depth issue with some GPU drivers
5186db
  * Fix eyedropper not working
5186db
  * Fix alt-drag behavior in audio window
5186db
  * Fix saving audio clip with float samples
5186db
  * Added support for AviSynth+ on linux
5186db
  * Fix video rendering performance issue with visual tools
5186db
  * Added the "align to hardsub in video" function
5186db
  * Allow user change color for visual typesetting tool
5186db
  * Bug fixes about HiDPI display issues
5186db
  * Bug fixes about timing calculation for video frame and audio FFT
5186db
- Added ax_boost-files.patch for fix build with boost >= 1.70
5186db
- Dropped outdated patches Makefile.inc.in.patch,
5186db
  remove-vendor-luajit-dependency.patch, aegisub-no-optimize.patch,
5186db
  luaL_Reg-not-luaL_reg.patch, aegisub-fix_build_with_make4.3.patch
5186db
5186db
-------------------------------------------------------------------
Bernhard M. Wiedemann 2bec3a
Mon Aug 10 06:38:17 UTC 2020 - Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
Bernhard M. Wiedemann 2bec3a
Bernhard M. Wiedemann 2bec3a
- Use wxGTK3 instead of wxWidgets (GTK2), for better HiDPI and
Bernhard M. Wiedemann 2bec3a
  Wayland support.
Bernhard M. Wiedemann 2bec3a
Bernhard M. Wiedemann 2bec3a
-------------------------------------------------------------------
Bernhard M. Wiedemann 645bca
Thu Apr 30 12:49:32 UTC 2020 - Dave Plater <davejplater@gmail.com>
Bernhard M. Wiedemann 645bca
Bernhard M. Wiedemann 645bca
- Replaced luabins.patch with luaL_Reg-not-luaL_reg.patch sent 
Bernhard M. Wiedemann 645bca
  upstream via https://github.com/Aegisub/Aegisub/issues/182
Bernhard M. Wiedemann 645bca
- Removed spec file generated git_version.h, it's not needed when
Bernhard M. Wiedemann 645bca
  git metadata is present.
Bernhard M. Wiedemann 645bca
Bernhard M. Wiedemann 645bca
-------------------------------------------------------------------
Bernhard M. Wiedemann 4324f8
Wed Apr 29 10:48:36 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
Bernhard M. Wiedemann 4324f8
Bernhard M. Wiedemann 4324f8
- Update to current git version (3.2.2+git20191006)
Bernhard M. Wiedemann 4324f8
- Add _service file
Bernhard M. Wiedemann 4324f8
- Update changelog.txt
Bernhard M. Wiedemann 4324f8
- Drop aegisub-DataBlockCache-Fix-crash-in-cache-invalidation.patch
Bernhard M. Wiedemann 4324f8
  (fixed upstream)
Bernhard M. Wiedemann 4324f8
- Drop aegisub-boost169.patch (merged upstream)
Bernhard M. Wiedemann 4324f8
- Dropped aegisub-git-version.patch (handle things from the spec
Bernhard M. Wiedemann 4324f8
  file)
Bernhard M. Wiedemann 4324f8
- Added aegisub-fix_build_with_make4.3.patch see:
Bernhard M. Wiedemann 4324f8
  https://github.com/Aegisub/Aegisub/issues/171
Bernhard M. Wiedemann 4324f8
- Require wxWidgets 3.2
Bernhard M. Wiedemann 4324f8
- Added aegisub-rpmlintrc
Bernhard M. Wiedemann 4324f8
- Spec cleanup
Bernhard M. Wiedemann 72b352
Bernhard M. Wiedemann 72b352
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Mar 29 13:25:07 UTC 2019 - plater <davejplater@gmail.com>
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Fix boo#1130889 by fixing aegisub's build against boost 1.69 with
Bernhard M. Wiedemann 65bccd
  aegisub-boost169.patch, reported upstream with patch in issue:
Bernhard M. Wiedemann 65bccd
  https://github.com/Aegisub/Aegisub/issues/93
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Feb 14 16:09:23 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Add aegisub-DataBlockCache-Fix-crash-in-cache-invalidation.patch
Bernhard M. Wiedemann 65bccd
  Fixes undefined behavior e.g. when scrolling the audio view in
Bernhard M. Wiedemann 65bccd
  spectrogram mode.
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Aug 31 11:55:30 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Edit description: trim other OS mentions, trim redundant
Bernhard M. Wiedemann 65bccd
  licensing info, trim future visions/goals.
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Aug 30 10:26:57 UTC 2018 - davejplater@gmail.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to current git rev 524c6114a82157b143567240884de3a6d030b091
Bernhard M. Wiedemann 65bccd
  named version 3.2.2+git20180710 which builds against boost
Bernhard M. Wiedemann 65bccd
  version 1.68, fixes boo#1105217
Bernhard M. Wiedemann 65bccd
- Added aegisub-git-version.patch for git.
Bernhard M. Wiedemann 65bccd
- Removed the following patches that are fixed upstream:
Bernhard M. Wiedemann 65bccd
  aegisub.build-compare.patch, icu59.patch and aegisub-icu.patch.
Bernhard M. Wiedemann 65bccd
- Rebased Makefile.inc.in.patch, aegisub-no-optimize.patch and
Bernhard M. Wiedemann 65bccd
  remove-vendor-luajit-dependency.patch.
Bernhard M. Wiedemann 65bccd
- Exclude i586 from build due to unexplainable missing library.
Bernhard M. Wiedemann 65bccd
- For upstream changes see:
Bernhard M. Wiedemann 65bccd
  /usr/share/doc/packages/aegisub/changelog.txt
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Jun  8 07:40:37 UTC 2018 - davejplater@gmail.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Use portable namespace in aegisub-icu.patch.
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Sat May 19 13:07:22 UTC 2018 - davejplater@gmail.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Created aegisub-icu.patch to fix build failure against icu4c-61_1
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Sep 29 12:15:01 UTC 2017 - olaf@aepfle.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Remove conditionals for ffms2 and boost
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Jun 19 10:43:28 UTC 2017 - rpm@fthiessen.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Added luabins.patch to fix build with lua 5.2 / 5.3.
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Jun  5 07:47:20 UTC 2017 - tchvatal@suse.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Add constraints file to allow paralel build
Bernhard M. Wiedemann 65bccd
- Add changelog to files list to ensure plain rpmbuild to work
Bernhard M. Wiedemann 65bccd
- Do not bundle luajit remove-vendor-luajit-dependency.patch
Bernhard M. Wiedemann 65bccd
- Disable the version checking, calling home in desktop apps is
Bernhard M. Wiedemann 65bccd
  really bad idea, esp since upstream is semi-dead
Bernhard M. Wiedemann 65bccd
- Add patch to fix build with icu59 icu59.patch
Bernhard M. Wiedemann 65bccd
- Add patch to not put O3 to the cflags aegisub-no-optimize.patch
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Tue Mar 21 07:10:37 UTC 2017 - olaf@aepfle.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Sort list of sources with aegisub.build-compare.patch
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Tue Feb 21 08:20:44 UTC 2017 - olaf@aepfle.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Require wxWidgets 3+ unconditional
Bernhard M. Wiedemann 65bccd
  remove obsolete aegisub-old_wc.patch
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Wed Feb  1 09:52:26 UTC 2017 - adam.majer@suse.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- use individual libboost-*-devel packages instead of boost-devel
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Aug 13 08:56:28 UTC 2015 - dvaleev@suse.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Disable build on Power, there is no luajit yet 
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Jun 29 14:49:33 UTC 2015 - tjcw@physics.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Fix build break by adding -pthread to LDFLAGS
Bernhard M. Wiedemann 65bccd
  * Makefile.inc.in.patch 
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Tue Feb 10 19:58:33 UTC 2015 - benoit.monin@gmx.fr
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Updated to 3.2.2
Bernhard M. Wiedemann 65bccd
  * Update Spanish, Ukrainian, Hungarian and Finnish translations
Bernhard M. Wiedemann 65bccd
  * Skip writing the Aegisub project stuff when exporting to ASS
Bernhard M. Wiedemann 65bccd
  * Fix some ugliness in the OS X icon
Bernhard M. Wiedemann 65bccd
  * Update the selection and scroll position after opening
Bernhard M. Wiedemann 65bccd
    subtitles from video
Bernhard M. Wiedemann 65bccd
  * Fix crash on a certain kind of malformed shift times history
Bernhard M. Wiedemann 65bccd
    file
Bernhard M. Wiedemann 65bccd
  * Don't set the YCbCr header field to "None" when resampling
Bernhard M. Wiedemann 65bccd
    resolution without changing colors
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Sep 22 20:24:24 UTC 2014 - sfalken@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Updated to 3.2.1
Bernhard M. Wiedemann 65bccd
  * Actually register the SSA file handler so that SSA files can be opened and exported
Bernhard M. Wiedemann 65bccd
  * Deduplicate Extradata entries created by Automation scripts
Bernhard M. Wiedemann 65bccd
  * Fix loading subtitles from Matroska files which have [Aegisub Extradata] sections
Bernhard M. Wiedemann 65bccd
  * Handle parsing errors when loading Shift Times history
Bernhard M. Wiedemann 65bccd
  * Add Ukrainian UI translation
Bernhard M. Wiedemann 65bccd
- Added:
Bernhard M. Wiedemann 65bccd
  * aegisub-3.2.1.tar.xz
Bernhard M. Wiedemann 65bccd
- Removed:
Bernhard M. Wiedemann 65bccd
  * aegisub-3.2.0.tar.xz
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Sep  8 13:03:42 UTC 2014 - coolo@suse.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- remove conflict with lua 5.2, seems outdated
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Aug 15 16:05:03 UTC 2014 - jengelh@inai.de
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Switch from wxWidgets 2.9 to stable-3.0 for openSUSE 13.2
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Aug  7 22:19:31 UTC 2014 - sfalken@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Removed old tarball aegisub-3.1.3.tar.xz 
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Aug  7 22:04:59 UTC 2014 - sfalken@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Updated to 3.2.0
Bernhard M. Wiedemann 65bccd
  * Audio caching is now done in the background rather than popping up a modal progress dialog 
Bernhard M. Wiedemann 65bccd
  * The audio display is automatically scrolled to the active line when audio is first opened (if that option is enabled)
Bernhard M. Wiedemann 65bccd
  * Drag all selected lines when Alt is held down when dragging in the audio display
Bernhard M. Wiedemann 65bccd
  * Automation now uses LuaJIT in Lua 5.2 mode rather than Lua 5.1
Bernhard M. Wiedemann 65bccd
  * Text controls are "infinite" length rather than limited to 30k bytes
Bernhard M. Wiedemann 65bccd
  * subs.delete can be passed a table of row numbers to delete
Bernhard M. Wiedemann 65bccd
  * Add the luabins and lfs libraries to the automation environment
Bernhard M. Wiedemann 65bccd
  * Filter out redundant progress updates so that they don't make everything incredibly slow
Bernhard M. Wiedemann 65bccd
  * Add support for submenus in the automation menu (insert / in the macro name)
Bernhard M. Wiedemann 65bccd
  * Add unicode case conversion functions to the automation module (unicode.to_upper_case, unicode.to_lower_case, unicode.to_fold_case)
Bernhard M. Wiedemann 65bccd
  * Only process selected lines in the Select Overlaps macro if more than one line is selected
Bernhard M. Wiedemann 65bccd
  * Add aegisub.project_properties() to get a table with stuff that used to be in the script info section of the file (but unlike the old script info entries, it's actually always up to date)
Bernhard M. Wiedemann 65bccd
  * Fix loading automation scripts when Aegisub is installed to a path with non-ascii characters in it
Bernhard M. Wiedemann 65bccd
  * Lua functions which take a path have been patched to support UTF-8 on Windows   
Bernhard M. Wiedemann 65bccd
  * Add a warning when a script using a bold or italic variant of a font that doesn't actually exist, as emboldening done by the renderer may not match what is seen in Aegisub
Bernhard M. Wiedemann 65bccd
  * Make the installer translatable and use the language selected in the installer for Aegisub's UI language
Bernhard M. Wiedemann 65bccd
  * Fix locale issues that could lead to find/replace stripping all non-ascii characters from a file
Bernhard M. Wiedemann 65bccd
  * Use localized names for languages everywhere they're displayed rather than the English names
Bernhard M. Wiedemann 65bccd
  * Make fontconfig indexing about four times as fast
Bernhard M. Wiedemann 65bccd
  * Significantly speed up passing subtitles to the subtitle renderer (as much as 10x faster), making the video display less laggy with large files
Bernhard M. Wiedemann 65bccd
  * Speed up indexing Matroska files
Bernhard M. Wiedemann 65bccd
  * Significantly speed up reading subtitles from Matroska files
Bernhard M. Wiedemann 65bccd
  * Cut idle CPU usage when Aegisub is in the background by about 90%
Bernhard M. Wiedemann 65bccd
  * Cut down the disk space used a bit
Bernhard M. Wiedemann 65bccd
  * Resample \be and \blur tags
Bernhard M. Wiedemann 65bccd
  * Add support for converting between YCbCr matricies
Bernhard M. Wiedemann 65bccd
  * Make the handling for AR-changing resampling a bit smarter
Bernhard M. Wiedemann 65bccd
  * Use prettier string formatting for resampled numbers
Bernhard M. Wiedemann 65bccd
  * Fix resampling drawings with AR changes
Bernhard M. Wiedemann 65bccd
  * List the files which will be opened or closed in the Load/Unload files dialog
Bernhard M. Wiedemann 65bccd
  * Support loading keyframes and timecodes files via drag-and-drop (#1749)
Bernhard M. Wiedemann 65bccd
  * The edit box buttons (bold, italic, colors, etc.) try to do the right thing when multiple lines are selected, rather than just setting all of the lines to the active line's text
Bernhard M. Wiedemann 65bccd
  * The subtitles grid has gained as Characters Per Second column, with customizable warning and error thresholds (#609)
Bernhard M. Wiedemann 65bccd
  * Undo now restores the selected lines and cursor position that were active when the change being undone occured
Bernhard M. Wiedemann 65bccd
  * Double-clicking on a word which is right next to a \N no longer selects the \N along with the word
Bernhard M. Wiedemann 65bccd
  * Make default subtitle styles customizable: when creating a new file or importing from a format without style information, the styles from a catalog of your choice are automatically imported into the script (#962)
Bernhard M. Wiedemann 65bccd
  * Add a button to open directly open the style editor for the current line's style (#1746)
Bernhard M. Wiedemann 65bccd
  * Add Comment to the files which can be pasted over
Bernhard M. Wiedemann 65bccd
  * Insert \N on shift-enter in the edit box
Bernhard M. Wiedemann 65bccd
  * Fix incorrect cursor positions when using non-BMP unicode characters
Bernhard M. Wiedemann 65bccd
  * The edit box's background color is now customizable
Bernhard M. Wiedemann 65bccd
  * Fix crash when trying to open compressed tracks from Matroska
Bernhard M. Wiedemann 65bccd
  * Add support for opening subtitle tracks with utterly insane CodecPrivate sections
Bernhard M. Wiedemann 65bccd
  * Fix rounding error in the framerate calculations for CFR formats that sometimes lead to significantly wrong timestamps for long files
Bernhard M. Wiedemann 65bccd
  * Add support for uncompressed RGB(A) files
Bernhard M. Wiedemann 65bccd
  * Fix some of the issues with open-gop h264 files
Bernhard M. Wiedemann 65bccd
  * Fix infinite loop when opening indexless matroska files (such as files written by x264 and not remuxed)
Bernhard M. Wiedemann 65bccd
  * Fix some issues with interlaced h264
Bernhard M. Wiedemann 65bccd
  * Add support for HEVC
Bernhard M. Wiedemann 65bccd
  * Add option to resample the script rather than just changing the script resolution when opening a video with different resolution (1382)
Bernhard M. Wiedemann 65bccd
  * Several of the tools have been somewhat restyled to make them less obstructive
Bernhard M. Wiedemann 65bccd
  * Hide drag handles for commented lines
Bernhard M. Wiedemann 65bccd
  * Don't automatically select all control handle in the vector clip tool when switching to it, as there's now box selection of handles
Bernhard M. Wiedemann 65bccd
  * Update all selected lines when the origin is dragged in the rotate tools
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon May 12 13:40:19 UTC 2014 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.1.3
Bernhard M. Wiedemann 65bccd
  * Return a rgba string for coloralpha lua controls (rather than just rgb)
Bernhard M. Wiedemann 65bccd
  * Update to moonscript 0.2.5
Bernhard M. Wiedemann 65bccd
  * Fix memory leaks when automation errors occur
Bernhard M. Wiedemann 65bccd
  * Add an error check for trying to interact with an expired subtitles object rather than just crashing
Bernhard M. Wiedemann 65bccd
  * Fix a crash when deleting lines with audio open
Bernhard M. Wiedemann 65bccd
  * Sort the actor and effect dropdown lists (#1715)
Bernhard M. Wiedemann 65bccd
  * Fix crash on startup when the config file can't be written
Bernhard M. Wiedemann 65bccd
  * Fix some performance issues with very large selections
Bernhard M. Wiedemann 65bccd
  * Fix some cases where the taskbar progress indicator would get stuck at nearly complete
Bernhard M. Wiedemann 65bccd
  * Speed up passing subtitles to libass a bit
Bernhard M. Wiedemann 65bccd
  * Fontconfig reads installed fonts from the registry on Windows, adding support for fonts installed via font managers to the fonts collector
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Mar  7 13:39:15 UTC 2014 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.1.2
Bernhard M. Wiedemann 65bccd
  * Make subs.deleterange(start, end) not do totally incorrect things
Bernhard M. Wiedemann 65bccd
  * Fix some cases where the row to extend shift-click selections in the grid was not updated correctly
Bernhard M. Wiedemann 65bccd
  * Fix assertion failure when built with boost 1.52
Bernhard M. Wiedemann 65bccd
  * New/updated translations
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Tue Mar  4 18:51:25 UTC 2014 - coolo@suse.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- disable parallel make - it takes too much memory and OBS swaps
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Thu Jan 23 14:43:50 UTC 2014 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.1.1
Bernhard M. Wiedemann 65bccd
  * New features and bug fixes. See http://www.aegisub.org/changelog/3.1.0/
Bernhard M. Wiedemann 65bccd
    and http://www.aegisub.org/changelog/3.1.1/
Bernhard M. Wiedemann 65bccd
- Add aegisub-old_wc.patch
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Sun Jul  7 08:50:55 UTC 2013 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.0.4
Bernhard M. Wiedemann 65bccd
  * Update Basque translation
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Jul  1 19:39:17 UTC 2013 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.0.3
Bernhard M. Wiedemann 65bccd
  * Fix crash when playing audio before time 0
Bernhard M. Wiedemann 65bccd
  * Round syllable durations to centiseconds when splitting syllables
Bernhard M. Wiedemann 65bccd
  * Save the horizontal zoom correctly
Bernhard M. Wiedemann 65bccd
  * Fix bug where FloatEdit controls would sometimes not report the selected value
Bernhard M. Wiedemann 65bccd
  * Actually select the correct things in the Select Overlaps macro
Bernhard M. Wiedemann 65bccd
  * Give temporary files proper extensions to make it easier to open them when something goes wrong
Bernhard M. Wiedemann 65bccd
  * Show an error message when writing a file fails
Bernhard M. Wiedemann 65bccd
  * Fix reading subtitles from Matroska
Bernhard M. Wiedemann 65bccd
  * Fix a case where unicode characters would result in inconsistent and baffling errors when loading Lua scripts
Bernhard M. Wiedemann 65bccd
  * Fix loading non-ascii actor names from plain-text files
Bernhard M. Wiedemann 65bccd
  * Obey the option for setting the number of recently opened subtitle files to remember
Bernhard M. Wiedemann 65bccd
  * Use Lua 5.1 when both it and 5.2 are available
Bernhard M. Wiedemann 65bccd
  * Commit pending audio changes on Enter in the edit box
Bernhard M. Wiedemann 65bccd
  * Add Dutch translation
Bernhard M. Wiedemann 65bccd
  * Update Finnish translation
Bernhard M. Wiedemann 65bccd
  * Update Arabic translation
Bernhard M. Wiedemann 65bccd
  * Fix some cases where the detached video dialog would get set to bogus sizes
Bernhard M. Wiedemann 65bccd
  * Add .m4v to the list of video file extensions
Bernhard M. Wiedemann 65bccd
  * Fix loading y4m files
Bernhard M. Wiedemann 65bccd
  * Release mouse capture from the visual tools when the zoom is changed
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Tue Oct 23 16:07:15 UTC 2012 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Removed aegisub-3.0.0-docdir.patch and aegisub-3.0.0-no_glu.patch,
Bernhard M. Wiedemann 65bccd
  they have been applied upstream
Bernhard M. Wiedemann 65bccd
- Update to 3.0.2
Bernhard M. Wiedemann 65bccd
  * Allow framerate transform to/from variable without external timecodes loaded (#1530)
Bernhard M. Wiedemann 65bccd
  * Honor the configured limits for the find/replace history (#1528)
Bernhard M. Wiedemann 65bccd
  * Fix occassional non-error dialog when running multiple copies of Aegisub
Bernhard M. Wiedemann 65bccd
  * Fix bug that sometimes resulted in later karaoke syllables moving when early ones were modified
Bernhard M. Wiedemann 65bccd
  * Truncate overly long syllables rather than adjusting all of the other syllables to make them fit
Bernhard M. Wiedemann 65bccd
  * Play right-clicked syllables
Bernhard M. Wiedemann 65bccd
  * Fix splitting lines by karaoke (#1541)
Bernhard M. Wiedemann 65bccd
  * Remove dependency on glu
Bernhard M. Wiedemann 65bccd
  * Honor docdir and localedir configuration variables
Bernhard M. Wiedemann 65bccd
  * Make it possible to type style names again
Bernhard M. Wiedemann 65bccd
  * Break undo grouping after 30 seconds of inactivity rather than 10
Bernhard M. Wiedemann 65bccd
  * Switch the Duration field back to time mode when video is closed
Bernhard M. Wiedemann 65bccd
  * Save a single wav containing all selected lines rather than a separate wav for each line with "Create audio clip"
Bernhard M. Wiedemann 65bccd
  * Make pasting lines not horrible slow (#1534)
Bernhard M. Wiedemann 65bccd
  * Make the correct row visible when selecting rows with shift + arrow keys in the grid (#1533)
Bernhard M. Wiedemann 65bccd
  * Fix a few errors in the German translation (#1523)
Bernhard M. Wiedemann 65bccd
  * Update Czech translation
Bernhard M. Wiedemann 65bccd
  * Update Indonesian translation
Bernhard M. Wiedemann 65bccd
  * Update Hungarian translation
Bernhard M. Wiedemann 65bccd
  * Add partial Arabic translation (#1532)
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Mon Oct  8 22:19:57 UTC 2012 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.0.1
Bernhard M. Wiedemann 65bccd
  * Updated Russian translation
Bernhard M. Wiedemann 65bccd
  * Updated Greek translation
Bernhard M. Wiedemann 65bccd
  * Partially update Finnish translation
Bernhard M. Wiedemann 65bccd
  * Fixed some errors in the Portuguese translation
Bernhard M. Wiedemann 65bccd
  * Fix packaging issues with the Serbian translation
Bernhard M. Wiedemann 65bccd
  * Update the size of the karaoke syllable bar when the window is resized
Bernhard M. Wiedemann 65bccd
  * Add scroll arrows to the karaoke syllable bar when the contents are too wide to fit
Bernhard M. Wiedemann 65bccd
  * Change the color of the karaoke syllable split cursor to indicate whether it'll add or remove a split
Bernhard M. Wiedemann 65bccd
  * Increase the hit area for removing karaoke splits a little
Bernhard M. Wiedemann 65bccd
  * Remove the correct split when clicking to the left of a split line
Bernhard M. Wiedemann 65bccd
  * Re-add the "Play current line" button to the audio toolbar
Bernhard M. Wiedemann 65bccd
  * Stop video playback when the stop button is clicked in the audio toolbar as 2.1.9 did
Bernhard M. Wiedemann 65bccd
  * Scroll the audio display after a click near an edge when auto-scrolling is enabled
Bernhard M. Wiedemann 65bccd
  * Recenter the audio display if a newly selected line is very close to an edge in addition to if it's not fully onscreen, as 2.1 did
Bernhard M. Wiedemann 65bccd
  * Fix subtitle timing issues after loading a timecodes file
Bernhard M. Wiedemann 65bccd
  * Fix rounding error that resulted in 30000/1001 FPS video being treated as 30001/1001 FPS
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Sun Oct  7 22:16:05 UTC 2012 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 3.0.0
Bernhard M. Wiedemann 65bccd
  * The audio display and related things such as the karaoke
Bernhard M. Wiedemann 65bccd
    syllable splitting interface have been rewritten from scratch.
Bernhard M. Wiedemann 65bccd
    The spectograph rendering is now much higher quality and
Bernhard M. Wiedemann 65bccd
    faster, and many new features have been added.
Bernhard M. Wiedemann 65bccd
  * Changes made in the main edit box and surrounding controls no
Bernhard M. Wiedemann 65bccd
    longer have to be committed. Instead, changes are made to the
Bernhard M. Wiedemann 65bccd
    file as you type, with the video display updating in real time.
Bernhard M. Wiedemann 65bccd
  * See http://www.aegisub.org/changelog/3.0.0/ for details
Bernhard M. Wiedemann 65bccd
- Remove aegisub-2.1.9-system_libs.patch, aegisub-2.1.8.99.rev5789-ld.patch
Bernhard M. Wiedemann 65bccd
  and aegisub-2.1.9-underlinking.patch. Fixed upstream.
Bernhard M. Wiedemann 65bccd
- Update aegisub-2.1.9-no_glu.patch to aegisub-3.0.0-no_glu.patch
Bernhard M. Wiedemann 65bccd
- Add aegisub-3.0.0-docdir.patch
Bernhard M. Wiedemann 65bccd
- Build only the two relevant audio output backends: ALSA and PulseAudio
Bernhard M. Wiedemann 65bccd
- The scripting system no longer supports Perl and Ruby, remove BuildRequires
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Sep 21 10:20:14 UTC 2012 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Add aegisub-2.1.9-no_glu.patch
Bernhard M. Wiedemann 65bccd
- Remove explicit glu dependency.
Bernhard M. Wiedemann 65bccd
  wxWidgets-devel is the one that should have it
Bernhard M. Wiedemann 65bccd
- Remove explicit xfixes,xdamage and xxf86vm dependencies.
Bernhard M. Wiedemann 65bccd
  Mesa-libGL-devel is the one that should be fixed (probably removing the .la file)
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Sep 21 08:27:11 UTC 2012 - idonmez@suse.com
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Add explicit glu,xfixes,xdagame and xxf86vm dependency
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Fri Feb 10 16:19:57 UTC 2012 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 2.1.9
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Sat Oct 29 16:04:47 UTC 2011 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- Update to 2.1.9 rev5789
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
-------------------------------------------------------------------
Bernhard M. Wiedemann 65bccd
Sun Jul  5 23:43:39 CEST 2009 - reddwarf@opensuse.org
Bernhard M. Wiedemann 65bccd
Bernhard M. Wiedemann 65bccd
- First package
Bernhard M. Wiedemann 65bccd