diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-04-17 19:16:43 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-04-17 19:17:09 +0200 |
commit | c34960529cde4e1c5721191d897761f059c35748 (patch) | |
tree | 0eca82c4e0c7c5a53931a62ae8718d3f6d8b2914 /redhat/dependencies/arts/arts.spec | |
parent | 4682d07bdc78302d8eb5caf4d6aea5381c1c1df5 (diff) | |
download | tde-packaging-c34960529cde4e1c5721191d897761f059c35748.tar.gz tde-packaging-c34960529cde4e1c5721191d897761f059c35748.zip |
RPM: lots of updates for Trinity 14.1.2
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/dependencies/arts/arts.spec')
-rw-r--r-- | redhat/dependencies/arts/arts.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/dependencies/arts/arts.spec b/redhat/dependencies/arts/arts.spec index 9846dcedd..fd50cb40d 100644 --- a/redhat/dependencies/arts/arts.spec +++ b/redhat/dependencies/arts/arts.spec @@ -78,7 +78,7 @@ BuildRequires: gsl-devel BuildRequires: libvorbis-devel # ESOUND support -%define with_esound 1 +#define with_esound 1 %if 0%{?with_esound} BuildRequires: esound-devel %endif @@ -271,8 +271,8 @@ fi -DWITH_AUDIOFILE=ON \ -DWITH_VORBIS=ON \ %{?with_libmad:-DWITH_MAD=ON} %{!?with_libmad:-DWITH_MAD=OFF} \ - %{?with_esound:-DWITH_ESOUND=ON} \ - %{?with_jack:-DWITH_JACK=ON} \ + %{?with_esound:-DWITH_ESOUND=ON} %{!?with_esound:-DWITH_ESOUND=OFF} \ + %{?with_jack:-DWITH_JACK=ON} %{!?with_jack:-DWITH_JACK=OFF} \ .. %__make %{?_smp_mflags} || %__make |