Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108024 - media-sound/snd needs additional flag for Jack support
Summary: media-sound/snd needs additional flag for Jack support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 16:21 UTC by Mark Knecht
Modified: 2005-10-06 11:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knecht 2005-10-03 16:21:49 UTC
Apparently the newer versions of media-sound/snd have support for jack but there
doesn't seem to be a jack flag in the current Gentoo ebuilds.

Could you add a Jack flag?

The configure option (I am told) is

--with-jack



Reproducible: Always
Steps to Reproduce:
lightning ~ # emerge -pv snd

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-sound/snd-7.10  +X +alsa -esd +gtk -guile -motif -ruby 0 kB

Total size of downloads: 0 kB
lightning ~ #
Actual Results:  
No jack support when running snd.

Expected Results:  
Would liek to use snd through Jack.

lightning ~ # emerge info
Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.14-rc2-rt7 x86_64)
=================================================================
System uname: 2.6.14-rc2-rt7 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
http://www.zentek-international.com/mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 audiofile avi berkdb bitmap-fonts cdr crypt cups dvd
dvdr dvdread eds emboss encode esd fam flac fluidsynth foomaticdb fortran gif
gimp gimpprint gnome gpm gstreamer gtk gtk2 i8x0 imagemagick imlib ipv6 jack
jack-tmpfs java jpeg kde ladspa lirc lzw lzw-tiff mad mjpeg mp3 mpeg mysql
mythtv ncurses nls nptl nptlonly ogg opengl pam pdflib perl png ppds python qt
quicktime radeon readline real sdl sndfile spell ssl tcltk tcpd tiff
truetype-fonts type1-fonts usb userlocales v4l v4l2 vorbis xine xml2 xpm
xscreensaver xv xvid zlib video_cards_radeon userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

lightning ~ #
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2005-10-04 06:48:56 UTC
7.15 in cvs.
Added jack and some USE flag.
Comment 2 Michael Schnake 2005-10-05 00:29:50 UTC
Hehehe, the use flag is nice, but then the snd ebuild must depend on 
media-sound/jack-audio-connection-kit ("A low-latency audio server"), *NOT* on 
media-sound/jack (that is "A frontend for several cd-rippers and mp3 
encoders"). 
 
But don't worry, you are not the first one to be fooled by this (see 
http://bugs.gentoo.org/show_bug.cgi?id=62358 ;-) 
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2005-10-05 05:51:05 UTC
sorry, it fixed.
Comment 4 Mark Knecht 2005-10-06 11:33:27 UTC
Thanks very much. With this fix snd now has Jack support.