summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-11-02 00:20:38 +0000
committerseb <seb@pkgsrc.org>2005-11-02 00:20:38 +0000
commit33e640a74c7335a1089558f0ddb7f98ec7fc04b0 (patch)
tree68deffb5feb5f8bd607cdd16b48e54512f6845de /audio
parent53fa8867ed63ec9fc99e08db99bfa590a7386c8e (diff)
downloadpkgsrc-33e640a74c7335a1089558f0ddb7f98ec7fc04b0.tar.gz
Update to version 1.3.5.
Changes since last packaged version (1.3.3): VERSION 1.3.5: BUGFIXES: * Fixed a build issue. * Fixed potential crash at startup. (BR 114983) VERSION 1.3.4 (unreleased): FEATURES: * Helix-engine supports ALSA (using RealPlayer 11). (BR 113909) * Atom feed compatibility for podcasts. * Statusbar messages are logged to a file, statusbar.log. (BR 99899) * Podcast configuration now provides the ability to set the values for all podcasts. (BR 114371) * Downloading multiple podcasts will throw them into a queue, and each will be downloaded sequentially. (BR 114370) * Playlistbrowser items can be dragged into folders. CHANGES: * Categories in the playlist browser are now always in the order of: Playlists, Smart Playlists, Dynamic Playlists, Radio Streams, then Podcasts, regardless of sorting options. (Items in the categories are still sorted normally.) * Reworked systray icon handling -- mostly under the hood, but it'll now update properly f. ex. when you change the cover. (BR 111014) * Tooltip for the queue icon in the statusbar will now show the album cover of the upcoming track. * Totals in the collection browser will now reflect the visible items if you set a filter. * Podcast settings "download on request" and "stream on request" have been merged. * About button in script manager now uses a KAboutDialog and supports rich text format in the README file. (BR 110961) * After filtering the collection browser, if only a single item is left visible, it will automatically be expanded. * Added items for the Equalizer, Visualizations, and Queue Manager to the context menus of the volume slider, analyzer, and statusbar queue icon, respectively. BUGFIXES: * If you queue an album from the context browser and then undo, the queue icon in the statusbar is now updated properly (and hence doesn't crash if you click on it). * helix-engine no longer emits new metaData if only the bitrate of a stream changes. (BR 114348) * Fix amaroK attempting to destroy your computer, reach through the monitor and violently strangle you if you attempt to exit while the collection is being scanned. (BR 114597) (BR 114859) * Postgresql code cleanup and fixed regression for manual collection scanning. Autoscan still does not work. (BR 111209) * File browser now sets to home if it was on a remote directory to prevent annoying error messages. (BR 114498) * Podcast settings would not add a trailing slash to podcast save locations. (BR 114712) * Workaround for stability issues with HyperThreading on Linux. Added a configure check to deal with buggy GLIBC's. (BR 99199) * xine-engine: Equalizer became inactive on trackchange when crossfading was enabled. (BR 114492) * Pausing a track would abort lyrics and wiki fetch jobs. (BR 114576) * Dynamic mode did not respect repeat track mode. (BR 114585) * The Script Manager no longer captures the script's stdout. * Enqueuing files with amarok -e would not work for relative paths if the working directories of the new and the running instance of amarok differ. * Visualizations would only work when amarok was run as amarokapp. (BR 99627) * The number of podcasts items would be limited even when the user didn't set it. (BR 114353) * Switching system language wouldn't affect the root folder names on Playlist Browser. * On Context Browser, when showing a cached lyric, "add", "search", and "open in external browser" buttons wouldn't work. "Open in External Browser" is now disabled for cached lyrics. (BR 110812) * Refreshing all podcasts when folder existed caused a crash. * Multiple job statusbar widget was broken. (BR 114278) * HTML in tags was getting interpreted in the context browser. * Changing the podcast purge count could sometimes cause amaroK to hang. * NMM-engine: Fixed crash after playing a song to the end, the trackEnd signal was not emitted from the GUI thread. * With Random Mode enabled and Repeat Playlist disabled, when it got to the last track, it would play it a second time and then keep on playing other tracks, instead of just stopping. * Smart-Playlists were broken with PostgreSQL. Patch by Michael Landin Hostbaek <mich@freebsd.org>. (BR 114269) * Collection scanner ignored files with non-ascii characters. (BR 114195) * Don't show "Change Collection Setup"-box for non-local files. * Fixed issue with loading playlists containing remote URL's. * Dynamic mode history tracks would be forgotten if there was no current track on startup. (BR 110160) * Fixed problems with "Retrieve Similar Artists" feature in combination with SQLite, which could lead to 100% CPU usage. (BR 104447) * Tabbing between items and cells in the playlist while editing them now works much nicer (goes in order and doesn't tab to invisible columns), and you can also now use Alt+Up, Down, Left, Right to navigate between cells as well. * Podcast settings failed to remember the save location. (BR 114128) * Tray icon would stop filling up and showing play/pause icon if show player window was toggled. (BR 93711) * If player window is toggled during playback, playlist window's caption now correctly shows the current track's name. * Crossfade length would be enabled in Playback options when "No crossfading" was selected. * If an engine does not support crossfading, "No crossfading" is now selected in Playback options.
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok/Makefile5
-rw-r--r--audio/amarok/PLIST14
-rw-r--r--audio/amarok/distinfo9
-rw-r--r--audio/amarok/patches/patch-aa46
4 files changed, 19 insertions, 55 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index aa0c763233e..c6c6471ba89 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2005/10/12 11:15:30 seb Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/02 00:20:38 seb Exp $
-DISTNAME= amarok-1.3.3
+DISTNAME= amarok-1.3.5
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-nmm
CONFIGURE_ARGS+= --without-mas
+CONFIGURE_ARGS+= --without-helix
CONFIGURE_ARGS+= --without-arts # disable aRts engine
LIBS+= ${LIBOSSAUDIO}
diff --git a/audio/amarok/PLIST b/audio/amarok/PLIST
index 970d1c4c6df..d84691e58ff 100644
--- a/audio/amarok/PLIST
+++ b/audio/amarok/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/10/12 11:15:30 seb Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/11/02 00:20:38 seb Exp $
bin/amarok
bin/amarok_libvisual
bin/amarok_xmmswrapper2
@@ -27,28 +27,37 @@ share/doc/kde/HTML/de/amarok/collection.png
share/doc/kde/HTML/de/amarok/common
share/doc/kde/HTML/de/amarok/config.docbook
share/doc/kde/HTML/de/amarok/config_appearance.png
+share/doc/kde/HTML/de/amarok/config_collection.png
share/doc/kde/HTML/de/amarok/config_engine.png
share/doc/kde/HTML/de/amarok/config_general.png
share/doc/kde/HTML/de/amarok/config_osd.png
share/doc/kde/HTML/de/amarok/config_playback.png
+share/doc/kde/HTML/de/amarok/config_scrobbler.png
share/doc/kde/HTML/de/amarok/context.png
share/doc/kde/HTML/de/amarok/coverman.png
share/doc/kde/HTML/de/amarok/develop.docbook
+share/doc/kde/HTML/de/amarok/dynamic_mode1.png
+share/doc/kde/HTML/de/amarok/dynamic_mode2.png
+share/doc/kde/HTML/de/amarok/equalizer.png
share/doc/kde/HTML/de/amarok/faq.docbook
share/doc/kde/HTML/de/amarok/file_browser.png
share/doc/kde/HTML/de/amarok/hidden.docbook
share/doc/kde/HTML/de/amarok/index.cache.bz2
share/doc/kde/HTML/de/amarok/index.docbook
+share/doc/kde/HTML/de/amarok/logo.png
+share/doc/kde/HTML/de/amarok/media_device.png
share/doc/kde/HTML/de/amarok/menubar.png
+share/doc/kde/HTML/de/amarok/musicbrainz.png
share/doc/kde/HTML/de/amarok/pl_browser.png
share/doc/kde/HTML/de/amarok/pl_tip1.png
share/doc/kde/HTML/de/amarok/play_list.png
share/doc/kde/HTML/de/amarok/player_window.png
share/doc/kde/HTML/de/amarok/playlist_window.png
+share/doc/kde/HTML/de/amarok/queue_manager.png
share/doc/kde/HTML/de/amarok/quick.docbook
share/doc/kde/HTML/de/amarok/requirements.docbook
share/doc/kde/HTML/de/amarok/rmb_menu.png
-share/doc/kde/HTML/de/amarok/search.png
+share/doc/kde/HTML/de/amarok/script_manager.png
share/doc/kde/HTML/de/amarok/status_bar.png
share/doc/kde/HTML/de/amarok/using.docbook
share/doc/kde/HTML/de/amarok/vis_window.png
@@ -335,6 +344,7 @@ share/kde/apps/amarok/images/volumeslider-inset.png
share/kde/apps/amarok/images/wizard_compact.png
share/kde/apps/amarok/images/wizard_xmms.png
share/kde/apps/amarok/images/xine_logo.png
+share/kde/apps/amarok/scripts/alarm/COPYING
share/kde/apps/amarok/scripts/alarm/README
share/kde/apps/amarok/scripts/alarm/alarm.py
share/kde/apps/amarok/scripts/amarok_live/README
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo
index f5c0356c0fc..92a7b5080ae 100644
--- a/audio/amarok/distinfo
+++ b/audio/amarok/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/10/12 11:15:30 seb Exp $
+$NetBSD: distinfo,v 1.12 2005/11/02 00:20:38 seb Exp $
-SHA1 (amarok-1.3.3.tar.bz2) = fed559feae7f41aadf706f9132a7172fd7899ffa
-RMD160 (amarok-1.3.3.tar.bz2) = c6614768a7901547214298bc4b377fe32323eb64
-Size (amarok-1.3.3.tar.bz2) = 7665719 bytes
-SHA1 (patch-aa) = 56f90dff034accc1674f587b3810cdd78f713eba
+SHA1 (amarok-1.3.5.tar.bz2) = c2b4e92807b4733b5da60a860a2849551f456954
+RMD160 (amarok-1.3.5.tar.bz2) = e887150c35e0bcf753bf5cfda20f4c7bc7942ec6
+Size (amarok-1.3.5.tar.bz2) = 8450003 bytes
diff --git a/audio/amarok/patches/patch-aa b/audio/amarok/patches/patch-aa
deleted file mode 100644
index 99fd34da5c7..00000000000
--- a/audio/amarok/patches/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2005/08/30 06:44:37 seb Exp $
-
---- configure.orig 2005-08-14 22:53:36.000000000 +0000
-+++ configure
-@@ -33581,24 +33581,24 @@ else
-
- fi;
-
--echo "$as_me:$LINENO: checking for RealPlayer or HelixPlayer" >&5
--echo $ECHO_N "checking for RealPlayer or HelixPlayer... $ECHO_C" >&6
-+#echo "$as_me:$LINENO: checking for RealPlayer or HelixPlayer" >&5
-+#echo $ECHO_N "checking for RealPlayer or HelixPlayer... $ECHO_C" >&6
-
--HXPLAY=`type -p hxplay`
--RPLAY=`type -p realplay`
--if test "$RPLAY" != "" -a -x "$RPLAY"; then
-- HELIX_LIBS=`grep 'HELIX_LIBS=/' $RPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1`
-- if test -e "$HELIX_LIBS/common/clntcore.so"; then
-- echo "found RealPlayer"
-- build_helix=yes
-- fi
--elif test "$HXPLAY" != "" -a -x "$HXPLAY"; then
-- HELIX_LIBS=`grep 'HELIX_LIBS=/' $HXPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1`
-- if test -e "$HELIX_LIBS/common/clntcore.so"; then
-- echo "found HelixPlayer"
-- build_helix=yes
-- fi
--fi
-+#HXPLAY=`type -p hxplay`
-+#RPLAY=`type -p realplay`
-+#if test "$RPLAY" != "" -a -x "$RPLAY"; then
-+# HELIX_LIBS=`grep 'HELIX_LIBS=/' $RPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1`
-+# if test -e "$HELIX_LIBS/common/clntcore.so"; then
-+# echo "found RealPlayer"
-+# build_helix=yes
-+# fi
-+#elif test "$HXPLAY" != "" -a -x "$HXPLAY"; then
-+# HELIX_LIBS=`grep 'HELIX_LIBS=/' $HXPLAY|cut -d';' -f1|cut -d'=' -f2|cut -d' ' -f1`
-+# if test -e "$HELIX_LIBS/common/clntcore.so"; then
-+# echo "found HelixPlayer"
-+# build_helix=yes
-+# fi
-+#fi
-
-
- if test "$build_helix" != "no"; then