Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112695 - sndplay (part of snd)
Summary: sndplay (part of snd)
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-11-16 05:45 UTC by Mark Knecht
Modified: 2006-11-15 13:37 UTC (History)
1 user (show)

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


Attachments
ebuild patch for 7.15 (ebuild_7.15.diff,1.75 KB, patch)
2006-11-13 06:15 UTC, Alessio Cassibba (X-Drum)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Knecht 2005-11-16 05:45:55 UTC
The media-sound/snd apparently includes a command line player called sndplay. So
far I am unable to get this app through emerge. I am told that the PlanedtCCRMA
distro packages it in a separate package called snd-utils. To get sndplay from
source I'm told that you have to do 'make sndplay'.

Would it be possible for Gentoo to support these utility apps? sndplay is a
simple, command line player that supports the Jack sound server. I cannot find
an alternative.

Thanks

Reproducible: Always
Steps to Reproduce:
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-sound/snd-7.15  +X +alsa -esd +fam -fftw -gsl +gtk -guile
+jack +ladspa -motif +nls +opengl -ruby 0 kB


Actual Results:  
sndplay not built.

Expected Results:  
Would like sndplay if possible

lightning ~ # emerge info
Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.14-rt13 x86_64)
=================================================================
System uname: 2.6.14-rt13 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
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.20
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 bzip2 cdb cdr crypt
cups curl dvd dvdr dvdread eds emboss encode esd exif expat fam ffmpeg flac
fluidsynth foomaticdb fortran gif gimp gimpprint glut gnome gpm gstreamer gtk
gtk2 i8x0 idn imagemagick imlib ipv6 jack jack-tmpfs java jpeg kde ladspa lcms
lirc lzw lzw-tiff mad mjpeg mng mp3 mpeg mysql mythtv ncurses nls nptl nptlonly
ogg opengl pam pcre pdflib perl png ppds python qt quicktime radeon readline
real sdl sndfile spell ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts
udev 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 Alessio Cassibba (X-Drum) 2006-11-13 06:15:30 UTC
Created attachment 101832 [details, diff]
ebuild patch for 7.15

ebuild patch for 7.15
-build command-line programs: (sndplay sndrecord sndinfo audinfo)
-x11-libs/gtkglext dep if use opengl 
-gtk, motif warning
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-11-15 13:37:08 UTC
Thanks Alessio for the patch.