diff --git a/srcpkgs/tellico/patches/musl.patch b/srcpkgs/tellico/patches/musl.patch new file mode 100644 index 00000000000..6732128cd16 --- /dev/null +++ b/srcpkgs/tellico/patches/musl.patch @@ -0,0 +1,20 @@ +--- src/3rdparty/btparse/lex_auxiliary.c 2018-12-19 01:27:45.874263697 +0000 ++++ - 2019-01-16 22:24:15.104327218 +0000 +@@ -32,6 +32,7 @@ + #include "bt_debug.h" + #include + #include ++#include + #include + #include + #include +--- src/3rdparty/btparse/sym.c 2018-12-19 02:27:45.878263787 +0100 ++++ - 2019-01-17 07:59:32.484113315 +0100 +@@ -110,6 +110,7 @@ + /*#include "bt_config.h"*/ + #include + #include ++#include + #include + #ifdef MEMCHK + #include "trax.h" diff --git a/srcpkgs/tellico/template b/srcpkgs/tellico/template new file mode 100644 index 00000000000..64b47a957f4 --- /dev/null +++ b/srcpkgs/tellico/template @@ -0,0 +1,25 @@ +# Template file for 'tellico' +pkgname=tellico +version=3.1.4 +revision=1 +build_style=cmake +configure_args="-DENABLE_WEBCAM=$(vopt_if webcam ON OFF)" +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig" +makedepends="kfilemetadata5-devel khtml-devel kitemmodels-devel knewstuff-devel + $(vopt_if webcam v4l-utils-devel) $(vopt_if yaz yaz-devel) + $(vopt_if xmp exempi-devel) $(vopt_if cdio libcdio-devel) + $(vopt_if cddb libkcddb-devel) $(vopt_if scanner libksane-devel)" +short_desc="Collection manager for KDE" +maintainer="John " +license="GPL-3.0-or-later" +homepage="http://tellico-project.org/files/" +distfiles="http://tellico-project.org/files/${pkgname}-${version}.tar.xz" +checksum=8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9 +build_options="webcam yaz xmp cdio cddb scanner" +build_options_default="webcam yaz xmp cdio cddb scanner" +desc_option_cdio="Support for reading cdtext from audio CDs" +desc_option_webcam="Support for barcode scanning with a webcam" +desc_option_xmp="Support for reading PDF/XMP metadata" +desc_option_yaz="Support for searching z39.50 databases" +desc_option_cddb="Support for CDDB searches" +desc_option_scanner="Support for adding scanned images to a collection"