Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL: enable opengl and pulseaudio options on arm
@ 2022-06-16 17:25 paper42
  2022-06-17 14:01 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-06-16 17:25 UTC (permalink / raw)
  To: ml

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

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages SDL-opengl-pulseaudio-arm
https://github.com/void-linux/void-packages/pull/37585

SDL: enable opengl and pulseaudio options on arm
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (only build-tested)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL-opengl-pulseaudio-arm-37585.patch --]
[-- Type: text/x-diff, Size: 1618 bytes --]

From cc8ee1b0c3809a1c235633623c41b2e087114298 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 16 Jun 2022 19:24:23 +0200
Subject: [PATCH] SDL: enable opengl and pulseaudio options on arm

---
 srcpkgs/SDL/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/SDL/template b/srcpkgs/SDL/template
index d55ee7ab382e..54a86a66f8a4 100644
--- a/srcpkgs/SDL/template
+++ b/srcpkgs/SDL/template
@@ -1,7 +1,7 @@
 # Template file for 'SDL'
 pkgname=SDL
 version=1.2.15
-revision=12
+revision=13
 build_style=gnu-configure
 configure_args="--enable-alsa --enable-sndio --disable-esd --disable-rpath
  --enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
@@ -16,20 +16,13 @@ makedepends="alsa-lib-devel sndio-devel $(vopt_if x11 libXrandr-devel)
 short_desc="Simple Directmedia Layer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only"
-homepage="http://www.libsdl.org/"
-distfiles="http://www.libsdl.org/release/SDL-${version}.tar.gz"
+homepage="https://www.libsdl.org/"
+distfiles="https://www.libsdl.org/release/SDL-${version}.tar.gz"
 checksum=d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
 
 # Package build options
 build_options="x11 opengl aalib pulseaudio"
-build_options_default="x11"
-
-case "$XBPS_TARGET_MACHINE" in
-i686*|x86_64*|ppc*)
-	# Enable OpenGL and pulseaudio on x86 and ppc.
-	build_options_default+=" opengl pulseaudio"
-	;;
-esac
+build_options_default="x11 opengl pulseaudio"
 
 if [ "$build_option_opengl" ]; then
 	# libGL.so.1 is dynamically loaded with dlopen.

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

* Re: [PR PATCH] [Merged]: SDL: enable opengl and pulseaudio options on arm
  2022-06-16 17:25 [PR PATCH] SDL: enable opengl and pulseaudio options on arm paper42
@ 2022-06-17 14:01 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-06-17 14:01 UTC (permalink / raw)
  To: ml

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

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

SDL: enable opengl and pulseaudio options on arm
https://github.com/void-linux/void-packages/pull/37585

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (only build-tested)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-17 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 17:25 [PR PATCH] SDL: enable opengl and pulseaudio options on arm paper42
2022-06-17 14:01 ` [PR PATCH] [Merged]: " paper42

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).