diff options
author | Francois Andriot <francois.andriot@free.fr> | 2011-12-16 21:28:40 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2011-12-16 21:28:40 +0100 |
commit | 914ac5678cb4b880afc96c9fc54dece72427284b (patch) | |
tree | fa9b6b1f4e8c2142b99c8a8dd113b0f55830146c /redhat/dependencies/arts/trinity-arts-3.5.13.spec | |
parent | 2d01b49e35999e947b3a5135c56b528d0033b4b2 (diff) | |
download | tde-packaging-914ac5678cb4b880afc96c9fc54dece72427284b.tar.gz tde-packaging-914ac5678cb4b880afc96c9fc54dece72427284b.zip |
RHEL/Fedora: fix KDEDIRS in kdebase, fix systemsettings segfault, add JACK support in ARTS
Diffstat (limited to 'redhat/dependencies/arts/trinity-arts-3.5.13.spec')
-rwxr-xr-x | redhat/dependencies/arts/trinity-arts-3.5.13.spec | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/redhat/dependencies/arts/trinity-arts-3.5.13.spec b/redhat/dependencies/arts/trinity-arts-3.5.13.spec index 297db868e..7e032efef 100755 --- a/redhat/dependencies/arts/trinity-arts-3.5.13.spec +++ b/redhat/dependencies/arts/trinity-arts-3.5.13.spec @@ -2,7 +2,7 @@ %if "%{?version}" == "" %define version 3.5.13 %endif -%define release 3 +%define release 4 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" @@ -32,6 +32,9 @@ Source0: arts-%{version}.tar.gz # TDE 3.5.13: Re-enable lost OSS support Patch0: arts-3.5.13-enable_oss.patch +# TDE 3.5.13: Re-enable lost JACK support +Patch1: arts-3.5.13-enable_jack.patch + BuildRequires: tqtinterface-devel BuildRequires: audiofile-devel BuildRequires: alsa-lib-devel @@ -39,9 +42,10 @@ BuildRequires: glib2-devel BuildRequires: libtool-ltdl-devel BuildRequires: gsl-devel BuildRequires: libvorbis-devel +BuildRequires: jack-audio-connection-kit-devel -Requires: tqtinterface -Requires: audiofile +Requires: tqtinterface +Requires: audiofile %if "%{?_prefix}" == "/usr" Obsoletes: arts @@ -74,6 +78,7 @@ Development files for %{name} %prep %setup -q -n dependencies/arts %patch0 -p1 +%patch1 -p1 %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -88,9 +93,9 @@ cd build -DWITH_VORBIS=ON \ -DWITH_MAD=OFF \ -DWITH_ESOUND=ON \ + -DWITH_JACK=ON \ .. -#cp -f /tmp/config.h . %__make %{?_smp_mflags} @@ -131,6 +136,9 @@ cd build %changelog +* Fri Dec 16 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4 +- Enables JACK support + * Mon Nov 14 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3 - Enables OSS and ESD support |