Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libopenal: update to 1.21.0
Date: Thu, 05 Nov 2020 01:06:36 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26140@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages openal
https://github.com/void-linux/void-packages/pull/26140

libopenal: update to 1.21.0


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

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

From 87c9f6a17c1d148c18c34d6ae35c94ea8844af00 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 4 Nov 2020 18:06:23 -0600
Subject: [PATCH] libopenal: update to 1.21.0

---
 srcpkgs/libopenal/patches/cross.patch | 35 ---------------------------
 srcpkgs/libopenal/template            | 12 +++------
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/libopenal/patches/cross.patch

diff --git a/srcpkgs/libopenal/patches/cross.patch b/srcpkgs/libopenal/patches/cross.patch
deleted file mode 100644
index 80f334a0076..00000000000
--- a/srcpkgs/libopenal/patches/cross.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -1089,19 +1089,11 @@ ELSE()
-     SET(NATIVE_BIN_DIR  "${OpenAL_BINARY_DIR}/native-tools")
-     FILE(MAKE_DIRECTORY "${NATIVE_BIN_DIR}")
- 
--    SET(BIN2H_COMMAND  "${NATIVE_BIN_DIR}/bin2h")
--    SET(BSINCGEN_COMMAND  "${NATIVE_BIN_DIR}/bsincgen")
--    ADD_CUSTOM_COMMAND(OUTPUT "${BIN2H_COMMAND}" "${BSINCGEN_COMMAND}"
--        COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" "${NATIVE_SRC_DIR}"
--        COMMAND ${CMAKE_COMMAND} -E remove "${BIN2H_COMMAND}" "${BSINCGEN_COMMAND}"
--        COMMAND ${CMAKE_COMMAND} --build . --config "Release"
--        WORKING_DIRECTORY "${NATIVE_BIN_DIR}"
--        DEPENDS "${NATIVE_SRC_DIR}/CMakeLists.txt"
--        IMPLICIT_DEPENDS
--            C "${NATIVE_SRC_DIR}/bin2h.c"
--            C "${NATIVE_SRC_DIR}/bsincgen.c"
--        VERBATIM
--    )
-+    set(IMPORT_EXECUTABLES "native-tools/ImportNativeToools.cmake" CACHE FILEPATH "POINT")
-+    INCLUDE(${IMPORT_EXECUTABLES})
-+
-+    SET(BIN2H_COMMAND  bin2h)
-+    SET(BSINCGEN_COMMAND  bsincgen)
- ENDIF()
- ADD_CUSTOM_TARGET(native-tools
-     DEPENDS "${BIN2H_COMMAND}" "${BSINCGEN_COMMAND}"
---- native-tools/CMakeLists.txt
-+++ native-tools/CMakeLists.txt
-@@ -27,3 +27,5 @@ target_compile_definitions(bsincgen PRIVATE ${CPP_DEFS})
- if(HAVE_LIBM)
-     target_link_libraries(bsincgen m)
- endif(HAVE_LIBM)
-+
-+export(TARGETS bin2h bsincgen FILE  ${CMAKE_BINARY_DIR}/ImportNativeToools.cmake)
diff --git a/srcpkgs/libopenal/template b/srcpkgs/libopenal/template
index 29180831583..c89016a3584 100644
--- a/srcpkgs/libopenal/template
+++ b/srcpkgs/libopenal/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenal'
 pkgname=libopenal
-version=1.20.1
-revision=2
+version=1.21.0
+revision=1
 wrksrc="openal-soft-${version}"
 build_style=cmake
 configure_args="-DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://openal-soft.org/"
 distfiles="http://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2"
-checksum=b6ceb051325732c23f5c8b6d37dbd89534517e6439a87e970882b447c3025d6d
+checksum=2916b4fc24e23b0271ce0b3468832ad8b6d8441b1830215b28cc4fee6cc89297
 
 build_options="sndio"
 build_options_default="sndio"
@@ -26,12 +26,6 @@ pre_configure() {
 	esac
 }
 
-pre_configure() {
-	cd native-tools
-	CC= CXX= CPP= LD= AR= AS= RANLIB= CFLAGS= CXXFLAGS= LDFLAGS= cmake .
-	make ${makejobs}
-}
-
 post_install() {
 	rm -f ${DESTDIR}/usr/share/openal/alsoftrc.sample
 	vsconf alsoftrc.sample

             reply	other threads:[~2020-11-05  0:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  0:06 ndowens [this message]
2020-11-06  2:27 ` [PR PATCH] [Merged]: " abenson

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26140@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --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).