Builds fine, but runtime is broken. bebocd tries to find mapped cd-disc on hardcoded path - /dev/cdrom that we don't have by default. If i create symlink /dev/cdrom -> /dev/cd0 then it seems playing something but i have no sound. The last release was in 2003, so this looks like abandonware and good candidate for removing.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to pool at assignee request for the moment.
Do you have an audio cable between your cdrom and your sounddevice? This is the typical cause if the cd is playing, but there is no sound.
Tilman Keskinöz wrote on 14.07.2011 18:44: > Do you have an audio cable between your cdrom and your sounddevice? > > This is the typical cause if the cd is playing, but there is no sound. Tilman, i just checked another audio-cd (Wagner - Parsifal :)) with vlc - it plays fine, but bebocd is not. I also built it with CDROM=/dev/cd0 as post-patch message suggested but still have no sound, so i think that it broken. I'm also just checked the Makefile and see that it actually use audio/libcdaudio for playing cd, so may be it has something to do with it instead. Can you confirm that sound is absent on your system? -- Regards, Ruslan
Tilman Keskinöz wrote on 14.07.2011 18:44: > Do you have an audio cable between your cdrom and your sounddevice? > > This is the typical cause if the cd is playing, but there is no sound. It's seems like i have some problem with audio/libcdaudio. I just installed audio/dcd (it uses libcdaudio too) and i have no sound with it too. I also tried to change files/patch-Makefile to make it use /dev/cd0 instead of /dev/cdrom, but result is the same as with audio/bebocd - it plays something ("progress bar" is changing), but there is no sound. PS. audio/libcdaudio maintainer is cc'ed. -- Regards, Ruslan
Responsible Changed From-To: freebsd-ports-bugs->novel I think you might be interested in this -- libcdaudio is blamed here!
So are you sure you an audio cable between cdrom and audio card? Unfortunately, I don't have the hardware to debug this issue and most likely will not have it for a couple of months (as I'm on the trip). Roman Bogorodskiy
Roman Bogorodskiy wrote on 04.10.2011 03:43: > So are you sure you an audio cable between cdrom and audio card? Yes, i'm sure. I'm on laptop and audio-cd's working in other player's (that is not audio/libcdaudio based). It may be pure libcdaudio issue. I aked on ports@ if this work for anyone, but to not avail. > > Unfortunately, I don't have the hardware to debug this issue and most > likely will not have it > for a couple of months (as I'm on the trip). > > Roman Bogorodskiy > > -- Regards, Ruslan Tinderboxing kills... the drives.
State Changed From-To: open->feedback to submitter: is this still a problem?
Author: novel Date: Wed Jan 8 12:10:20 2014 New Revision: 339110 URL: http://svnweb.freebsd.org/changeset/ports/339110 Log: Deprecate: abandoned by upstream, last activity about 10 years ago. PR: 158647 Reported by: rm Modified: head/audio/bebocd/Makefile Modified: head/audio/bebocd/Makefile ============================================================================== --- head/audio/bebocd/Makefile Wed Jan 8 11:58:14 2014 (r339109) +++ head/audio/bebocd/Makefile Wed Jan 8 12:10:20 2014 (r339110) @@ -12,6 +12,9 @@ COMMENT= GTK2 CD Player LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio +DEPRECATED= abandoned by mainstream +EXPIRATION_DATE= 2014-02-08 + USE_XORG= x11 USES= gmake pathfix pkgconfig USE_GNOME= gtk20 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Marked port deprecated and to be deleted in a month. libcdaudio problems deserve a separate discussion if they're still relevant.