]> git.pld-linux.org Git - packages/OpenAL.git/blobdiff - OpenAL.spec
up to 1.23.1
[packages/OpenAL.git] / OpenAL.spec
index 8659ca2c85a3eda9478bae25c137f69bc93b1ce8..81c3ae55d3ac07786f599b8b199672f3c89d426a 100644 (file)
@@ -9,7 +9,6 @@
 %bcond_with    sdl             # SDL2 backend
 %bcond_with    sse2            # force use of SSE2 instructions (x86)
 %bcond_without gui             # alsoft-config GUI
-%bcond_with    qt4             # Qt 4 instead of Qt 5 for GUI
 
 %ifarch pentium4 x32 %{x8664}
 %define        with_sse2       1
 Summary:       Open Audio Library
 Summary(pl.UTF-8):     Otwarta Biblioteka Dźwięku
 Name:          OpenAL
-Version:       1.22.1
+Version:       1.23.1
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5: fc745c9cd8b12e4f1702ca3c2ddfe813
+# Source0-md5: 58a73698288d2787451b61f8f4431513
 Patch0:                %{name}-nosse.patch
 URL:           http://www.openal.org/
 %{?with_sdl:BuildRequires:     SDL2-devel >= 2}
@@ -38,17 +37,11 @@ BuildRequires:      pkgconfig
 %{?with_pulseaudio:BuildRequires:      pulseaudio-devel}
 BuildRequires: rpmbuild(macros) >= 1.742
 %if %{with gui}
-%if %{with qt4}
-BuildRequires: QtCore-devel >= 4.8.0
-BuildRequires: QtGui-devel >= 4.8.0
-BuildRequires: qt4-build >= 4.8.0
-%else
 BuildRequires: Qt5Core-devel >= 5
 BuildRequires: Qt5Gui-devel >= 5
 BuildRequires: Qt5Widgets-devel >= 5
 BuildRequires: qt5-build >= 5
 %endif
-%endif
 %{?with_sse2:Requires: cpuinfo(sse2)}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -87,14 +80,9 @@ Summary:     OpenAL configuration GUI
 Summary(pl.UTF-8):     Graficzny interfejs do konfiguracji biblioteki OpenAL
 Group:         X11/Applications/Sound
 Requires:      %{name} = %{version}-%{release}
-%if %{with qt4}
-Requires:      QtCore >= 4.8.0
-Requires:      QtGui >= 4.8.0
-%else
 Requires:      Qt5Core >= 5
 Requires:      Qt5Gui >= 5
 Requires:      Qt5Widgets >= 5
-%endif
 
 %description gui
 OpenAL configuration GUI.
@@ -119,7 +107,6 @@ cd build
        %{!?with_sse2:-DALSOFT_ENABLE_SSE2_CODEGEN=OFF} \
        -DALSOFT_EXAMPLES=OFF \
        %{!?with_gui:-DALSOFT_NO_CONFIG_UTIL=ON} \
-       %{?with_qt4:-DALSOFT_NO_QT5=ON} \
 
 %{__make}
 
This page took 0.067559 seconds and 4 git commands to generate.