Package Release Info

amarok-2.9.0-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

amarok
amarok-lang

Change Logs

Version: 2.9.0-bp150.2.1
* Fri May 11 2018 wbauer@tmo.at
- Symlink service menu file to KF5 location so that it shows up
  in current KDE file managers
* Thu Mar 08 2018 wbauer@tmo.at
- Update to 2.9.0
  VERSION 2.9.0
  * CHANGES:
  * Substitute deprecated MySQL option --myisam-recover for
    compatibility with MySQL 5.7+ (kde#354255)
  * BUGFIXES:
  * Fix integer fields, like length, always showing up as zero in
    filter creation dialog (kde#341661)
  * Fix background color of the lyrics applet (kde#314854)
  * Fix Organize tracks / Guess tags presets not persisted
    properly (kde#226144)
  * Fix MPRIS2 DesktopEntry name, makes media controls in Plasma
    5.7 taskbar work again (kde#365275)
  * Auto-expand after search in Collection Browser works
    correctly again (kde#335217)
  * Fix crash during MusicBrainz search (kde#328359)
  VERSION 2.8.90
  * FEATURES:
  * Database configuration dialog now has a "test connection"
    button
  * Add Service entries for directories (kde#229708)
  * Collection Browser scrolls back to its original position when
    the filter is cleared (kde#188074)
  * Notification Center support on Mac OS X
  * Statistics synchronization between Amarok collections and
    Amarok 1.4, Amarok 2.x, Apple iTunes, Banshee, Clementine,
    and Rhythmbox track databases
  * Usability of the Organize Files dialog has been improved
  * Wikipedia can now be also used over SSL
  * New ASCII Analyzer option in the Analyzer widget
  * CHANGES:
  * Last played and first played dates now use the same formatter
    than in the playlist giving a human readable date such as
    "one minute ago" in meta edit dialog
  * "Import" button under Configure Amarok -> Local Collection no
    longer serves to import statistics from Amarok 1.4 and
    iTunes, and has been renamed to "Import batch file" to
    reflect the change
  * Configure Amarok -> Metadata tab includes new buttons to add
    and reconfigure synchronization targets
  * When ffmpeg is not available, the Transcode dialog is no
    longer skipped; info message is shown instead (kde#317902)
  * Amarok now uses some C++11 features. The subset used is
    defined by the compilers currently supported by KDE.
  * BUGFIXES:
  * Fixed longstanding APG zero-length playlist bug (kde#313762,
    kde#315206, kde#323945)
  * Fix a crash when searching the Icecast directory (kde#334479)
  * Correct wrong lowercase for FLAC and MP3 (kde#339495)
  * Collection Browser no longer excessively expands the tree
    (kde#300557)
  * Properly calculate and store Aft tags in mp4 files
    (kde#332811)
  * Update Progress Slider when restoring from System Tray
    (kde#299883)
  * Update Jamendo to use new website (kde#331934)
  * Allows CollectionBrowser filter to have length of almost 24
    hours (kde#291400)
  * Prevent creation of video stream when transcoding to Opus
  * Fix crash when starting Amarok with an iPod mounted
    (kde#329498)
  * Also fetch cover art from xiph-comments with
    METADATA_BLOCK_PICTURE tag (kde#328451)
  * Fix crash on quit when Amarok is in the middle of fadeout
    (kde#325723)
  * Prevent shared memory size errors for very large collections
    (kde#327812)
  * Fix OpenGL related crash (kde#327150)
  * Always show preview in Organize Files dialog, hide
    complicated options behind a button (kde#327201)
  * Fix sound glitch with fade-out on pause and GStreamer
    (kde#323729)
  * Fix a bug in Organize Collection functionality that could
    lead to assertion failures later on (kde#322474)
  * Fix an assertion failure when a track in Local Collection is
    replaced by another already tracked one (kde#323156)
  * Fix failure to start embedded MySQL (with version 5.1 and
    MariaDB) (kde#323802)
  * Fixed compilation with libc++ (used on OSX and FreeBSD)
    (kde#324075)
  * Fixed crashes with Intel drivers due to Analyzer applet
    (kde#323635)
  * Fixed performance problem with large podcast feeds
    (kde#283022)
  * Fixed issue with Amarok sometimes not finding its plugins
    after an upgrade
  * Album Artist / Compilation / Disc Number tags are now read
    correctly from APE tags (kde#323735)
  * Using Shuffle keyboard shortcut no longer causes Amarok to
    crash (kde#323614)
  * Check for QtBindings at runtime instead. Disable scripts and
    display error message if missing (kde#325006)
  * Print playlist download errors to the debug log (kde#325120)
  * Wikipedia Applet only connect with SSL, so that redirects
    are handled correctly (kde#349313)
- Drop patches merged upstream:
  * amarok-taglib-compare.patch
  * gcc6-workaround.patch
  * Skip-qtwebkit-parts.patch
  * 0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
  * 0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch
  * 0003-Optimization-Don-t-draw-more-than-necessary.patch
  * 0004-Fix-reading-Album-Artist-Compilation-Disc-Number-in-.patch
  * 0005-Sync-playlist-search-config-instantly.patch
  * 0006-Don-t-suppress-html-tag-like-characters.patch
  * 0007-Fix-performance-issue-with-large-podcast-feeds.patch
  * 0008-Clean-up-the-leftover-of-strigi-removal.patch
  * 0009-Fix-Ampache-plugin-connections.patch
  * Enable_Wikipedia_over_SSL.patch
  * amarok-ffmpeg3.0.patch
  * Fix-for-infinite-loop-with-some-Audio-CDs.patch
  * Fix-MPRIS2-DesktopEntry-value.patch
  * Fix-crash-during-musicbrainz-search.patch
  * amarok-2.8.0-find_mysql.patch
- Don't disable QtWebKit on Leap 42, it's available there
- Build with libqca2 again, it supports OpenSSL 1.1 now
- Drop load-scrips-without-qca.patch, no longer necessary
- Drop revert_solid_workaround.diff, it shouldn't be needed
- Add Fix-build-with-gcc6.patch to make it compile on Leap 42
- Adjust initial-preference.diff and flac_mimetype_bnc671581.diff
- Update Source Url
* Sat Dec 23 2017 fabian@ritter-vogt.de
- Add patch to avoid automatic network requests (boo#1070899):
  * disable-web-plugins-by-default.patch
- Also disable all scripts by default
- Fix loading of scripts:
  * load-scrips-without-qca.patch
* Sat Dec 16 2017 fabian@ritter-vogt.de
- Do not build against QCA
* Sat Dec 02 2017 fabian@ritter-vogt.de
- Add patch to not build WebKit-dependent parts:
  * Skip-qtwebkit-parts.patch
* Fri Nov 24 2017 kstreitova@suse.com
- Fix build with libmariadb by disabling using
  mysql_config/mariadb_config (DMYSQLCONFIG_EXECUTABLE:BOOL=OFF)
  and let find_library() find respective libraries in predefined
  paths [bsc#1067898]
- Add amarok-2.8.0-find_mysql.patch to fix obvious typo in paths
  definition in find_library()
* Fri Nov 24 2017 fabian@ritter-vogt.de
- BuildIgnore openssl 1.0 headers to not conflict with 1.1 headers
  required by some deps
* Wed Nov 01 2017 vcizek@suse.com
- Workaround to fix build when openssl 1.1 is the default
  * Temporarily drop BuildRequires of libgpod-devel and taglib-extras-devel
    that pull in libimobiledevice-devel
  * Currently amarok builds against libopenssl1_0_0, but
    libimobiledevice-devel pulls in libopenssl1_1_0, causing a conflict
* Mon Oct 09 2017 tchvatal@suse.com
- Pull in openssl-1_0_0-devel in order for the distribution to switch
  overall to 1.1 release bsc#1042629
* Sat Sep 16 2017 zaitor@opensuse.org
- Add gstreamer-plugins-ugly Recommends: Provide mp3 playback by
  default for users.
* Thu Aug 24 2017 wbauer@tmo.at
- Add Fix-crash-during-musicbrainz-search.patch to fix a possible
  crash when looking up metadata on MusicBrainz (kde#328359)
* Thu Dec 08 2016 fabian@ritter-vogt.de
- Revert kde4_runtime_requires change
* Sat Dec 03 2016 wbauer@tmo.at
- Recommend kio_audiocd4 for playback of AudioCDs, the standard
  kio_audiocd package is KF5 based now
* Tue Nov 29 2016 olaf@aepfle.de
- Expand macro kde4_runtime_requires only when its available
  to fix quilt setup
* Sun Sep 18 2016 cornelis@solcon.nl
- Add Fix-MPRIS2-DesktopEntry-value.patch to get working media
  controls in plasma taskbar (kde#565275)
* Wed May 25 2016 martin.liska@suse.com
- Add gcc6-workaround.patch to workaround an error seen by GCC,
  link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71273.
* Sun May 15 2016 hrvoje.senjan@gmail.com
- Use share-mime-info macros (boo#979301)
* Tue Apr 12 2016 hrvoje.senjan@gmail.com
- Copy download icon from Breeze on Leap 42.1 and Tumbleweed
* Sat Apr 09 2016 wbauer@tmo.at
- Add Fix-for-infinite-loop-with-some-Audio-CDs.patch to fix the
  infinite loop in case a home-burned or old audio CD (without
  CDTEXT) is inserted (kde#339190)
* Fri Feb 26 2016 joerg.lorenzen@ki.tng.de
- Added amarok-ffmpeg3.0.patch to build against ffmpeg-3.0
  libraries on PMBS.