Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2_mixer: enable Opus support
@ 2019-10-14 17:21 voidlinux-github
  2019-10-14 17:26 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-14 17:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Akaricchi/void-packages sdl2-mixer-opus
https://github.com/void-linux/void-packages/pull/15470

SDL2_mixer: enable Opus support
Required for #15467

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdl2-mixer-opus-15470.patch --]
[-- Type: text/x-diff, Size: 1094 bytes --]

From 0f24977d4721fd613fd20fbda51594ba4da54c9b Mon Sep 17 00:00:00 2001
From: Andrei Alexeyev <akari@taisei-project.org>
Date: Mon, 14 Oct 2019 20:20:57 +0300
Subject: [PATCH] SDL2_mixer: enable Opus support

---
 srcpkgs/SDL2_mixer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SDL2_mixer/template b/srcpkgs/SDL2_mixer/template
index 69197b64791..3ca99e7b100 100644
--- a/srcpkgs/SDL2_mixer/template
+++ b/srcpkgs/SDL2_mixer/template
@@ -5,9 +5,9 @@ revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel
- libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel"
+ libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel opusfile-devel"
 # The following deps are dlopen(3)ed at runtime.
-depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2"
+depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2 opusfile"
 short_desc="Multi-channel audio mixer library (SDL 2.x)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] SDL2_mixer: enable Opus support
  2019-10-14 17:21 [PR PATCH] SDL2_mixer: enable Opus support voidlinux-github
  2019-10-14 17:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-14 17:26 ` voidlinux-github
  2019-10-15 19:14 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-14 17:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Akaricchi against master on the void-packages repository

https://github.com/Akaricchi/void-packages sdl2-mixer-opus
https://github.com/void-linux/void-packages/pull/15470

SDL2_mixer: enable Opus support
Required for #15467

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdl2-mixer-opus-15470.patch --]
[-- Type: text/x-diff, Size: 1180 bytes --]

From 2f5795361b6895759f89cb6a4ec04da91fdc2641 Mon Sep 17 00:00:00 2001
From: Andrei Alexeyev <akari@taisei-project.org>
Date: Mon, 14 Oct 2019 20:20:57 +0300
Subject: [PATCH] SDL2_mixer: enable Opus support

---
 srcpkgs/SDL2_mixer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/SDL2_mixer/template b/srcpkgs/SDL2_mixer/template
index 69197b64791..80d654951b9 100644
--- a/srcpkgs/SDL2_mixer/template
+++ b/srcpkgs/SDL2_mixer/template
@@ -1,13 +1,13 @@
 # Template file for 'SDL2_mixer'
 pkgname=SDL2_mixer
 version=2.0.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel
- libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel"
+ libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel opusfile-devel"
 # The following deps are dlopen(3)ed at runtime.
-depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2"
+depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2 opusfile"
 short_desc="Multi-channel audio mixer library (SDL 2.x)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] SDL2_mixer: enable Opus support
  2019-10-14 17:21 [PR PATCH] SDL2_mixer: enable Opus support voidlinux-github
@ 2019-10-14 17:26 ` voidlinux-github
  2019-10-14 17:26 ` voidlinux-github
  2019-10-15 19:14 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-14 17:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Akaricchi against master on the void-packages repository

https://github.com/Akaricchi/void-packages sdl2-mixer-opus
https://github.com/void-linux/void-packages/pull/15470

SDL2_mixer: enable Opus support
Required for #15467

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sdl2-mixer-opus-15470.patch --]
[-- Type: text/x-diff, Size: 1180 bytes --]

From 2f5795361b6895759f89cb6a4ec04da91fdc2641 Mon Sep 17 00:00:00 2001
From: Andrei Alexeyev <akari@taisei-project.org>
Date: Mon, 14 Oct 2019 20:20:57 +0300
Subject: [PATCH] SDL2_mixer: enable Opus support

---
 srcpkgs/SDL2_mixer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/SDL2_mixer/template b/srcpkgs/SDL2_mixer/template
index 69197b64791..80d654951b9 100644
--- a/srcpkgs/SDL2_mixer/template
+++ b/srcpkgs/SDL2_mixer/template
@@ -1,13 +1,13 @@
 # Template file for 'SDL2_mixer'
 pkgname=SDL2_mixer
 version=2.0.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel
- libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel"
+ libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel opusfile-devel"
 # The following deps are dlopen(3)ed at runtime.
-depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2"
+depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2 opusfile"
 short_desc="Multi-channel audio mixer library (SDL 2.x)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Merged]: SDL2_mixer: enable Opus support
  2019-10-14 17:21 [PR PATCH] SDL2_mixer: enable Opus support voidlinux-github
  2019-10-14 17:26 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-14 17:26 ` voidlinux-github
@ 2019-10-15 19:14 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-15 19:14 UTC (permalink / raw)
  To: ml

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

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

SDL2_mixer: enable Opus support
https://github.com/void-linux/void-packages/pull/15470

Description:
Required for #15467

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

end of thread, other threads:[~2019-10-15 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 17:21 [PR PATCH] SDL2_mixer: enable Opus support voidlinux-github
2019-10-14 17:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-14 17:26 ` voidlinux-github
2019-10-15 19:14 ` [PR PATCH] [Merged]: " voidlinux-github

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