# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libcdio VERSION= 2.1.0 REVISION= 2 KEYWORDS= devel audio VARIANTS= standard SDESC[standard]= Compact Disk input and control library HOMEPAGE= https://www.gnu.org/software/libcdio CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= GNU/libcdio/ DISTFILE[1]= libcdio-2.1.0.tar.bz2:main DF_INDEX= 1 SPKGS[standard]= complete primary player utils dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILDRUN_DEPENDS= libcddb:single:standard EXRUN[utils]= primary EXRUN[player]= primary USES= c++:utils cpe iconv gmake libtool pkgconfig ncurses mbsdfix LICENSE= GPLv3+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv3+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"file" LICENSE_SOURCE= TERMS:{{WRKSRC}}/include/cdio/cdio.h LICENSE_SCHEME= solo INFO= primary:libcdio CPE_VENDOR= gnu FPC_EQUIVALENT= sysutils/libcdio INFO_SUBDIR= . MUST_CONFIGURE= gnu INSTALL_TARGET= install-strip INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 19.0.0 CPPFLAGS= -I{{NCURSESINC}} [FILE:718:descriptions/desc.primary] The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM or of the specific details of various CD-image formats may benefit from using this library. Some support for on-disk CD-image types like CDRWIN's BIN/CUE format, cdrdao's TOC format, and Nero's NRG format is available. Therefore, applications that use this library also have the ability to read on-disk CD images as though they were CDs. A library for working with ISO-9660 filesystems (libiso9660) is included. A generic interface for issuing MMC (multimedia commands) is also part of the libcdio library. [FILE:39:descriptions/desc.player] This package contains the cdda player. [FILE:75:descriptions/desc.utils] This package contains additional console utilities to work with audio CDs. [FILE:100:distinfo] 8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b 1759040 libcdio-2.1.0.tar.bz2 [FILE:203:manifests/plist.primary] lib/ libcdio++.so.1 libcdio++.so.1.0.0 libcdio.so.%%SOMAJOR%% libcdio.so.%%SOVERSION%% libiso9660++.so.0 libiso9660++.so.0.0.0 libiso9660.so.11 libiso9660.so.11.0.0 libudf.so.0 libudf.so.0.0.0 [FILE:16:manifests/plist.player] bin/cdda-player [FILE:63:manifests/plist.utils] bin/ cd-drive cd-info cd-read iso-info iso-read mmc-tool [FILE:695:manifests/plist.dev] include/cdio/ audio.h bytesex.h bytesex_asm.h cd_types.h cdio.h cdio_config.h cdtext.h device.h disc.h ds.h dvd.h ecma_167.h iso9660.h logging.h memory.h mmc.h mmc_cmds.h mmc_hl_cmds.h mmc_ll_cmds.h mmc_util.h posix.h read.h rock.h sector.h track.h types.h udf.h udf_file.h udf_time.h utf8.h util.h version.h xa.h include/cdio++/ cdio.hpp cdtext.hpp device.hpp devices.hpp disc.hpp enum.hpp iso9660.hpp mmc.hpp read.hpp track.hpp lib/ libcdio++.a libcdio++.so libcdio.a libcdio.so libiso9660++.a libiso9660++.so libiso9660.a libiso9660.so libudf.a libudf.so lib/pkgconfig/ libcdio++.pc libcdio.pc libiso9660++.pc libiso9660.pc libudf.pc [FILE:89:manifests/plist.man] share/man/man1/ cd-drive.1.gz cd-info.1.gz cd-read.1.gz iso-info.1.gz iso-read.1.gz [FILE:618:patches/patch-configure] $NetBSD: patch-configure,v 1.2 2019/04/30 14:31:14 gdt Exp $ cdda-player works fine on NetBSD. https://savannah.gnu.org/bugs/?56240 --- configure.orig 2019-04-17 23:39:24 UTC +++ configure @@ -18229,7 +18229,6 @@ $as_echo "#define HAVE_NETBSD_CDROM 1" > # LIBS="$LIBS -lcam" cd_drivers="${cd_drivers}, NetBSD " - enable_cdda_player="no" ;; os2*) @@ -19009,7 +19008,7 @@ fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do - LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" + LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }" done fi