]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
up to 1.22.1 auto/th/OpenAL-1.22.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 21 Jun 2022 16:07:35 +0000 (18:07 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 21 Jun 2022 16:07:35 +0000 (18:07 +0200)
- dropped obsolete pc patch

OpenAL-pc.patch [deleted file]
OpenAL.spec

diff --git a/OpenAL-pc.patch b/OpenAL-pc.patch
deleted file mode 100644 (file)
index 26a732f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- openal-soft-1.19.1/CMakeLists.txt.orig     2018-10-12 00:05:31.000000000 +0200
-+++ openal-soft-1.19.1/CMakeLists.txt  2019-07-25 05:26:21.124715068 +0200
-@@ -1350,9 +1350,9 @@
- # Needed for openal.pc.in
- set(prefix ${CMAKE_INSTALL_PREFIX})
- set(exec_prefix "\${prefix}")
--set(libdir "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}")
--set(bindir "\${exec_prefix}/${CMAKE_INSTALL_BINDIR}")
--set(includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}")
-+set(libdir "${CMAKE_INSTALL_FULL_LIBDIR}")
-+set(bindir "${CMAKE_INSTALL_FULL_BINDIR}")
-+set(includedir "${CMAKE_INSTALL_FULL_INCLUDEDIR}")
- set(PACKAGE_VERSION "${LIB_VERSION}")
- set(PKG_CONFIG_CFLAGS )
- set(PKG_CONFIG_PRIVATE_LIBS )
index 4dca38c8a2cecceaf026a9db204195525065179f..8659ca2c85a3eda9478bae25c137f69bc93b1ce8 100644 (file)
 Summary:       Open Audio Library
 Summary(pl.UTF-8):     Otwarta Biblioteka Dźwięku
 Name:          OpenAL
-Version:       1.22.0
-Release:       2
+Version:       1.22.1
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5: 40e5b29a241e1e320b5b16ed8f912257
-Patch0:                %{name}-pc.patch
-Patch1:                %{name}-nosse.patch
+# Source0-md5: fc745c9cd8b12e4f1702ca3c2ddfe813
+Patch0:                %{name}-nosse.patch
 URL:           http://www.openal.org/
 %{?with_sdl:BuildRequires:     SDL2-devel >= 2}
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
@@ -33,7 +32,7 @@ BuildRequires:        cmake >= 3.0.2
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 BuildRequires: libmysofa-devel
 BuildRequires: libstdc++-devel >= 6:5
-%{?with_pipewire:BuildRequires:        pipewire-devel >= 0.3}
+%{?with_pipewire:BuildRequires:        pipewire-devel >= 0.3.23}
 BuildRequires: pkgconfig
 %{?with_portaudio:BuildRequires:       portaudio-devel}
 %{?with_pulseaudio:BuildRequires:      pulseaudio-devel}
@@ -106,7 +105,6 @@ Graficzny interfejs do konfiguracji biblioteki OpenAL.
 %prep
 %setup -q -n openal-soft-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 cd build
This page took 0.152008 seconds and 4 git commands to generate.