SHA256
1
0
forked from pool/aegisub
aegisub/aegisub-buildfix_autotools.patch
Martin Pluskal 048a513059 Accepting request 1045757 from home:elimat:branches:multimedia:apps
- Update to version 3.3.3
  * Pass storage size to libass to fix rendering
  * This changes how subtitle is rendered in certain cases when using
    libass as subtitle renderer. The behavior now matches
	ffmpeg>=5.0.1 and VLC nightly (not included in VLC=3.0.17.4 yet)
  * Added CoreAudio player for macOS, which supports multi channel output
  * Allow choosing between wxStyledTextCtrl and wxTextCtrl for subtitle 
    edit box
  * wxSTC provides syntax highlighting
  * wxTextCtrl is the native text editor provided by system, and may 
    have better support for IME, right-to-left languages, etc.
  * Shift + right-click gives native context menu when using wxTextCtrl
  * Support for negative margin (@petzku)
  * Fix timestamp issue when loading subtitle from MKS
  * Fix support for embedded font in ass (@Kienyew)
  * Fix build issues with boost>=1.76, M1 Mac, etc.
- Add patch: aegisub-buildfix_autotools.patch to fix build with autotools
- Drop patch: ax_boost-files.patch which is fixed upstream
- Drop aegisub-rpmlintrc not needed anymore

OBS-URL: https://build.opensuse.org/request/show/1045757
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=78
2022-12-30 12:06:19 +00:00

12 lines
466 B
Diff

--- Aegisub-3.3.3/build/version.sh.orig 2022-08-21 04:36:22.130688059 +0100
+++ Aegisub-3.3.3/build/version.sh 2022-08-21 04:36:30.535680238 +0100
@@ -12,7 +12,7 @@ if ! test -d "${srcdir}/.git"; then
done < "${version_h_path}"
if test x$BUILD_GIT_VERSION_NUMBER != x -a x$BUILD_GIT_VERSION_STRING != x; then
export VERSION_SOURCE="from cached git_version.h"
- exit 0
+ return 0
else
echo "invalid git_version.h"
exit 2