misc/tellico: update to 3.4.1, latest upstream

Tellico is a collections (books, wine, ports, Ferrari's)
manager.  Release notes from release-email:

* A new data source for TheTVDB was added.
* A new Year Distribution chart was added to the available reports.
* The TMDb data source was improved to search for TV series.
* The DBC, Filmaster, and KinoPoisk data sources were updated.
* Image loading now attempts to account for orientation metadata (Bug
436683).
* Relative links are now handled correctly from the Entry View (Bug 436071).
* Charts can now be saved as .png files in addition to being printed.
* The DBUS interface for installing templates now returns a reply to
indicate success.
This commit is contained in:
Adriaan de Groot 2021-05-11 15:37:26 +02:00
parent 6890ec49a4
commit dc7155ca5b
4 changed files with 9 additions and 39 deletions

View File

@ -1,8 +1,7 @@
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
PORTNAME= tellico
DISTVERSION= 3.3.5
PORTREVISION= 4
DISTVERSION= 3.4.1
CATEGORIES= misc kde
MASTER_SITES= http://tellico-project.org/files/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1614239139
SHA256 (tellico-3.3.5.tar.xz) = b852d6f308f6387a775ebebbd85bdbe3e8c725f35b01ed13b61a87284a1b7ce0
SIZE (tellico-3.3.5.tar.xz) = 5664868
TIMESTAMP = 1620739222
SHA256 (tellico-3.4.1.tar.xz) = f8514deac3b49af95a81ef096b3caba8d664e289de8f3d5724f88e2b78278561
SIZE (tellico-3.4.1.tar.xz) = 5832916

View File

@ -1,32 +0,0 @@
Update to taglib changes what CMake variables are defined (it now produces
modern CMake bits, but forgets backwards compatibility).
This cascades to the weak FindCDIO module, which was now missing
library -L flags it needed.
--- CMakeLists.txt.orig 2020-07-18 20:19:02 UTC
+++ CMakeLists.txt
@@ -127,8 +127,13 @@ set_package_properties(Taglib PROPERTIES
URL "https://taglib.org/"
TYPE OPTIONAL)
if(TAGLIB_FOUND)
- add_definitions(${TAGLIB_CFLAGS})
- include_directories(${TAGLIB_INCLUDES})
+ if(TAGLIB_LIBRARIES)
+ # Older taglib
+ add_definitions(${TAGLIB_CFLAGS})
+ include_directories(${TAGLIB_INCLUDES})
+ else()
+ set(TAGLIB_LIBRARIES Taglib::Taglib)
+ endif()
endif(TAGLIB_FOUND)
find_package(Yaz 2.0)
@@ -171,6 +176,7 @@ set_package_properties(CDIO PROPERTIES
TYPE OPTIONAL)
if(CDIO_FOUND)
include_directories(${CDIO_INCLUDE_DIRS})
+ link_directories(${CDIO_libiso9660_LIBDIR} ${CDIO_libcdio_LIBDIR})
endif(CDIO_FOUND)
find_package(Csv 3.0)

View File

@ -1,6 +1,4 @@
bin/tellico
etc/xdg/tellico-script.knsrc
etc/xdg/tellico-template.knsrc
etc/xdg/tellicorc
share/applications/org.kde.tellico.desktop
share/config.kcfg/tellico_config.kcfg
@ -223,8 +221,11 @@ share/icons/hicolor/48x48/mimetypes/application-x-tellico.png
share/icons/hicolor/64x64/apps/tellico.png
share/icons/hicolor/64x64/mimetypes/application-x-tellico.png
share/kconf_update/tellico-1-3-update.pl
share/kconf_update/tellico-3-4-update.pl
share/kconf_update/tellico-rename.upd
share/kconf_update/tellico.upd
share/knsrcfiles/tellico-script.knsrc
share/knsrcfiles/tellico-template.knsrc
share/kxmlgui5/tellico/tellicoui.rc
share/locale/bg/LC_MESSAGES/tellico.mo
share/locale/bs/LC_MESSAGES/tellico.mo
@ -281,6 +282,7 @@ share/mime/packages/tellico.xml
%%DATADIR%%/boardgamegeek2tellico.xsl
%%DATADIR%%/cassette-logo.png
%%DATADIR%%/cd-logo.png
%%DATADIR%%/collectorz2tellico.xsl
%%DATADIR%%/comicvine2tellico.xsl
%%DATADIR%%/crossref2tellico.xsl
%%DATADIR%%/data-sources/dark_horse_comics.py
@ -317,6 +319,7 @@ share/mime/packages/tellico.xml
%%DATADIR%%/pics/checkmark.png
%%DATADIR%%/pics/cite.png
%%DATADIR%%/pics/coin.png
%%DATADIR%%/pics/collectorz.png
%%DATADIR%%/pics/comic.png
%%DATADIR%%/pics/deliciouslibrary.png
%%DATADIR%%/pics/file.png