pkgsrc/misc/tellico/Makefile

41 lines
1.3 KiB
Makefile
Raw Normal View History

2013-02-16 12:18:58 +01:00
# $NetBSD: Makefile,v 1.64 2013/02/16 11:23:28 wiz Exp $
#
Update to 2.3.5 2.3.5 is available. Features * Added Amazon.com data sources for China, Spain, and Italy. * Added filter rules for dates before and after. * Updated GCstar exporter to include images. * Updated Discogs fetcher to use API v2. * Updated Wine.com fetcher to use API v2. * Updated fetcher for Allocine.fr. Bug Fixes * Fixed bug that always showed checkmark for boolean field values * Fixed importing of multi-line notes from Alexandria * Fixed bug with merging entries * Fixed bug with Cancel not working in the Entry Merge dialog. * Fixed broken script for searching Dark Horse Comics. * Fixed a crashing bug when using the scanner dialog. * Improved support for importing movies and music from Delicious Library. 2.3.4 is available. Features * Added data sources for Google Book Search and MovieMeter.nl. * Added capability for searching French, Spanish, and German data from TheMovieDB.org. * Added importer for Goodreads collection. * Added icon cache for improved performance with large images * Added UI controls for changing icon size * Added shortcut keys for showing full-screen and hiding menubar Bug Fixes * Fixed bug with image link in Tri-Column report template * Fixed crashing bug with CSV importer and changing delimiters * Fixed bug in year from Douban.com data source * Fixed TMDB search for multiple person results * Updated filter rules to match against values without diacritics for "Contains" criteria * Fixed showing a doubled filter count * Fixed bug when editing month in the date widget in KDE 4.7 2.3.3 is available. Features * Added data sources for Filmaster and Douban. * Added capability for importing ADS format from z39.50 sources. * Added check for duplicate Bibtex keys * Added manga search for AnimeNfo.com. * Improved performance for loading and sorting large collections. Bug Fixes * Fixed parsing bug for some IMDb results * Fixed parsing bug for empty table values * Fixed parsing bug with AnimeNfo.com results. * Fixed bug when editing existing filters * Fixed crashing bug for editing some values * Fixed bug with loans not being updated for removed entries * Fixed build for Linux kernel 2.6.38+ when using newer libv4l library. * Fixed build with GCC 4.6.
2012-03-20 12:53:23 +01:00
DISTNAME= tellico-2.3.5
2013-02-16 12:18:58 +01:00
PKGREVISION= 15
CATEGORIES= misc
MASTER_SITES= http://tellico-project.org/files/
EXTRACT_SUFX= .tar.bz2
2011-03-19 03:20:44 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tellico-project.org/
COMMENT= Collection manager for KDE
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4
2011-07-03 18:27:14 +02:00
REPLACE_PERL+= src/core/tellico-1-3-update.pl
REPLACE_PYTHON+= src/fetch/scripts/*.py
REPLACE_PYTHON+= src/translators/griffith2tellico.py
REPLACE_RUBY+= src/fetch/scripts/boardgamegeek.rb
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../devel/exempi/buildlink3.mk"
Update to 2.3.5 2.3.5 is available. Features * Added Amazon.com data sources for China, Spain, and Italy. * Added filter rules for dates before and after. * Updated GCstar exporter to include images. * Updated Discogs fetcher to use API v2. * Updated Wine.com fetcher to use API v2. * Updated fetcher for Allocine.fr. Bug Fixes * Fixed bug that always showed checkmark for boolean field values * Fixed importing of multi-line notes from Alexandria * Fixed bug with merging entries * Fixed bug with Cancel not working in the Entry Merge dialog. * Fixed broken script for searching Dark Horse Comics. * Fixed a crashing bug when using the scanner dialog. * Improved support for importing movies and music from Delicious Library. 2.3.4 is available. Features * Added data sources for Google Book Search and MovieMeter.nl. * Added capability for searching French, Spanish, and German data from TheMovieDB.org. * Added importer for Goodreads collection. * Added icon cache for improved performance with large images * Added UI controls for changing icon size * Added shortcut keys for showing full-screen and hiding menubar Bug Fixes * Fixed bug with image link in Tri-Column report template * Fixed crashing bug with CSV importer and changing delimiters * Fixed bug in year from Douban.com data source * Fixed TMDB search for multiple person results * Updated filter rules to match against values without diacritics for "Contains" criteria * Fixed showing a doubled filter count * Fixed bug when editing month in the date widget in KDE 4.7 2.3.3 is available. Features * Added data sources for Filmaster and Douban. * Added capability for importing ADS format from z39.50 sources. * Added check for duplicate Bibtex keys * Added manga search for AnimeNfo.com. * Improved performance for loading and sorting large collections. Bug Fixes * Fixed parsing bug for some IMDb results * Fixed parsing bug for empty table values * Fixed parsing bug with AnimeNfo.com results. * Fixed bug when editing existing filters * Fixed crashing bug for editing some values * Fixed bug with loans not being updated for removed entries * Fixed build for Linux kernel 2.6.38+ when using newer libv4l library. * Fixed build with GCC 4.6.
2012-03-20 12:53:23 +01:00
.include "../../devel/qjson/buildlink3.mk"
.include "../../graphics/libksane/buildlink3.mk"
.include "../../graphics/qimageblitz/buildlink3.mk"
2011-07-03 18:27:14 +02:00
.include "../../lang/python/application.mk"
.include "../../lang/ruby/buildlink3.mk"
.include "../../lang/ruby/replace.mk"
.include "../../misc/kdepimlibs4/buildlink3.mk"
.include "../../multimedia/kdemultimedia4/buildlink3.mk"
.include "../../net/yaz/buildlink3.mk"
.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"