Commit graph

4773 commits

Author SHA1 Message Date
rillig
fc097dd8cd Fixed build failure. 2007-09-29 11:47:03 +00:00
rillig
15080e9197 Fixed g++ 4 error message. 2007-09-29 11:40:46 +00:00
rillig
d24adb1eae Fixed g++ 4 error messages. 2007-09-29 11:38:22 +00:00
rillig
60d109600a Oops, I didn't want to touch patch-ab. 2007-09-29 11:35:11 +00:00
rillig
e469f35c8a Fixed gcc 4 error message. 2007-09-29 11:31:09 +00:00
rillig
c75e8f895f Fixed build error with g++ 4. 2007-09-29 11:11:27 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
59c708bf6b Fix PKGNAME of gnome-vfs plugin packages. 2007-09-20 22:51:00 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
2ca5eade73 Finish move of gnome2-media to gnome-media. 2007-09-19 23:46:05 +00:00
wiz
c4449bd491 Rename gnome-vfs2-cdda to gnome-vfs-cdda. 2007-09-19 23:33:09 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
joerg
d03a494c50 Ensure that libopenal is built with pthread linkage and users of
the config script get it as well. Bump revision.
2007-09-15 11:45:57 +00:00
xtraeme
c79d435d68 + audio/adplug 2007-09-10 16:03:49 +00:00
xtraeme
9909a1b842 Initial import of adplug-2.1 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.
2007-09-10 16:02:26 +00:00
tron
7ba536f9ba Regenerate patch to make it apply with GNU patch under Mac OS X. 2007-09-09 21:45:48 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
abs
c7d9adce41 Update xine-arts to 1.1.7nb1: add
.include "../../audio/libao/buildlink3.mk"

to fix a runtime 'Undefined PLT symbol "ao_new_port" (symnum = 551)'

Now sound works again for me under kde
2007-09-06 14:27:06 +00:00
joerg
eb91556d42 Needs pkg-config. 2007-09-04 19:08:21 +00:00
drochner
1c62ee22ec fix unsafe temp file creation (CVE-2007-4460), patch from Debian
bump PKGREVISION
2007-09-04 09:58:20 +00:00
drochner
70e97b3670 update to 0.2.12
changes:
-Plugin Manager improvements ? you can now install plugins from within the
 plugin manager
-Scriptable Radio Panel ? People will be able to write plugins for your
 favorite streaming service. (currently shoutcast is available)
-Lots of new translations
-New music sharing plugin ? you can share your music with people using
 iTunes or other people using Exaile
2007-09-03 10:21:07 +00:00
joerg
52f54ad1aa If isnan is a macro, assume it is type-variadic or can handle float as
well. This fixes the build on DragonFly and other platforms without
isnanf.
2007-09-02 11:02:57 +00:00
drochner
e82cda48eb restore the timeout argument to pselect() -- this is intended to work
non-blocking
2007-08-31 17:08:54 +00:00
drochner
b0812e7546 update to 0.8.3
changes:
--add-tag added: automatically add an ID3v1.1 tag to file which do
not have any ID3v1.x or v2.x tag, lots of handcrafted algorithms converted
2300 files rather successfully in 37 seconds, the code is obscure though

approved by tron
2007-08-31 10:37:36 +00:00
drochner
76558c250b update to 0.8.5a
changes:
- Added handling of 'free form' bitrate frames, the lack of which was
  causing segfaults on AMD 64-bit sytems
- Tweaked code to eliminate various gcc warnings and errors
- Improved detection of invalid MP3 frames
- Updated gmp3info for GTK 2
- Miscellaneous documentation updates and corrections
- Fixed possible buffer overflow condition in gmp3info

approved by tron
2007-08-31 10:32:49 +00:00
joerg
bdbba3bdbd Modular Xorg support. 2007-08-30 15:46:55 +00:00
joerg
b3a53d77e4 When installing a bash script, depend on it and fix the path to bash.
Bump revision.
2007-08-30 15:46:19 +00:00
joerg
d45fe491fa Modular Xorg support. 2007-08-30 15:34:27 +00:00
joerg
f5d0f7268e Fix various portability glitches. 2007-08-30 15:30:30 +00:00
joerg
4e2af845c4 Fix linker usage. 2007-08-30 15:16:11 +00:00
joerg
9e2764c7ee Include OSS backend on DragonFly. Bump revision.
XXX The configure check is completely bogus.
2007-08-30 15:01:46 +00:00
joerg
82abfea3cc De-interactive. Drop motf from PLIST, add a MESSAGE to tell the user
to create it instead. Bump revision.
2007-08-30 14:12:38 +00:00
rillig
febdd0b8b5 Fixed building with g++-3.3.6 on NetBSD. 2007-08-30 09:15:52 +00:00
wiz
95a3319fcf Update to 1.4.7:
VERSION 1.4.7
  CHANGES:
    * Updated the Cool Streams.
    * Improved application icon. Thanks go to Pasi Lallinaho.
    * Upgraded SQLite to 3.4.1
    * SQL improvements providing optimisations on intensive queries. Patch by
      Gosta <gostaj@gmail.com>. (BR 142999)

  BUGFIXES:
    * Wikipedia artist lookup would freeze Amarok if the artist was not found
      and the locale was not English. (BR 142764)
    * Cannot limit smart playlists to more than 1000 tracks. (BR 148084)
    * Fixed the formatting in the "Extended Info" pane for podcasts.
    * Don't show "Not Rated" for items rated with half a star. Patch by Tuomas
      Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 144675)
    * Copy, don't move items from Cool Streams to folders. (BR 147404)
    * Sometimes folders in the playlistbrowser could be lost. (BR 147404)
    * NJB devices could have tags corrupted that contained Unicode characters.
      Patch by Kun Xi <quinnxi@gmail.com>. (BR 147223)
    * Show OSD when changing song rating via shortcut. Patch by Tuomas Nurmi
      <tnurmi@edu.kauhajoki.fi>. (BR 146918)
    * Show the stars indicating rating with the correct size in the OSD. Patch
      Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 147059)
2007-08-30 00:01:35 +00:00
joerg
8c1eee6442 Don't require exact nb revision for mbrola or the mbrolavox packages.
Take any nb revision. Bump revisions of all affected packages.
2007-08-23 21:08:20 +00:00
jlam
035cc580ef Convert to use the emulator framework. 2007-08-23 19:28:56 +00:00
joerg
3f0b6d342a Supports DESTDIR. 2007-08-17 21:47:05 +00:00
markd
0e4ea8184f nas has moved to sourceforge so adjust MASTER_SITES and HOMEPAGE 2007-08-15 08:12:17 +00:00
drochner
176169c0d1 fix the http header parsing buffer overflow, the same way as done
in 1.62.2, bump PKGREVISION

The reason I'm not updating to 1.62.2 yet is that it triggers problems
with NetBSD's iconv(3) (WCHAR_T doesn't work), and that it doesn't
create id3v1 tags anymore per default which many programs want.
2007-08-14 21:41:06 +00:00
drochner
d6f3beef2b oops, forgot to commit part of the gnome-speech update 2007-08-13 15:23:15 +00:00
drochner
53509ad36e cosmetics:
-make sure sqlite3 is found for a pointless configure check, avoids
 an error message
-deal with hicolor-icon-theme
2007-08-13 12:06:40 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
rillig
0db45f8ff5 mpg321 likes to leave files open, but I don't like that. PKGREVISION++ 2007-08-13 06:31:36 +00:00
rillig
bc1538d771 Fixed the charset in ru.po. Patch provided by "Roman" on pkgsrc-users.
PKGREVISION++
2007-08-13 05:38:02 +00:00
wiz
a0f71c02b3 Update to 0.40.1:
0.40.1:
This is a corrective release to the 0.40.0 release. A bug in which
the library would not update changed files on a rescan was fixed.
MB metadata reading was made fully compliant with the latest
specifications. The dependency on libmp4v2 was dropped due to
problems, and appropriate code was put in place instead. The
preferences dialog was made GNOME HIG compliant.

0.40.0:
A rewrite of the library backend, reorganization of the UI, improved
Last.fm backend and tighter integration of Last.fm within the entire
application, enhanced and debugged Podcast backend with newly added
support for video podcasts using Gstreamer, initial Jamendo support,
and a universal bookmarking system. The stability of the 0.40 series
is incomparably higher than the 0.36 versions. The application's
usability was also improved to a great degree.
2007-08-12 23:13:06 +00:00
drochner
9113bbd3e0 update to 0.4.16
change: bugfix: Update max speech rate in eSpeak driver
2007-08-10 17:49:16 +00:00
simonb
b8e47ae345 Update the sample configuration file. Based on PR pkg/36472 from
Aleksej Saushev, but leaving the paths as they were in the original
sample config file.
2007-08-10 02:05:58 +00:00
simonb
0eccba2c6d Update to version 0.13.0. Notable changes are:
- Many changes to playlist support
 - Lots of bug fixes, cleaned up code, and performance improvements
2007-08-09 04:09:33 +00:00
simonb
a9bd834595 Update to version 0.12.1. Notable changes are:
- New output format for "mpc playlist"
 - Support for many more search types with "mpc search"
 - Add "mpc del 0" behaviour to remove the currently playing song
 - Add outputs, enable and disable commands
 - multiple bug fixes.
2007-08-09 04:03:57 +00:00
joerg
5d0ad11ea1 Don't use malloc.h. 2007-08-08 21:07:48 +00:00
joerg
41d8a226af Don't use malloc.h. 2007-08-08 20:14:52 +00:00
joerg
b0ec000fad Don't use malloc.h. 2007-08-08 18:32:54 +00:00
smb
b31f071ae6 Fixed paths to bash and python 2007-08-07 00:06:31 +00:00
wiz
a04785c89c Add an option to turn on OSS support (instead of turning it off
unconditionally), for DragonFly.
Based on a patch provided by Steve O'Hara-Smith on pkgsrc-users.

While here, split off options handling into an options.mk file.
2007-08-06 05:28:36 +00:00
joerg
2e9ce6a0fe Don't use malloc.h. 2007-08-05 18:57:05 +00:00
joerg
bf391c60e3 Fix pthread linkage. Define timespeccmp if necessary. 2007-08-04 12:52:56 +00:00
wiz
32ed52df79 Update to 2.1.2:
2.1.2 - July 12th, 2007 :
=========================
    * Added an option to update modification time of the parent directory when
      changing tag values of a file (useful for Amarok for example),
    * Added autoscroll in log view,
    * Added new Swedish documentation (thanks to Anders Strömer),
    * Fixed a problem to display the title in the Cddb window with translation
      languages (bug introduced in version 2.1.1),
    * Fixed the loose of focus after saving files : now the same control keep
      again the focus,
    * Fixed a mistake in the configure script (thanks to Thomas Klausner),
    * Swedish translation updated (thanks to Anders Strömer),
    * Brazilian Portuguese translation updated (thanks to doutor.zero),
    * Polish translation updated (thanks to Michał Smoczyk),
    * German translation updated (thanks to Götz Waschk),
    * French translation updated.

 VS: ----------------------------------------------------------------------
2007-07-30 18:57:50 +00:00
joerg
27de46ae4a malloc.h -> stdlib.h. Changes installed file, bump revision. 2007-07-30 14:50:36 +00:00
joerg
ae501cb091 malloc.h --> stdlib.h 2007-07-30 10:25:42 +00:00
joerg
729218ba3f Use stdlib.h instead of malloc.h. 2007-07-30 08:29:00 +00:00
wiz
6f7addf524 Update to 1.2.0:
libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"

 * new ov_fopen() convenience call that avoids the common
   stdio conflicts with ov_open() and MSVC runtimes.
 * libvorbisfile now handles multiplexed streams
 * improve robustness to corrupt input streams
 * fix a minor encoder bug
 * updated RTP draft
 * build system updates
 * minor corrections to the specification
2007-07-28 07:58:48 +00:00
joerg
5ca87fa653 Never use malloc.h. 2007-07-28 00:56:13 +00:00
wiz
ba7776ec9b Update to 1.2.8:
1.2.8:
Sam Lantinga - Wed Jul 18 09:45:54 PDT 2007
 * Improved detection of Ogg Vorbis and Tremor libraries
Ryan Gordon - Sun Jul 15 12:03:54 EDT 2007
 * Fixed memory leaks in Effects API.
David Rose - Sat Jul 14 22:16:09 PDT 2007
 * Added support for MP3 playback with libmad (for GPL projects only!)
Sam Lantinga - Sat Jul 14 21:39:30 PDT 2007
 * Fixed the final loop of audio samples of a certain size
Sam Lantinga - Sat Jul 14 21:05:09 PDT 2007
 * Fixed opening Ogg Vorbis files using different C runtimes on Windows
Philippe Simons - Sat Jul 14 20:33:17 PDT 2007
 * Added support for Ogg Vorbis playback with Tremor (an integer decoder)
Sam Lantinga - Sat Jul 14 07:02:09 PDT 2007
 * Fixed memory corruption in timidity resampling code
Ryan Gordon - Tue Jul 3 10:44:29 2007 UTC
 * Fixed building SDL_mixer with SDL 1.3 pre-release
Ryan Gordon - Tue Feb 13 08:11:54 2007 UTC
 * Fixed compiling both timidity and native midi in the same build
Hans de Goede - Sun Aug 20 23:25:46 2006 UTC
 * Added volume control to playmus
Jonathan Atkins - Thu Aug 10 15:06:40 2006 UTC
 * Fixed linking with system libmikmod
David Ergo - Fri Jun 23 09:07:19 2006 UTC
 * Corrected no-op conditions in SetDistance(), SetPanning() and SetPosition()
 * Fixed copy/paste errors in channel amplitudes
2007-07-26 00:03:27 +00:00
wiz
d65b2918d0 Fix build on NetBSD with mremap(). 2007-07-23 23:58:35 +00:00
adrianp
ad08fbde45 HOMEPAGE and MASTER_SITES update 2007-07-21 19:42:06 +00:00
wiz
878197e238 Add commented out LICENSE tag (GPLv3). 2007-07-19 21:29:33 +00:00
drochner
b6b8fa05ee +espeak 2007-07-17 19:25:56 +00:00
drochner
9eee212eb6 import gnome-speech-espeak-0.4.15 which is a plugin for gnome-speech
to use the "espeak" speech synthesizer
2007-07-17 19:23:45 +00:00
drochner
6f17ec9434 add a patch which allows to build the espeak backend as a separate pkg
while still sharing patches and distinfo
(no change to the base pkg)
2007-07-17 19:21:51 +00:00
drochner
44e7a0317a import espeak-1.28, a speech synthesizer
(It is GPLv3; up to version 1.26 it was GPLv2 but those are too buggy
to be used with gnome-speech.)
2007-07-17 19:18:44 +00:00
drochner
ddcb188cef update to 0.4.15
changes:
-bugfixes
-Compatibility with eSpeak >=1.27
2007-07-17 10:26:57 +00:00
drochner
80fcf787e4 Use liboil for simd support.
This saves only 1..2% of cpu time for me (i386/Core2Duo), but since
liboil is used throughout the gstreamer framework it doesn't hurt
either. Bump PKGREVISION.
2007-07-16 09:44:38 +00:00
rillig
cb83df4b4b Oops, forgot to rename a variable in all instances. 2007-07-15 22:56:22 +00:00
rillig
e666347b2a Using the SUBST framework instead of self-written code. 2007-07-15 22:09:35 +00:00
heinz
874717c9d3 Added support for installation to DESTDIR. 2007-07-14 19:12:22 +00:00
drochner
4211266dc0 +freealut 2007-07-13 14:52:07 +00:00
drochner
d755379bc7 (forgot this yesterday, needed for flightgear)
import freealut-1.1.0, a toolkit on top of audio/openal
2007-07-13 14:50:17 +00:00
gson
63faced2a4 Include bsd.prefs.mk before testing MACHINE_PLATFORM 2007-07-12 07:40:07 +00:00
gavan
0263236743 Workaround for compiler selection on NetBSD 4.0. 2007-07-10 10:27:00 +00:00
smb
1b1fc37f4f Fix patch file changes 2007-07-08 20:49:03 +00:00
smb
bb1bdf8184 Updated gtkpod to 0.99.8
Translations: Swedish, Hebrew, Italian
	New type-ahead search
	Handles compilations decently
	New window for track detail edits
	Add thumbnail images for new/updated tracks
	Basic video support
	Basic podcast support
	Sync addressbooks in ldif, kNotes, Palm
	Uses libgpod
	Stabe sort of track view

	Miscelleneous bug fixes and improvements

	(Note: patch supplied by Sergey Svishchev)
2007-07-08 20:46:37 +00:00
minskim
4522ae369c Make flite work on OpenBSD. Patch from OpenBSD ports. Suggested by
Alexander Nasonov in PR 36557.

Bump PKGREVISION.
2007-07-08 18:33:38 +00:00
wiz
2966b1cf79 Reset maintainer, rpaulo resigned. 2007-07-08 12:35:10 +00:00
wiz
1968406d3c + easytag-current. 2007-07-07 07:48:34 +00:00
wiz
4c5adfbbea Initial import of easytag-current, the current development version of
easytag. Adds wavpack, speex, and id3v2.4 tag support.

Changes compared to audio/easytag:

2.1.1 - July 4th, 2007 :
========================
    * Added support of ID3v2.4 tags by using library libid3tag (thanks to Alexey
      Illarionov),
    * Added Speex support (thanks to Pierre Dumuid) (without displaying bitrate
      and duration),
    * Added displaying of the number of pictures in the label of the tab.
    * Fixed name of default server for the MusicBrainz FreeDB Gateway (thanks to
      Steve Wyles),
    * Fixed a problem when renaming file, by changing the case, that may delete
      one file,
    * Fixed a small mistake in the cddb query string (thanks to Steve Wyles),
    * Fix for Ogg Vorbis files: read also the COMMENT tag field when it is used
      instead of DESCRIPTION,
    * Should be fixed a bug when refreshing the tree (not sure as it is
      difficult to reproduce),
    * In preferences window, the load on startup option and the default
      directory setting were splitted,
    * Added some improvments in the cddb window,
    * Added time in log view,
    * New Hebrew translation (thanks to Yuval Hager),
    * Czech translation updated (thanks to Zbynek Mrkvicka),
    * German translation updated (thanks to Götz Waschk),
    * French translation updated.
2007-07-07 07:47:51 +00:00
wiz
604cd3721c Rename option from easytag-gtk2 to easytag, and add compat code for previous
option name.
2007-07-07 02:18:12 +00:00
drochner
875ef0a17b reset PKGREVISION for base pkg update 2007-07-06 19:14:55 +00:00
drochner
9256402ba5 moved from the "bad" to the "good" base pkg 2007-07-06 19:14:02 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
tnn
2842e54d0e PR 36582: John Ruschmeyer: Don't use nasm on Interix. 2007-07-02 15:03:58 +00:00
lkundrak
5be4852771 Updating to 0.0.10. Just changes about 5 lines to prevent a stack
overflow by the long comment string.
2007-07-02 13:20:19 +00:00
heinz
c5187dbe6f Added support for installation to DESTDIR. 2007-07-01 21:00:14 +00:00
heinz
c1fcb95598 The package supports installation to DESTDIR. 2007-07-01 20:47:46 +00:00
heinz
f2efa7597b Added support for installation to DESTDIR. 2007-07-01 15:57:16 +00:00
heinz
ed24cd8faf The package supports installation to DESTDIR. 2007-07-01 15:47:54 +00:00
chris
152a1e272c Make trm compile again (probably broke when the c++ compiler changed)
Change the install permissions to be 755, not 655.

Rather than patching configure and Makefile, use automake & autoconf to
rebuild them.

Bump pkg revision to 4.
2007-07-01 11:59:01 +00:00
wiz
493503d117 Update to 1.4.6:
VERSION 1.4.6
  CHANGES:
    * Improved icon theme, kindly provided by Landy DeField
      <lando@revelinux.com>. Big thanks!
    * Playlist now sends notifications to scripts if items are added, removed,
      reordered, or if the playlist is cleared.  Useful for script authors.
      Thanks to Miguel Angel Alvarez <maacruz@gmail.com> for the patch.
    * iPod device plugin now handles RockBox devices.  Thanks to Michael
      Buesch <mb@bu3sch.de> for the patch.
    * Organising files will only delete empty parent folders if the folder
      is within the collection hierarchy. (BR 136757)
    * The default cover image preview size has been increased to 130px.
    * The "hide menubar" option has been removed. It's too dangerous and led
      to countless support requests.
    * Generic media device can now handle any KIO-compatible URL, including
      obex and smb. Manage your bluetooth phone's music collection through
      Amarok!
    * Upgraded SQLite to 3.3.17.
    * Append an album to the playlist by right-clicking on it from within
      the Cover Manager.  Patch by Doug Reich <dreich@hmc.edu>.
    * Faster playlist handling. Patch by Ovy <ovy@alum.mit.edu>. (BR 142255)
    * The moodbar process has been given a higher priority. (BR 136867)
    * Allow for lyrics scripts to specifiy site, site_url, and add_url from
      within the script. This will allow for "meta lyrics" scripts. Patch by
      Sergio Pistone <sergio_pistone@yahoo.com.ar>. (BR 141885)
    * First rating star now lets you toggle between no rating, half a star,
      and one full star.

  BUGFIXES:
    * Uninstalling scripts would in some cases leave files behind. Patch by
      Sergio Pistone <sergio_pistone@yahoo.com.ar>. (BR 143716)
    * Last.fm "Custom Station" stream works again. (BR 146020)
    * Fix regression where the "Show Script Manager" button displayed on the
      Lyrics tab of the Context Browser wouldn't actually show the Script
      Manager.
    * Don't show ratings from the previous track's rating change in the OSD on
      playing the next track.
    * The config dialog is now less tall and fits on widescreen displays.
    * Making a dynamic playlist with the number of previously played tracks to
      show set to zero and attempting to play the first track would cause a
      crash. (BR 145157)
    * If "Stop after current track" was used, the last track would not be
      counted or rated in the user's statistics. (BR 140980)
    * Generic media device wouldn't allow you to drop a folder on the
      viewport, meaning you couldn't move subfolders to the top level of the
      mount point.
    * Made the settings dialog less tall. (BR 141250)
    * Star ratings now update instantly in the Context Browser, OSD, and
      Collection Browser.
    * lyrc script did not work behind proxy due to a stray quote mark. Gentoo
      Bug 166050.
    * Fix compilation on kde-3.3 systems.
    * amarok_live.py now uses popen correctly. Patch by Luke Macken
      <lmacken@fedoraproject.org>. (BR 127804)
    * Make amarok_proxy.rb use HTTP/1.0 as we don't support chunked responses.
      Patch by solsTiCE <solstice.dhiver@laposte.net>. (BR 141819)
    * Fix Quadratic loading in Playlists. Patch by Ovy
      <ovy@alum.mit.edu>. (BR 142255)
    * Correctly set iPod model. Patch by İsmail Dönmez <ismail@kde.org>.
    * Fix detection of vfat devices on FreeBSD. (BR 141614)
    * Right-click on volume slider would change the volume. (BR 141672)
2007-07-01 00:33:52 +00:00