File libmediaart-1_0.changes of Package libmediaart-1_0
-------------------------------------------------------------------
Sun Feb 1 06:36:12 UTC 2015 - sfalken@opensuse.org
- Rename package to libmediaart-1_0 in order to update libmediaart
to the new version 2.0 branch.
- Obsolete libmediaart and libmediaart-devel by the new
libmediaart-1_0 variants.
- Added change_gtk_doc_install_dir.patch
+ Changes gtk-doc install dir in -devel package to
%{datadir}/gtk-doc/html/libmediaart07 to enable co-install
with libmediaart.
-------------------------------------------------------------------
Mon Sep 22 15:19:01 UTC 2014 - zaitor@opensuse.org
- Update to version 0.7.0:
+ Fixes:
- Artist, title and prefix arguments in get_file should
(bgo#727478).
- make check clears user's media-art cache (bgo#731681).
+ extract: Fixed gtkdoc warning for return value of
media_art_error_quark().
-------------------------------------------------------------------
Tue Aug 19 18:49:50 UTC 2014 - dimstar@opensuse.org
- Update to version 0.6.0:
+ Fixes: media_art_get_path() usage is unclear (bgo#734837).
+ build: include m4 dir parsing.
+ tests: Use tap automake testing scripts, fixes output
summaries.
+ doap: add <programming-language> and 'core' category.
+ extract: Fixed process_buffer() len check (was inverted) and
artist/title.
- Changes from version 0.5.0:
+ Heuristics does not handle uppercase properly (bgo#731678).
+ Build system:
- Require glib 2.38 for g_assert_true() in unit tests.
- Updated configure.ac from autoscan suggestions.
- Improve warnings used when compiling and test compiler
warnings we can use.
+ extract:
- Switch to initable MediaArtProcess object from
_init/_shutdown().
- Split _process() API into _process_buffer() and
_process_file().
- Make GFile first parameter for _process_file().
- Add _SYMLINK_FAILED error and report symlink() failure in
get_heuristic().
- Add GError for _NO_TITLE, which is required in some cases.
- Add GError * reporting right down to the plugins (pixbuf/qt).
- Use a more logical ordered heuristic for caching strings.
- Refactor media_art_process_file() to simplify the function.
+ storage: Make g_message() calls g_debug() calls, output is
unnecessary.
+ docs: Fixed Makefile so we don't fail on distcheck with
--enable-gtk-doc.
+ tests:
- Don't expect media art extraction for NULL data buffer for
!images.
- Test for no error with media_art_process_file() with real use
case.
-------------------------------------------------------------------
Tue Apr 1 20:39:49 UTC 2014 - zaitor@opensuse.org
- Update to version 0.4.0:
+ Feature request: load album art embedded in music files
(bgo#727333).
+ build: Don't forget to define LIBMEDIAART_BACKEND for all Qt
cases.
+ extract: Incorrect inverse variable check for media_art_set().
-------------------------------------------------------------------
Fri Mar 7 20:39:12 UTC 2014 - dimstar@opensuse.org
- Update to version 0.3.0:
+ build: Don't fail if vapigen isn't available.
+ build: Force automake C linkage when building C only.
+ build: Remove leftover explicit -lm -lz linkage.
+ build: Don't link to both Qt and gdk-pixbuf if both are
autodetect.
+ build: Honor NOCONFIGURE=1 in autogen.sh.
+ cache: Improve _remove() function and fix crash with NULL
passed.
+ cache: Improve _strip_invalid_entites() API.
+ cache: Fix Non-void function should return a value.
+ extract: Fix Qt5 compilation failure
+ extract: Don't break on dummy implementation due to incorrect
args in.
-------------------------------------------------------------------
Thu Feb 6 18:33:47 UTC 2014 - dimstar@opensuse.org
- Update to version 0.2.0:
+ build: Remove all 'tracker' uses in configure.ac.
+ build: Fix selection between backends Qt and GdkPixbuf.
+ build: Fix requirement on tracker-0.16 in pkgconfig file.
+ build: Make sure pkgconfig file uses -1.0 to avoid minor ver
changes.
+ extract: Port Qt backend to Qt5 and NEMO platform.
+ extract: Fixed Qt(4) backend to compile and removed all Tracker
references.
+ libmediaart: Fix include which incorrectly defined _INSIDE in
main header.
+ docs: Remove reference to Tracker in reference overview.
- Rename subpackage, following upstreams name changes:
+ libmediaart-0_2-0 to libmediaart-1_0-0.
+ typelib-1-0-MediaArt-0_2 to typelib-1-0-MediaArt-1_0.
-------------------------------------------------------------------
Wed Dec 18 00:02:39 UTC 2013 - dimstar@opensuse.org
- Initial package, version 0.1.0:
+ The code for this project has been extracted from Tracker and
inserted into its own library because there is call for this
functionality in other places on the desktop.