Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dosbox-staging: update to 0.79.1
@ 2022-10-01 11:50 mmnmnnmnmm
  2022-10-01 13:05 ` [PR PATCH] [Updated] " mmnmnnmnmm
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mmnmnnmnmm @ 2022-10-01 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mmnmnnmnmm/void-packages dosbox-staging
https://github.com/void-linux/void-packages/pull/39582

dosbox-staging: update to 0.79.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39582.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dosbox-staging-39582.patch --]
[-- Type: text/x-diff, Size: 4657 bytes --]

From 21cde8101dd22de32687277b43124220201e716e Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Tue, 20 Sep 2022 18:59:25 +0100
Subject: [PATCH 1/3] New package: libiir1-1.9.3

---
 common/shlibs            |  1 +
 srcpkgs/libiir1-devel    |  1 +
 srcpkgs/libiir1/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/libiir1-devel
 create mode 100644 srcpkgs/libiir1/template

diff --git a/common/shlibs b/common/shlibs
index c962f0ab7622..074e68823199 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4162,3 +4162,4 @@ libgbinder.so.1 libgbinder-1.1.20_1
 libsunpinyin.so.3 libsunpinyin-3.0.0rc2_1
 libtpm2-totp.so.0 libtpm2-totp-0.3.0_1
 libmujs.so.1.2.0 mujs-1.2.0_2
+libiir.so.1 libiir1-1.9.3_1
diff --git a/srcpkgs/libiir1-devel b/srcpkgs/libiir1-devel
new file mode 120000
index 000000000000..2996526d4bda
--- /dev/null
+++ b/srcpkgs/libiir1-devel
@@ -0,0 +1 @@
+libiir1
\ No newline at end of file
diff --git a/srcpkgs/libiir1/template b/srcpkgs/libiir1/template
new file mode 100644
index 000000000000..f3ac8968cbd4
--- /dev/null
+++ b/srcpkgs/libiir1/template
@@ -0,0 +1,28 @@
+# Template file for 'libiir1'
+pkgname=libiir1
+version=1.9.3
+revision=1
+wrksrc="iir1-${version}"
+build_style=cmake
+short_desc="DSP IIR realtime filter library written in C++ "
+maintainer="mmnmnnmnmm <mnnnm@disroot.org>"
+license="MIT"
+homepage="https://github.com/berndporr/iir1"
+distfiles="https://github.com/berndporr/iir1/archive/${version}.tar.gz"
+checksum=de241ef7a3e5ae8e1309846fe820a2e18978aa3df3922bd83c2d75a0fcf4e78f
+
+post_install() {
+	vlicense COPYING
+}
+
+libiir1-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/pkgconfig
+	}
+}

From 934b9914dccfac401180aee9dd40e55c86fce537 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Tue, 20 Sep 2022 19:01:11 +0100
Subject: [PATCH 2/3] libmt32emu: update to 2.7.0

---
 srcpkgs/libmt32emu/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libmt32emu/template b/srcpkgs/libmt32emu/template
index 12df672189de..8c197d303a83 100644
--- a/srcpkgs/libmt32emu/template
+++ b/srcpkgs/libmt32emu/template
@@ -1,6 +1,6 @@
 # Template file for 'libmt32emu'
 pkgname=libmt32emu
-version=2.5.1
+version=2.7.0
 revision=1
 _version_string=${version//./_}
 wrksrc=munt-libmt32emu_${_version_string}
@@ -12,8 +12,9 @@ short_desc="Emulate Roland MT-32, CM-32L and LAPC-I synthesizer modules"
 maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="LGPL-2.1-or-later"
 homepage="http://munt.sourceforge.net"
+changelog="https://raw.githubusercontent.com/munt/munt/libmt32emu_2_7_0/mt32emu/NEWS.txt"
 distfiles="https://github.com/munt/munt/archive/libmt32emu_${_version_string}.tar.gz"
-checksum=684988ab4d2b103554d9a38ad556cebc3ebc28d1d8fbb49fb4808ec9c80a2bf4
+checksum=5ede7c3d28a3bb0d9e637935b8b96484fadb409c9e5952a9e5432b3e05e5dbc1
 
 build_options="libsoxr libsamplerate"
 desc_option_libsoxr="Use libsoxr for sample rate conversion"

From a0706577fcd1c5f0c6b4408fe5987dd448872898 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 25 Sep 2022 16:04:46 +0100
Subject: [PATCH 3/3] dosbox-staging: update to 0.79.1

---
 srcpkgs/dosbox-staging/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/dosbox-staging/template b/srcpkgs/dosbox-staging/template
index fc68f8562f37..8929cb5c8a1b 100644
--- a/srcpkgs/dosbox-staging/template
+++ b/srcpkgs/dosbox-staging/template
@@ -1,17 +1,18 @@
 # Template file for 'dosbox-staging'
 pkgname=dosbox-staging
-version=0.77.0
+version=0.79.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config"
-makedepends="alsa-lib-devel libpng-devel SDL2-devel SDL2_net-devel
- opusfile-devel fluidsynth-devel libmt32emu-devel"
+makedepends="SDL2-devel SDL2_net-devel alsa-lib-devel fluidsynth-devel libiir1-devel
+ libmt32emu-devel libpng-devel libslirp-devel opusfile-devel speexdsp-devel"
+checkdepends="gtest-devel"
 short_desc="DOS/x86 emulator focusing on ease of use"
 maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="GPL-2.0-or-later"
 homepage="https://dosbox-staging.github.io"
 distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz"
-checksum=85e1739f5dfd7d96b752b2b0e12aad6f95c7770b47fcdaf978d4128d7890d986
+checksum=43f23fd0a5cff55e06a3ba2be8403f872ae47423f3bb4f823301eaae8a39ac2f
 conflicts="dosbox"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

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

end of thread, other threads:[~2022-10-03 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 11:50 [PR PATCH] dosbox-staging: update to 0.79.1 mmnmnnmnmm
2022-10-01 13:05 ` [PR PATCH] [Updated] " mmnmnnmnmm
2022-10-01 13:39 ` mmnmnnmnmm
2022-10-02  0:49 ` [PR REVIEW] " classabbyamp
2022-10-03 10:33 ` [PR PATCH] [Updated] " mmnmnnmnmm
2022-10-03 10:37 ` mmnmnnmnmm
2022-10-03 14:13 ` [PR PATCH] [Merged]: " classabbyamp

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