Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/art-vm-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ART_REG_SKIP: ''
- name: 'ART (freebsd64-qemu, FreeBSD-14, amd64)'
os_image: freebsd
os_version: 14.2
os_version: 14.4
# The default FreeBSD env places the libiconv header from ports in the default include path,
# but doesn't put the corresponding library into the default library path.
# Either inlcuding the lib path (presumably done by ports) or
Expand All @@ -49,13 +49,13 @@ jobs:
ART_REG_SKIP: ''
- name: 'ART (openbsd64-qemu, OpenBSD-7, amd64)'
os_image: openbsd
os_version: 7.6
os_version: 7.9
CC: 'clang'
confflags: ''
ASAN_OPTIONS: ''
ART_REG_SKIP: 'font_nonunicode'
AUTOCONF_VERSION: '2.72'
AUTOMAKE_VERSION: '1.16'
AUTOMAKE_VERSION: '1.18'
# No illumos in cross-platform-actions/action yet, see
# https://github.com/cross-platform-actions/action/issues/20
#- name: 'ART (illumos32-qemu, OpenIndiana, i686)'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
git log -1 --format=%H

- name: Install Packages
uses: cross-platform-actions/action@v0.27.0
uses: cross-platform-actions/action@v1.2.0
with:
operating_system: ${{ matrix.os_image }}
version: ${{ matrix.os_version }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
sudo pkg_add \
git nasm libtool pkgconf \
autoconf-"$AUTOCONF_VERSION"p0 \
automake-"$AUTOMAKE_VERSION".5 \
automake-"$AUTOMAKE_VERSION".1 \
fribidi harfbuzz libunibreak png
;;
openindiana/*)
Expand All @@ -163,7 +163,7 @@ jobs:
esac

- name: Build libass
uses: cross-platform-actions/action@v0.27.0
uses: cross-platform-actions/action@v1.2.0
with:
operating_system: ${{ matrix.os_image }}
version: ${{ matrix.os_version }}
Expand All @@ -178,7 +178,7 @@ jobs:
cd ..

- name: Run Tests
uses: cross-platform-actions/action@v0.27.0
uses: cross-platform-actions/action@v1.2.0
with:
operating_system: ${{ matrix.os_image }}
version: ${{ matrix.os_version }}
Expand All @@ -193,7 +193,7 @@ jobs:

- name: Shutdown VM
if: always()
uses: cross-platform-actions/action@v0.27.0
uses: cross-platform-actions/action@v1.2.0
with:
operating_system: ${{ matrix.os_image }}
version: ${{ matrix.os_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/art.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# use it to store our (compressed) chroot dirs
# (cache is branch scoped)
- name: Retrieve Cached Chroots
uses: actions/cache@v4
uses: actions/cache@v5
id: cache
with:
path: /var/chroot/imgs
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions regression/font_nonunicode/legacy-arabic-simplified.ass
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Script Info]
Title: Legacy arabic simplified encoded font: https://github.com/libass/libass/issues/292
ScriptType:v4.00+
Collisions:Normal
ScaledBorderAndShadow: yes
PlayResX:854
PlayResY:480

[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
Style: kasi,Simplified Arabic,125,&H00FFFFFF,&HF0000000,&H00000000,&H8C000000,-1,0,0,0,100,100,0,0.00,1,0,0,8,30,15,6,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:00.00,0:01:54.41,kasi,,0000,0000,0000,,ج
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions regression/font_nonunicode/legacy-arabic-traditional.ass
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Script Info]
Title: Legacy arabic traditional encoded font: https://github.com/libass/libass/issues/292
ScriptType:v4.00+
Collisions:Normal
ScaledBorderAndShadow: yes
PlayResX:854
PlayResY:480

[V4+ Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
Style: kasi,AGA Cairo Regular,125,&H00FFFFFF,&HF0000000,&H00000000,&H8C000000,-1,0,0,0,100,100,0,0.00,1,0,0,8,30,15,6,1

[Events]
Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:00:00.00,0:01:54.41,kasi,,0000,0000,0000,,ج
Loading