New package: tellico-3.1.4
This commit is contained in:
parent
3e88e6dfc3
commit
ba7bef2485
|
@ -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 <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <strings.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
--- 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 <stdio.h>
|
||||
#include <string.h>
|
||||
+#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef MEMCHK
|
||||
#include "trax.h"
|
|
@ -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 <johnz@posteo.net>"
|
||||
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"
|
Loading…
Reference in New Issue