source URLs to READMEs for packages not in the build list libmpcdec & libmusicbrainz builds to k3b.SlackBuildmaster
parent
2fa18ca7d5
commit
de913b60fd
@ -1,16 +1,15 @@
|
|||||||
The checks for musepack and musicbrainz installed are done based on:
|
The k3b build includes options for the musepack decoder and musicbrainz.
|
||||||
|
The old versions required are:
|
||||||
|
|
||||||
Musepack
|
Musepack
|
||||||
""""""""
|
""""""""
|
||||||
The musepack decoder was built with gcc11.2 and libmpcdec source
|
The libmpcdec source for the musepack decoder
|
||||||
https://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2
|
https://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2
|
||||||
with default prefix /usr/local
|
|
||||||
and ./configure --libdir=/usr/local/lib64 --disable-static
|
|
||||||
|
|
||||||
Musicbrainz
|
Musicbrainz
|
||||||
"""""""""""
|
"""""""""""
|
||||||
Libmusicbrainz 2.1.5 was built with the SBo libmusicbrainz script with gcc7.3 and Archlinux patch to fix gcc6 errors - https://bugs.archlinux.org/task/50754?getfile=14619
|
The libmusicbrainz-2.1.5 source
|
||||||
|
http://ftp.musicbrainz.org/pub/musicbrainz/historical/libmusicbrainz-2.1.5.tar.gz
|
||||||
|
|
||||||
|
If these are placed in the 'src' directory, the packages will be built and installed during the k3b build.
|
||||||
Later versions cause FTBFS errors, either with gcc or k3b.
|
|
||||||
|
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
klamav needs clamav as a build time requirement
|
||||||
|
|
||||||
|
Download from:
|
||||||
|
https://www.clamav.net/downloads/production/clamav-0.103.3.tar.gz
|
||||||
|
|
||||||
|
If using wget, include a user agent otherwise '403 Forbidden' is returned.
|
||||||
|
For example, wget --user-agent='Mozilla'
|
||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
libpng14 is an optional build requirement for koffice.
|
||||||
|
|
||||||
|
The source will be downloaded if selected with the koffice build, and on-line.
|
||||||
|
|
||||||
|
Otherwise, download to the 'src' directory:
|
||||||
|
https://downloads.sourceforge.net/project/libpng/libpng14/1.4.22/libpng-1.4.22.tar.xz
|
||||||
|
|
Loading…
Reference in new issue