Ravenports generated: 26 Oct 2022 05:05
[ravenports.git] / bucket_4D / libburn
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libburn
4 VERSION=                1.5.4
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        Lib for reading/mastering/writing optical disks
8 HOMEPAGE=               https://dev.lovelyhq.com/libburnia/libburn
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://files.libburnia-project.org/releases/
13 DISTFILE[1]=            libburn-1.5.4.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   libtool
21
22 LICENSE=                GPLv2+:single
23 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
24 LICENSE_FILE=           GPLv2+:{{WRKSRC}}/COPYING
25 LICENSE_AWK=            TERMS:"ifndef LIBBURN_H"
26 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/libburn/libburn.h
27 LICENSE_SCHEME=         solo
28
29 FPC_EQUIVALENT=         devel/libburn
30
31 MUST_CONFIGURE=         gnu
32
33 INSTALL_TARGET=         install-strip
34 SOVERSION=              4.107.0
35
36 pre-configure:
37         ${REINPLACE_CMD} -e '/libdata/d' ${WRKSRC}/configure
38
39 [FILE:275:descriptions/desc.single]
40 Libburn is a library to get data onto optical media: CD, DVD, Blu-Ray. It 
41 also offers a facility for reading data blocks from drives without using 
42 the normal block device i/o, which has its advantages and disadvantages. 
43 Reading and writing Audio CDs is supported as well.
44
45
46 [FILE:99:distinfo]
47 525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54       991212 libburn-1.5.4.tar.gz
48
49
50 [FILE:171:manifests/plist.single]
51 bin/cdrskin
52 include/libburn/libburn.h
53 lib/
54  libburn.a
55  libburn.so
56  libburn.so.%%SOMAJOR%%
57  libburn.so.%%SOVERSION%%
58 lib/pkgconfig/libburn-1.pc
59 share/man/man1/cdrskin.1.gz
60
61
62 [FILE:989:patches/patch-configure]
63 --- configure.orig      2021-01-30 12:00:19 UTC
64 +++ configure
65 @@ -2410,7 +2410,7 @@ test -n "$target_alias" &&
66  
67  
68  case $target_os in
69 -freebsd* | netbsd*)
70 +xxxxxx*)
71          LDFLAGS="$LDFLAGS -L/usr/local/lib"
72          CPPFLAGS="$CPPFLAGS -I/usr/local/include"
73          ;;
74 @@ -11248,7 +11248,7 @@ netbsdelf*-gnu)
75  
76  netbsd*)
77    # ts B51007 : changed version_type for lt_main.sh from "sunos" to "netbsd"
78 -  version_type=netbsd
79 +  version_type=freebsd-elf
80    need_lib_prefix=no
81    need_version=no
82    if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
83 @@ -11288,7 +11288,7 @@ openbsd*)
84    # ts B60722 : changed version_type for lt_main.sh from "sunos" to "netbsd"
85    #             http://www.openbsd.org/faq/ports/specialtopics.html
86    #             "Understanding shared libraries number rules"
87 -  version_type=netbsd
88 +  version_type=freebsd-elf
89    sys_lib_dlsearch_path_spec="/usr/lib"
90    need_lib_prefix=no
91    # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
92