Created attachment 145146 [details] libcdio port update In the new version of libcdio the cdda api changed and some functionality was moved to the new libcdio-paranoia package
Created attachment 145147 [details] New libcdio-paranoia port
Created attachment 145148 [details] changes to dependency ports
Dear maintainers, While testing if all ports using libcdio still work with the new version, the following ports had problems: Compile failure related to cdda api change: audio/deadbeef notok vg@FreeBSD.org multimedia/libav notok mva@FreeBSD.org Problems detecting the new libraries: audio/cmus libcdio_cdda, notok h.skuhra@gmail.com audio/audacious-plugins libcdio_cdda, notok oliver@FreeBSD.org audio/musicpd libcdio_paranoia, notok crees@Freebsd.org multimedia/mpv libcdio_cdda, notok gblach@FreeBSD.org Compile problems that seem to be unreleated to the update: multimedia/gmerlin unrelated breakage ports@FreeBSD.org multimedia/xbmc unrelated breakage mickael.maillot@gmail.com audio/mythplugin-mythmusic unrelated breakage decke@FreeBSD.org Please review, and report back if you have updates, patches to fix these issues or if the ports should be marked broken, the option disabled etc. Thank you!
no compilation problem here with XBMC and libcdio update. tested on 10-STABLE amd64 can you give me more information please ?
Hi, Thanks for doing this. It's not clear what part of musicpd is broken; I've tested it with the ARCHIVE option that's changed in the patch, and it works fine there! Likewise with cdparanoia. Chris
A commit references this bug: Author: arved Date: Sat Aug 9 10:02:01 UTC 2014 New revision: 364421 URL: http://svnweb.freebsd.org/changeset/ports/364421 Log: Update to 0.92 PR: 192271 Changes: head/sysutils/libcdio/Makefile head/sysutils/libcdio/distinfo head/sysutils/libcdio/files/ head/sysutils/libcdio/pkg-plist
A commit references this bug: Author: arved Date: Sat Aug 9 10:07:00 UTC 2014 New revision: 364423 URL: http://svnweb.freebsd.org/changeset/ports/364423 Log: Chase library dependencies after libcdio <-> libcdio-paranoia split PR: 192271 Changes: head/audio/aqualung/Makefile head/audio/clementine-player/Makefile head/audio/cmus/Makefile head/audio/cripple/Makefile head/audio/deadbeef/Makefile head/audio/musicpd/Makefile head/audio/mythplugin-mythmusic/Makefile head/audio/sound-juicer/Makefile head/audio/xmms2/Makefile head/devel/gvfs/Makefile head/emulators/mednafen/Makefile head/emulators/pcsxr/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/gmerlin/Makefile head/multimedia/gmerlin-avdecoder/Makefile head/multimedia/libav/Makefile head/multimedia/libxine/Makefile head/multimedia/mplayer2/Makefile head/multimedia/mpv/Makefile head/multimedia/qmmp/Makefile head/multimedia/vcdimager/Makefile head/multimedia/xbmc/Makefile head/print/kover/Makefile head/sysutils/unieject/Makefile
I have committed the update. Thanks for the feedback.