# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libburn VERSION= 1.5.4 KEYWORDS= devel VARIANTS= standard SDESC[standard]= Lib for reading/mastering/writing optical disks HOMEPAGE= https://dev.lovelyhq.com/libburnia/libburn CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= https://files.libburnia-project.org/releases/ DISTFILE[1]= libburn-1.5.4.tar.gz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= libtool LICENSE= GPLv2+:single LICENSE_TERMS= single:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv2+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"ifndef LIBBURN_H" LICENSE_SOURCE= TERMS:{{WRKSRC}}/libburn/libburn.h LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/libburn MUST_CONFIGURE= gnu INSTALL_TARGET= install-strip SOVERSION= 4.107.0 pre-configure: ${REINPLACE_CMD} -e '/libdata/d' ${WRKSRC}/configure [FILE:275:descriptions/desc.single] Libburn is a library to get data onto optical media: CD, DVD, Blu-Ray. It also offers a facility for reading data blocks from drives without using the normal block device i/o, which has its advantages and disadvantages. Reading and writing Audio CDs is supported as well. [FILE:99:distinfo] 525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54 991212 libburn-1.5.4.tar.gz [FILE:171:manifests/plist.single] bin/cdrskin include/libburn/libburn.h lib/ libburn.a libburn.so libburn.so.%%SOMAJOR%% libburn.so.%%SOVERSION%% lib/pkgconfig/libburn-1.pc share/man/man1/cdrskin.1.gz [FILE:989:patches/patch-configure] --- configure.orig 2021-01-30 12:00:19 UTC +++ configure @@ -2410,7 +2410,7 @@ test -n "$target_alias" && case $target_os in -freebsd* | netbsd*) +xxxxxx*) LDFLAGS="$LDFLAGS -L/usr/local/lib" CPPFLAGS="$CPPFLAGS -I/usr/local/include" ;; @@ -11248,7 +11248,7 @@ netbsdelf*-gnu) netbsd*) # ts B51007 : changed version_type for lt_main.sh from "sunos" to "netbsd" - version_type=netbsd + version_type=freebsd-elf need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then @@ -11288,7 +11288,7 @@ openbsd*) # ts B60722 : changed version_type for lt_main.sh from "sunos" to "netbsd" # http://www.openbsd.org/faq/ports/specialtopics.html # "Understanding shared libraries number rules" - version_type=netbsd + version_type=freebsd-elf sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.