Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] SDL2_mixer: enable Opus support
Date: Mon, 14 Oct 2019 19:26:41 +0200	[thread overview]
Message-ID: <20191014172641.4_Y2nQP92_4ejgFi4Wp7m2MR7x4-4ozfyRGLm45iVUk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15470@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2019-10-14 17:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-14 17:21 [PR PATCH] " voidlinux-github
2019-10-14 17:26 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-14 17:26 ` voidlinux-github [this message]
2019-10-15 19:14 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191014172641.4_Y2nQP92_4ejgFi4Wp7m2MR7x4-4ozfyRGLm45iVUk@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).