Bug 108711 - update audio/amarok to 1.4.5
Summary: update audio/amarok to 1.4.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 11:20 UTC by Alex
Modified: 2007-02-12 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (10.57 KB, patch)
2007-02-03 11:20 UTC, Alex
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2007-02-03 11:20:19 UTC
from changelog

VERSION 1.4.5
  FEATURES:
    * Added support for custom song labels. Labels can be managed
      through the GUI or using new DCOP functions. (BR 89314)
    * New DCOP functions to make it easier for scripts to use Amarok's
      Dynamic Collection feature.
    * Download songs from Shared Music (DAAP) directly into the collection.
    * Fadeout for Helix engine when pressing Stop.
    * Guided editing of the collection/playlist/devices filters. Patch by
      Giovanni Venturi <giovanni@kde-it.org>. (BR 139292)
    * Added GUI options for fadeout and fadeout on exit. Both are now enabled
      by default.
    * Support for Speex (.spx), WavPack (.wv) and TrueAudio (.tta) files in
      the collection thanks to taglib plugins by Luk&#1094;&#9553;&#1077;&#9553; Lalinsk&#1094;&#9579;
      <lalinsky@gmail.com>.
    * Search inside of lyrics, by using "/" on Context Browser. Patch by
      Carles Pina i Estany <carles@pina.cat>. (BR 139210)
    * "Automatically show context browser" feature makes a return, as per
      popular request. It is however disabled by default.
    * Improved keyboard navigation: Space key is now a shortcut for Play/Pause,
      and cursor left/right seeks forward/backward.
    * Cover images are shown in collection browser. Patch by Trever Fischer
      <wm161@wm161.net>. (BR 91044)
    * Send cover art to MTP media devices if they support it.
    * Elapsed time can be shown in OSD. Patch by Christian Engels
      <s9chenge@stud.uni-sb.de>. (BR 120051)
    * New redownload manager for the Magnatune.com store. Allows re-download
      of any previous purchase free of charge (in any format).
    * New items in the playlist are colorized, as a visual cue.
    * Show rating as stars in flat collection view. Patch by Daniel Faust
      <hessijames@gmail.com>. (BR 133797)
    * Synchronize play count, last played time and date of modification to
      iPods. Patch by Michael <michael003@gmail.com>. (BR 136759)
    * Propose list of composers in collection when editing the composer tag
      from the playlist. (BR 137775)
    * Greatly improved sound quality for the xine equalizer. Patch by Tobias
      Knieper <tobias.knieper@gmail.com>. (BR 127307)
    * Fancy graphical volume slider for the OSD. Patch by Alexander Bechikov
      <goo@t72.ru>.
    * Shoutcast stream directory. Contributed by Adam Pigg <adam@piggz.co.uk>.
    * Support for %composer and %genre when guessing tags from filenames.
    * Cached lyrics are now AFT-enabled, and will follow your files around as
      you move and rename them.

more changes and bugfixes

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-03 11:20:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-12 17:02:51 UTC
mich        2007-02-12 17:02:44 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok         Makefile distinfo pkg-plist 
    audio/amarok/files   patch-amarok_src_lastfm.cpp 
  Added files:
    audio/amarok/files   patch-amarok_src_sqlite_fts1.c 
                         patch-amarok_src_sqlite_fts1__porter.c 
                         patch-amarok_src_sqlite_fts1__tokenizer1.c 
                         patch-amarok_src_statusbar_statusbar.cpp 
  Removed files:
    audio/amarok/files   patch-amarok_src_amarok__proxy.rb 
                         patch-amarok_src_mediadevice_generic_genericmediadevice.cpp 
  Log:
  - update to -> 1.4.5
      Changelog: http://amarok.kde.org/content/view/10/66/
  
  PR:             ports/108711
  Submitted by:   Alex<goo@t72.ru>
  
  Revision  Changes    Path
  1.63      +6 -12     ports/audio/amarok/Makefile
  1.20      +3 -3      ports/audio/amarok/distinfo
  1.2       +0 -26     ports/audio/amarok/files/patch-amarok_src_amarok__proxy.rb (dead)
  1.2       +2 -2      ports/audio/amarok/files/patch-amarok_src_lastfm.cpp
  1.3       +0 -29     ports/audio/amarok/files/patch-amarok_src_mediadevice_generic_genericmediadevice.cpp (dead)
  1.1       +11 -0     ports/audio/amarok/files/patch-amarok_src_sqlite_fts1.c (new)
  1.1       +11 -0     ports/audio/amarok/files/patch-amarok_src_sqlite_fts1__porter.c (new)
  1.1       +11 -0     ports/audio/amarok/files/patch-amarok_src_sqlite_fts1__tokenizer1.c (new)
  1.1       +11 -0     ports/audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp (new)
  1.27      +13 -13    ports/audio/amarok/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Landin freebsd_committer freebsd_triage 2007-02-12 17:03:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes: 
- Tarball was re-rolled right before official release 
(fixing a gcc compile issue) 
- Small fixes to pkg-plist (reported by tinderbox)