Seem like RHBZ#827748 is resolved. Rebuild optimized

epel8
Orcan Ogetbil 12 years ago
parent 59a96cdfc3
commit dda8eac8a5

@ -5,8 +5,8 @@ Switch to root account.
Install the required packages:
yum install alsa-plugins-jack
Add yourself to the jackuser group.
usermod -a -G jackuser "<your username>"
Add yourself to the audio and jackuser groups.
usermod -a -G audio,jackuser "<your username>"
Now you will need to log out and log back in, or simply restart the system.
Start the jack daemon (the best parameters for your sound card may be different):

@ -4,7 +4,7 @@
Summary: The Jack Audio Connection Kit
Name: jack-audio-connection-kit
Version: 1.9.8
Release: 11%{?dist}
Release: 12%{?dist}
# The entire source (~500 files) is a mixture of these three licenses
License: GPLv2 and GPLv2+ and LGPLv2+
Group: System Environment/Daemons
@ -113,7 +113,7 @@ popd
%build
pushd jack-%{version}
export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64 -O0"
export CPPFLAGS="$RPM_OPT_FLAGS -DJACK_32_64"
export PREFIX=%{_prefix}
# Parallel build disabled as it fails sometimes
./waf configure \
@ -260,6 +260,9 @@ exit 0
%changelog
* Sun Oct 28 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-12
- Seem like RHBZ#827748 is resolved. Rebuild optimized
* Tue Sep 04 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.9.8-11
- Removed libfreebob dependency as this package is retired

Loading…
Cancel
Save