Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] alure: enable all options, no dlopen
@ 2021-03-25  0:32 sgn
  2021-03-25  0:38 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2021-03-25  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages alure-enable-kitchen-sink
https://github.com/void-linux/void-packages/pull/29735

alure: enable all options, no dlopen
While we'at it, switch distfiles to DEBIAN

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29735.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-alure-enable-kitchen-sink-29735.patch --]
[-- Type: text/x-diff, Size: 1481 bytes --]

From d7531a7e57467da35e4c42a5722306fd11b11592 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 25 Mar 2021 07:30:43 +0700
Subject: [PATCH] alure: enable all options, no dlopen

While we'at it, switch distfiles to DEBIAN
---
 srcpkgs/alure/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/alure/template b/srcpkgs/alure/template
index d6f6ae17607a..af57f0f163c4 100644
--- a/srcpkgs/alure/template
+++ b/srcpkgs/alure/template
@@ -1,15 +1,20 @@
 # Template file for 'alure'
 pkgname=alure
 version=1.2
-revision=1
+revision=2
 build_style=cmake
-makedepends="libopenal-devel"
+configure_args="-DMODPLUG=ON -DDYNLOAD=OFF"
+hostmakedepends="pkg-config"
+makedepends="libopenal-devel libsndfile-devel libvorbis-devel libflac-devel
+ mpg123-devel libmodplug-devel fluidsynth-devel"
 short_desc="Utility library to help manage common tasks with OpenAL applications"
 maintainer="Simon Whelan <si.whelan@gmail.com>"
 license="MIT"
-homepage="http://kcat.strangesoft.net/alure.html"
-distfiles="http://kcat.strangesoft.net/alure-releases/alure-${version}.tar.bz2"
+# homepage="http://kcat.strangesoft.net/alure.html"
+homepage="https://github.com/kcat/alure"
+distfiles="${DEBIAN_SITE}/main/a/alure/alure_${version}.orig.tar.bz2"
 checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
+patch_args=-Np1
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] alure: enable all options, no dlopen
  2021-03-25  0:32 [PR PATCH] alure: enable all options, no dlopen sgn
@ 2021-03-25  0:38 ` sgn
  2021-04-04  5:42 ` sgn
  2021-04-04  5:42 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-03-25  0:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages alure-enable-kitchen-sink
https://github.com/void-linux/void-packages/pull/29735

alure: enable all options, no dlopen
While we'at it, switch distfiles to DEBIAN

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29735.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-alure-enable-kitchen-sink-29735.patch --]
[-- Type: text/x-diff, Size: 2165 bytes --]

From d15074b7cb7f276cc0cb5e8f59f7280074d4a859 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 25 Mar 2021 07:30:43 +0700
Subject: [PATCH] alure: enable all options, no dlopen

While we'at it, switch distfiles to DEBIAN
---
 srcpkgs/alure/patches/include-close.patch | 12 ++++++++++++
 srcpkgs/alure/template                    | 13 +++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/alure/patches/include-close.patch

diff --git a/srcpkgs/alure/patches/include-close.patch b/srcpkgs/alure/patches/include-close.patch
new file mode 100644
index 000000000000..b7fe5226b5cf
--- /dev/null
+++ b/srcpkgs/alure/patches/include-close.patch
@@ -0,0 +1,12 @@
+Index: alure-1.2/src/codec_fluidsynth.cpp
+===================================================================
+--- alure-1.2.orig/src/codec_fluidsynth.cpp
++++ alure-1.2/src/codec_fluidsynth.cpp
+@@ -30,6 +30,7 @@
+ #ifdef _WIN32
+ #include <io.h>
+ #endif
++#include <unistd.h>
+ 
+ #include <istream>
+ 
diff --git a/srcpkgs/alure/template b/srcpkgs/alure/template
index d6f6ae17607a..af57f0f163c4 100644
--- a/srcpkgs/alure/template
+++ b/srcpkgs/alure/template
@@ -1,15 +1,20 @@
 # Template file for 'alure'
 pkgname=alure
 version=1.2
-revision=1
+revision=2
 build_style=cmake
-makedepends="libopenal-devel"
+configure_args="-DMODPLUG=ON -DDYNLOAD=OFF"
+hostmakedepends="pkg-config"
+makedepends="libopenal-devel libsndfile-devel libvorbis-devel libflac-devel
+ mpg123-devel libmodplug-devel fluidsynth-devel"
 short_desc="Utility library to help manage common tasks with OpenAL applications"
 maintainer="Simon Whelan <si.whelan@gmail.com>"
 license="MIT"
-homepage="http://kcat.strangesoft.net/alure.html"
-distfiles="http://kcat.strangesoft.net/alure-releases/alure-${version}.tar.bz2"
+# homepage="http://kcat.strangesoft.net/alure.html"
+homepage="https://github.com/kcat/alure"
+distfiles="${DEBIAN_SITE}/main/a/alure/alure_${version}.orig.tar.bz2"
 checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
+patch_args=-Np1
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] alure: enable all options, no dlopen
  2021-03-25  0:32 [PR PATCH] alure: enable all options, no dlopen sgn
  2021-03-25  0:38 ` [PR PATCH] [Updated] " sgn
@ 2021-04-04  5:42 ` sgn
  2021-04-04  5:42 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-04  5:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages alure-enable-kitchen-sink
https://github.com/void-linux/void-packages/pull/29735

alure: enable all options, no dlopen
While we'at it, switch distfiles to DEBIAN

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29735.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-alure-enable-kitchen-sink-29735.patch --]
[-- Type: text/x-diff, Size: 2165 bytes --]

From 025079a7e8071da592d31850c81236d751ac98c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 25 Mar 2021 07:30:43 +0700
Subject: [PATCH] alure: enable all options, no dlopen

While we'at it, switch distfiles to DEBIAN
---
 srcpkgs/alure/patches/include-close.patch | 12 ++++++++++++
 srcpkgs/alure/template                    | 13 +++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/alure/patches/include-close.patch

diff --git a/srcpkgs/alure/patches/include-close.patch b/srcpkgs/alure/patches/include-close.patch
new file mode 100644
index 000000000000..b7fe5226b5cf
--- /dev/null
+++ b/srcpkgs/alure/patches/include-close.patch
@@ -0,0 +1,12 @@
+Index: alure-1.2/src/codec_fluidsynth.cpp
+===================================================================
+--- alure-1.2.orig/src/codec_fluidsynth.cpp
++++ alure-1.2/src/codec_fluidsynth.cpp
+@@ -30,6 +30,7 @@
+ #ifdef _WIN32
+ #include <io.h>
+ #endif
++#include <unistd.h>
+ 
+ #include <istream>
+ 
diff --git a/srcpkgs/alure/template b/srcpkgs/alure/template
index d6f6ae17607a..af57f0f163c4 100644
--- a/srcpkgs/alure/template
+++ b/srcpkgs/alure/template
@@ -1,15 +1,20 @@
 # Template file for 'alure'
 pkgname=alure
 version=1.2
-revision=1
+revision=2
 build_style=cmake
-makedepends="libopenal-devel"
+configure_args="-DMODPLUG=ON -DDYNLOAD=OFF"
+hostmakedepends="pkg-config"
+makedepends="libopenal-devel libsndfile-devel libvorbis-devel libflac-devel
+ mpg123-devel libmodplug-devel fluidsynth-devel"
 short_desc="Utility library to help manage common tasks with OpenAL applications"
 maintainer="Simon Whelan <si.whelan@gmail.com>"
 license="MIT"
-homepage="http://kcat.strangesoft.net/alure.html"
-distfiles="http://kcat.strangesoft.net/alure-releases/alure-${version}.tar.bz2"
+# homepage="http://kcat.strangesoft.net/alure.html"
+homepage="https://github.com/kcat/alure"
+distfiles="${DEBIAN_SITE}/main/a/alure/alure_${version}.orig.tar.bz2"
 checksum=465e6adae68927be3a023903764662d64404e40c4c152d160e3a8838b1d70f71
+patch_args=-Np1
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: alure: enable all options, no dlopen
  2021-03-25  0:32 [PR PATCH] alure: enable all options, no dlopen sgn
  2021-03-25  0:38 ` [PR PATCH] [Updated] " sgn
  2021-04-04  5:42 ` sgn
@ 2021-04-04  5:42 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-04  5:42 UTC (permalink / raw)
  To: ml

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

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

alure: enable all options, no dlopen
https://github.com/void-linux/void-packages/pull/29735

Description:
While we'at it, switch distfiles to DEBIAN

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

end of thread, other threads:[~2021-04-04  5:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  0:32 [PR PATCH] alure: enable all options, no dlopen sgn
2021-03-25  0:38 ` [PR PATCH] [Updated] " sgn
2021-04-04  5:42 ` sgn
2021-04-04  5:42 ` [PR PATCH] [Merged]: " sgn

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