Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
  2020-04-02 19:45 ` stepmania: fix runtime crash when built with new versions of gcc Francesco149
@ 2020-04-19 12:21 ` sgn
  2020-04-19 12:44 ` sgn
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-04-19 12:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-616120519

Comment:
Current template built with external ffmpeg. Please switch to system ffmpeg.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
  2020-04-02 19:45 ` stepmania: fix runtime crash when built with new versions of gcc Francesco149
  2020-04-19 12:21 ` sgn
@ 2020-04-19 12:44 ` sgn
  2020-05-09 11:49 ` travankor
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-04-19 12:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 942 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-616125363

Comment:
This is for building with system ffmpeg. Build failure, though.
```diff
diff --git a/srcpkgs/stepmania/template b/srcpkgs/stepmania/template
index b416cfa4a5..7e0355708c 100644
--- a/srcpkgs/stepmania/template
+++ b/srcpkgs/stepmania/template
@@ -3,10 +3,11 @@ pkgname=stepmania
 version=5.0.12
 revision=3
 build_style=cmake
+configure_args="-DWITH_SYSTEM_FFMPEG=ON"
 cmake_builddir="Build"
-hostmakedepends="nasm yasm pkg-config git"
+hostmakedepends="nasm yasm pkg-config"
 makedepends="libmad-devel libvorbis-devel pcre-devel libjpeg-turbo-devel
-alsa-lib-devel libXrandr-devel libva-devel glew-devel"
+alsa-lib-devel libXrandr-devel libva-devel glew-devel ffmpeg-devel"
 short_desc="Advanced rhythm game"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
```

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-04-19 12:44 ` sgn
@ 2020-05-09 11:49 ` travankor
  2020-05-09 11:53 ` sgn
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-09 11:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-626163886

Comment:
@sgn Original author abandoned this PR? Do you want to manually fix this up or should I do it?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-05-09 11:49 ` travankor
@ 2020-05-09 11:53 ` sgn
  2020-05-14 20:36 ` travankor
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2020-05-09 11:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-626164308

Comment:
Hi @travankor

If you can make this works with system ffmpeg, I'll merge it.
I'm busy with libreoffice in aarch64 now.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-05-09 11:53 ` sgn
@ 2020-05-14 20:36 ` travankor
  2021-05-16 17:05 ` jason1987d
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-14 20:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-628873283

Comment:
@sgn Seems like [this commit](https://github.com/stepmania/stepmania/commit/b8a79cd0f61c0109b68a23a324c45891851bcc4c) is necessary, but it is on git master (no releases). This looks difficult to backport to old versions.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-05-14 20:36 ` travankor
@ 2021-05-16 17:05 ` jason1987d
  2021-06-08  2:51 ` ericonr
  2021-06-08  2:52 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: jason1987d @ 2021-05-16 17:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-841845445

Comment:
I know this is old, but stepmania development has taken a new direction with the OutFox branch (stepmania 5.3). Technically nonfree for now. I know one of the developers personally and they plan to eventually make open source. Should this still be fixed and any PR I create have a different package name i.e. 'stepmania-outfox' or should I just make a PR for the new stepmania with the same package name?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2021-05-16 17:05 ` jason1987d
@ 2021-06-08  2:51 ` ericonr
  2021-06-08  2:52 ` [PR PATCH] [Closed]: " ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-08  2:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-856397108

Comment:
@jason1987d When the new open source version is up, I think we should just update this one.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Closed]: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2021-06-08  2:51 ` ericonr
@ 2021-06-08  2:52 ` ericonr
  8 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-06-08  2:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There's a closed pull request on the void-packages repository

stepmania: fix runtime crash when built with new versions of gcc.
https://github.com/void-linux/void-packages/pull/16630

Description:
patch comes from https://github.com/stepmania/stepmania/commit/3f64564dd7c62a2f3d9557c1bdb8475fd953abea

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: stepmania: fix runtime crash when built with new versions of gcc.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
@ 2020-04-02 19:45 ` Francesco149
  2020-04-19 12:21 ` sgn
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: Francesco149 @ 2020-04-02 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

New comment by Francesco149 on void-packages repository

https://github.com/void-linux/void-packages/pull/16630#issuecomment-608066716

Comment:
hey, it would be nice to have this merged as the current build of stepmania crashes out of the box

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-06-08  2:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16630@inbox.vuxu.org>
2020-04-02 19:45 ` stepmania: fix runtime crash when built with new versions of gcc Francesco149
2020-04-19 12:21 ` sgn
2020-04-19 12:44 ` sgn
2020-05-09 11:49 ` travankor
2020-05-09 11:53 ` sgn
2020-05-14 20:36 ` travankor
2021-05-16 17:05 ` jason1987d
2021-06-08  2:51 ` ericonr
2021-06-08  2:52 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).