Package Details: perl-sdl 2.548-14

Git Clone URL: https://aur.archlinux.org/perl-sdl.git (read-only, click to copy)
Package Base: perl-sdl
Description: Simple DirectMedia Layer for Perl
Upstream URL: https://metacpan.org/dist/SDL
Keywords: perl
Licenses: LGPL
Submitter: arojas
Maintainer: lighterowl
Last Packager: lighterowl
Votes: 4
Popularity: 0.59
First Submitted: 2022-04-01 18:12 (UTC)
Last Updated: 2024-09-04 20:50 (UTC)

Latest Comments

« First ‹ Previous 1 2

mawe commented on 2023-02-23 21:58 (UTC) (edited on 2023-02-23 22:23 (UTC) by mawe)

It freezes here:

is( SDL::Video::display_YUV_overlay( $overlay, $display_at_rect ),
    0, '[display_YUV_overlay] returns 0 on success'
);

I created a minimal C example with the same function calls, that worked.

The equivalent minimal Perl examples both inside of the test suite and outside using the installed sdl-perl leads to the freeze.

frakka commented on 2022-12-28 00:06 (UTC)

Launching makepkg skipping the "check()" function let compile end successfully:

$ makepkg --nocheck

BlueStreak commented on 2022-11-24 21:08 (UTC)

I'm facing same issue here as previous comment. I keep trying to install SDL manually as well through CPAN but no luck. Gets stuck at last line below.

[Alien::SDL] Build option used: Already installed SDL ver=1.2.16 path=/usr Building SDL t/00-load.t ..................... ok
t/colorpm.t ..................... ok
t/config.t ...................... ok
t/core.t ........................ ok
t/core_audio.t .................. ok
t/core_audiospec.t .............. skipped: author tests not required for installation t/core_cd.t ..................... 1/? INFO: This app is looking for CD-ROM drives, but no path was specified INFO: Set the SDL12COMPAT_FAKE_CDROM_PATH environment variable to a directory INFO: of MP3 files named trackXX.mp3 where XX is a track number in two digits INFO: from 01 to 99 t/core_cd.t ..................... ok
t/core_error.t .................. ok
t/core_events.t ................. ok
t/core_joystick.t ............... ok
t/core_mouse.t .................. ok
t/core_multi.t .................. ok
t/core_overlay.t ................ ok
t/core_palette.t ................ ok
t/core_rect.t ................... ok
t/core_rwops.t .................. ok
t/core_surface.t ................ ok
t/core_timer.t .................. ok
t/core_version.t ................ ok
t/core_video.t .................. 70/?

Riedler commented on 2022-10-15 18:13 (UTC)

test case t/core_video.t seems to freeze. Not sure if this is wayland-related, I've tried the SDL x11 and dummy backends, and while the latter at least gets to subtest 58, the former doesn't go further than wayland (stuck at 1).

skipping the test (deleting the contents of the file) seems to work, but I don't think that's an option for this package. Unfortunately, I have zero experience with perl or SDL, so 🤷‍♂️