summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-12-13 07:37:34 +0000
committermef <mef@pkgsrc.org>2014-12-13 07:37:34 +0000
commit6decc3db5b695f093149e30e405d4f3378cc706a (patch)
treee0c3f8b45b5e58791d36810dbd948efd1da618fa
parentb47150aa5d0f21ba61e374d36a38f643ebb9008b (diff)
downloadpkgsrc-6decc3db5b695f093149e30e405d4f3378cc706a.tar.gz
(pkgsrc)
- Removing two patches, seems included (or no point to patch) (upstream) - Update 2.3.4 to 2.3.9 Tellico 2.3.9 is available. Sun, 06/22/2014 - 14:06 --------------------------- Features Improved GCstar import and export to handle custom GCstar fields. Updated TheMovieDB fetcher to API version 3. Bug Fixes Fixed bug with writing link-only images in HTML exporter (Bug 330649). Fixed character encoding in Allocine fetcher (Bug 334527). Removed IMDb country choice since it's now unavailable (Bug 330641). Fixed CSV importer bug, causing a hang (Bug 329677, Debian Bug 729503). Fixed crashing bug in IMDB fetcher (Bug 330591). Fixed crashing bug in command-line importing (Debian Bug 729499). Corrected user dialog text with Google Book Search results (Bug 323475). Fixed error in setting modified date for entry in certain cases (Bug 326911). Updated IMDb fetcher for website changes (Bug 325673). Tellico 2.3.8 is available. Sun, 07/07/2013 - 20:24 --------------------------- Features Updated ISBNdb.com fetcher to use v2 of API. Updated GiantBomb fetcher for XML changes in responses. Added coverartarchive.org to MusicBrainz data source. Updated Allocine fetcher for website changes. Added fetcher for VNDB.org. Added Dewey Decimal and LCC to ISBNdb.com results. Bug Fixes Added Bibtex importing for drag/drop text (Bug 319182). Fixed Entrex/Pubmed fetcher for summary requests (Bug 319501). Fixed bug with retaining allowed values when adding entries from data sources (Bug 317905). Fixed bug with not properly escaping text in CSV exporter (Bug 317473). Fixed regexp in Google Scholar fetcher to set cookie (Bug 316550). Fixed character encoding in IMDB results list (Bug 314113). Fixed crashing bug with OpenLibrary and DVDfr fetcher (Bug 319681). Fixed memory leak when updating entries (Bug 316449). Tellico 2.3.7 is available. Wed, 01/23/2013 - 21:10 --------------------------- Features Added data sources for DBLP.org and TheGamesDB.net. Added import capability for VinoXML files. Added capability to enter Google API key for book search. Bug Fixes Fixed a bug with adding new fields when importing bibtex (Bug 304767). Updated the IMDB fetcher. Corrected character encoding and title data for DVDfr search. Corrected actor and role results from Allocine search. Improved the Delicious Library importer. Fixed a bug with editing the toolbar configuration in KDE 4.9.2+. Fixed a bug with a number field not detecting a modified value (Bug 313304). Fixed a bug that caused loans to fail to get checked-in (Bug 307958). Tellico 2.3.6 is available. Sat, 07/14/2012 - 14:14 --------------------------- Features Added simple importer for CIW files from ISI. Added data sources for IMDb in French, Spanish, German, Italian, and Portuguese. Added API data source for Hathitrust. Added API data sources for Allocine, ScreenRush, FilmStarts, SensaCine and Beyazperde. Added API data source for Springer Link. Added API data source for Microsoft Academic Search. Updated KDE library dependency so Tellico works with KDE 4.4 and KDE 4.5 again. Bug Fixes Fixed an intermittent crash when entering multiple ISBN values in search. Improved Amazon search for US UPC values from non-UPC sites. Fixed formatting bugs in IBS.it search. Fixed a bug for saving images when using a local image directory (Bug 299130). Fixed a bug with loading images from Google Book Search (Bug 299789). Update: While the code compiles fine on KDE 4.5, it looks like there's a documentation incompatibility. You might need to edit the doc/CMakeLists.txt file and remove the line for Portuguese (pt) translation if you have problems compiling with KDE 4.4 or 4.5. Website Hacked Submitted by Robby on Fri, 06/01/2012 - 12:12 Tellico 2.3.5 is available. Sun, 01/15/2012 - 15:15 --------------------------- 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 (Bug 283444). Fixed importing of multi-line notes from Alexandria (Bug 289022). Fixed bug with merging entries (Bug 289346). 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. Update: I didn't realize that I had added code to Tellico that effectively raised the minimum KDE version to 4.6. I didn't intend to do that. If you want to compile on KDE versions earlier than 4.6, please grab this patch.
-rw-r--r--misc/tellico/Makefile6
-rw-r--r--misc/tellico/distinfo10
-rw-r--r--misc/tellico/patches/patch-src_collectionfieldsdialog.cpp23
-rw-r--r--misc/tellico/patches/patch-src_fetch_fetchmanager.h13
4 files changed, 7 insertions, 45 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index 40ce4f2e5c1..42a270fe2c0 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2014/11/20 16:04:15 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2014/12/13 07:37:34 mef Exp $
#
-DISTNAME= tellico-2.3.5
-PKGREVISION= 43
+DISTNAME= tellico-2.3.9
CATEGORIES= misc
MASTER_SITES= http://tellico-project.org/files/
EXTRACT_SUFX= .tar.bz2
@@ -29,6 +28,7 @@ pre-build:
.include "../../audio/taglib/buildlink3.mk"
.include "../../devel/exempi/buildlink3.mk"
.include "../../devel/qjson/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/libksane/buildlink3.mk"
.include "../../graphics/qimageblitz/buildlink3.mk"
.include "../../lang/python/application.mk"
diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo
index 8a3ba59fb10..1e7e5f405b2 100644
--- a/misc/tellico/distinfo
+++ b/misc/tellico/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.14 2013/01/17 15:58:01 joerg Exp $
+$NetBSD: distinfo,v 1.15 2014/12/13 07:37:34 mef Exp $
-SHA1 (tellico-2.3.5.tar.bz2) = 336f34e378a711d951bdbb7784a04a6451a5c314
-RMD160 (tellico-2.3.5.tar.bz2) = 83ab99ca415c8e5a9caed1cf7f684ff5fc76b8f5
-Size (tellico-2.3.5.tar.bz2) = 4402734 bytes
-SHA1 (patch-src_collectionfieldsdialog.cpp) = 0c33f6a83249c25b3c9666a919b27f85118418d1
-SHA1 (patch-src_fetch_fetchmanager.h) = 34d2b1d5b00bedd59ba25ad4dd6c4553c60821aa
+SHA1 (tellico-2.3.9.tar.bz2) = 06ba6fe95d9b6866cb881b0c84cd5e617d688b71
+RMD160 (tellico-2.3.9.tar.bz2) = 6760cf187726bcb5026344386a3e026213a60b14
+Size (tellico-2.3.9.tar.bz2) = 4855832 bytes
diff --git a/misc/tellico/patches/patch-src_collectionfieldsdialog.cpp b/misc/tellico/patches/patch-src_collectionfieldsdialog.cpp
deleted file mode 100644
index f9ff142082a..00000000000
--- a/misc/tellico/patches/patch-src_collectionfieldsdialog.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_collectionfieldsdialog.cpp,v 1.1 2013/01/17 15:58:01 joerg Exp $
-
---- src/collectionfieldsdialog.cpp.orig 2012-01-15 21:30:40.000000000 +0000
-+++ src/collectionfieldsdialog.cpp
-@@ -55,9 +55,9 @@
- #include <QGridLayout>
-
- using namespace Tellico;
--using Tellico::FieldListItem;
- using Tellico::CollectionFieldsDialog;
-
-+namespace Tellico {
- class FieldListItem : public Tellico::GUI::ListWidgetItem {
- public:
- FieldListItem(QListWidget* parent_, Data::FieldPtr field_) : GUI::ListWidgetItem(field_->title(), parent_), m_field(field_) {}
-@@ -68,6 +68,7 @@ public:
- private:
- Data::FieldPtr m_field;
- };
-+}
-
- CollectionFieldsDialog::CollectionFieldsDialog(Tellico::Data::CollPtr coll_, QWidget* parent_)
- : KDialog(parent_),
diff --git a/misc/tellico/patches/patch-src_fetch_fetchmanager.h b/misc/tellico/patches/patch-src_fetch_fetchmanager.h
deleted file mode 100644
index e62e21386b5..00000000000
--- a/misc/tellico/patches/patch-src_fetch_fetchmanager.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_fetch_fetchmanager.h,v 1.1 2013/01/17 15:58:01 joerg Exp $
-
---- src/fetch/fetchmanager.h.orig 2013-01-16 12:48:51.000000000 +0000
-+++ src/fetch/fetchmanager.h
-@@ -65,6 +65,8 @@ Q_OBJECT
- typedef QString (*FETCHER_ICON_FN)(void);
- typedef StringHash (*FETCHER_OPTIONALFIELDS_FN)(void);
- typedef ConfigWidget* (*FETCHER_CONFIGWIDGET_FN)(QWidget*);
-+
-+public:
- struct FetcherFunction {
- FETCHER_CREATE_FN create;
- FETCHER_NAME_FN name;