summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-20Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.wiz2-1/+15
Will be in next aspell release.
2005-02-20Sortwiz1-2/+2
2005-02-20Note change for netbsd-tap.cube1-1/+2
2005-02-20o Add a way to pass special definitions to the compilation, to match kernelcube5-6/+21
environment, and document it in DESCR by lack of a better place. o Fix a reference to local in (yet unused) bl3.mk file. Both issues reported by Hubert Feyrer.
2005-02-20amarok updated to 1.2.wiz2-3/+3
2005-02-20Update to 1.2:wiz4-120/+101
VERSION 1.2: ADD: "Repeat Track" status is reflected by an icon in the playlist. ADD: New icons from tightcode for statusbar and repeatTrack. ADD: New Smart-Playlist "Ever Played". CHG: Bumped GStreamer version requirement to 0.8.4. CHG: Made it possible to use artsdsink with GStreamer again. CHG: Don't read m3u files recursively when dropping a folder on the playlist. No more doubled entries. FIX: Shoutcast radio with GStreamer is improved, no more dropouts when starting a stream. ADD: The "Similar Artists" feature (using Audioscrobbler) can now be switched off. (BR 95280) FIX: Error in Shoutcast http-request, which made it impossible to play many radio streams with GStreamer and aRts. (BR 97211, 98569) CHG: Better default directory for selecting a custom cover. FIX: ContextBrowser reloads after setting a custom cover. (BR 96548) FIX: Cover-Manager's full-screen view works with Bughira (brushed metal). ADD: Script-Manager can auto-run scripts on application startup. ADD: aKode engine, depends on KDE 3.4. No configure check yet. FIX: Don't add non-audio files to the Collection. CHG: We now use the SqlLoader, which greatly improves the performance of adding stuff to the playlist from SmartPlaylists and the Collection. VERSION 1.2-beta4: ADD: It is now possible to select the right image if there are multiple results from Amazon. Patch from Gregory Isabelli <g_isabelli@yahoo.fr>. (BR 93287) CHG: Reorganized the DCOP interface. We used to have all DCOP functions in the "player" group. Now it's splitted up into several categories. Attention script writers: Adjust your DCOP calls! FIX: The loader is now more robust and should always find amarokapp. CHG: The search-browser has been integrated into the file-browser. CHG: OSD can have fake transparency and new fancy shadow. ADD: DCOP function "shortStatusMessage", shows a temporary message on the application's statusbar. FIX: Frequent crashes when writing tags. (BR 95344) FIX: CoverManager updates its status display correctly. FIX: "isPlaying" DCOP function now works correctly. (BR 90894) ADD: Automatic crash report generator, sends backtraces to amaroK HQ. ADD: DCOP function "saveCurrentPlaylist". Writes the playlist to current.xml, for scripts that need to access the playlist contents. ADD: Playlist2html, a script for playlist exporting. (BR 96199) ADD: Improved statusbar, with animated error notification widget. ADD: New progress display system, can show multiple expandable progress widgets in the statusbar. ADD: Alarm script, starts playing music at specified alarm time. ADD: Script-Manager for DCOP script extensions is now functional. Refer to the amaroK Wiki for information on script writing. ADD: Collection-Browser shows a help message in flat-mode when filter is empty. (BR 97000) CHG: It is possible to select the Database Engine (SQLite, MySQL) runtime, without amaroK restart. New Database Engines can be added, they need to inherit DbConnection and implement its' virtual methods (see SqliteConnection and MySqlConnection). CHG: New amaroK icon "Blue Wolf", made by Da-Flow. FIX: Possible crash when enabling Player-Window. (BR 94668) VERSION 1.2-beta3: ADD: Smart Playlists can have a random order or a score weighted random order (BR 90861) ADD: Show total length of selected songs in statusbar. (BR 90284) ADD: Context-Browser now caches the tab widgets. Patch from Matias Costa <mcc3@alu.um.es>. (BR 95999) FIX: RAND and REP buttons were always enabled at startup. (BR 95861) ADD: Implemented "Append Suggestions" functionality. It means that when enabled, amaroK will append a couple of suggested songs to playlist when you play a track. This produces a continuous playlist, something similar to listening to radio. ADD: Implemented "Play Media..." functionality. FIX: Playlist-Browser was appending to playlist when clicking "Load". Now it replaces the current playlist again, as intended. ADD: Profile for KDELIRC (Remote Controls). Patch by Dirk Ziegelmeier <dziegel@gmx.de>. ADD: Remove Duplicates now also removes dead entries from playlist. FIX: Accept album-dragging from the ContextBrowser. (BR 86020) FIX: Configure check was missing for the Konqueror Sidebar (depends on KDE-Base). FIX: Browser splitter was drawn incorrectly with some styles. (BR 95333) ADD: DCOP call for relative seek. Patch by Andreas Pfaller. (BR 84989) CHG: Bumped TagLib dependency to 1.3.1. (1.3 is too damn buggy) FIX: CTRL-M can show the menubar again after hiding. (BR 94139) ADD: Support for last.fm streams. FIX: amaroK icon shows correctly in window decoration under GNOME. ADD: Support for ID3v2 cover images. (Thanks to M. Thiesen!) (BR 88492) ADD: DCOP calls for the status of Random Mode, Repeat Playlist and Repeat Track. ADD: DCOP call to return the sample rate. ADD: DCOP call to return the track number. (BR 94825) FIX: GStreamer-engine provides better scope synchronisation. ADD: Save current track position and play queue on exit. (BR 90379) FIX: Fix Directory column on playlist, show absolute directory path instead of empty string. (BR 90361) ADD: DCOP call to scan your collection. (BR 84621) FIX: When an engine fails to load, respect the rank while choosing the next engine. VERSION 1.2-beta2: FIX: Classic amaroK theme looks better. ADD: Context Browser has CSS styling. FIX: Cover fetching improvements/fixes. ADD: Last played: yesterday, etc. in ContextBrowser. FIX: Big speedup for PlaylistLoader, when adding many items. ADD: Show songs you once played, but didn't play for the longest time on ContextBrowser's Home-page. (least played) (BR 89479) FIX: Don't crash on song switch, when there's only one visible playlist item and repeat-list is activated. (BR 94030) CHG: Add and queue tracks after the current track. (BR 94121) ADD: DCOP call to raise the equalizer configuration dialog. ADD: Konqueror sidebar to view playing info and control amaroK. ADD: DCOP call to clear the playlist. (BR 90149) ADD: DCOP call to enable/disable the equalizer. ADD: DCOP call to return the score of the currently playing track. ADD: Audioscrobbler submit queue stored on disk. Tracks that are listened when offline will be available for submitting later. CHG: "Start Scan" button was renamed to "Update". Now it starts an incremental scan instead of a full rescan. FIX: Lyrics parsing failed for certain songs. (BR 94269) ADD: xine-engine saves config, and implements crossfade, bug fixed too. ADD: Player-Window can also show the BlockAnalyzer. CHG: Run incremental scanning once a minute instead of every 30 seconds. FIX: When collection scanning was interrupted with Cancel, incremental scanning didn't work any longer. CHG: Handle incremental file scanning in a thread. Now the GUI doesn't get blocked every 30 seconds, anymore. (BR 93564) ADD: CollectionBrowser now offers two operation modes: The classical TreeView and a new FlatView (like the WinAmp Library). FIX: Caching of local cover images was broken for non-unique filenames. (BR 94068) FIX: "Visualizations" menu entry was always disabled. FIX: Play button was sometimes stuck in disabled state. FIX: OSD was showing "%artist - %track" instead of "%artist - %title". FIX: Forward command line option --engine to amarokapp. FIX: CoverFetcher was always looking for "album - album". VERSION 1.2-beta1: ADD: Full support for Audioscrobbler, including submission of tracks. FIX: Arts engine resumes from position when session is restored. ADD: Vorbis stream metadata support (GStreamer-engine). (BR 82378) ADD: Cover image and lyric fetchers include filters for common extensions, such as (Disc 1). (BR 90630) ADD: Ability to choose from four different Amazon locales. (BR 90664) ADD: OSD now draws gradient instead of solid colour. ADD: 'Stop after current song' functionality. (BR 88652) FIX: Queue function from context/collection browsers actually properly queues tracks. (BR 90319) ADD: MySQL database support. Patch by Andreas Mair <am_ml@linogate.com>. Please refer to mailing list for detailed instructions. ADD: Metadata history for streams in Context-Browser. (BR 89839) ADD: Command line option --engine. ADD: OSD text is now configurable, and it displays the album cover. FIX: Remote folders are read recursively when dropped on the playlist. FIX: Audiocd protocol in filebrowser had empty folders. ADD: Cache system for current-track animation in playlist. Reduces CPU load when the playlist is visible. ADD: 10-band IIR equalizer for GStreamer and xine engines. FIX: The background gradient effect in Context-Browser is now much faster. The gradient also looks nicer. (BR 91276) FIX: Password-protected streams did not work correctly. (BR 91184). Patch by <javapojken@yahoo.se>. ADD: NMM-engine was rewritten and updated for the latest NMM release. Supports audio and video playback. ADD: Cover-Manager supports drag-and-drop. ADD: Tags are now read from the Collection database if they are already stored. This speeds up adding items to the playlist. (BR 90137) ADD: Context-browser shows "Suggested Tracks", utilizing audioscrobbler. FIX: Configure does no longer print "Good - Configure has finished" when a dependency is missing. ADD: Intelligent automatic resize for playlist columns ADD: Shaded current-track marker in playlist. ADD: Automatic song lyrics display. CHG: Internal SQLite upgraded to 3.0.8.
2005-02-20Only transform -maling-* if !empty(CC_VERSION:Mgcc-3*).xtraeme1-6/+10
2005-02-20wl-2.12.2 is out, patch in PR updated.wiz1-2/+2
2005-02-20Shut up the warnings when building.xtraeme1-1/+12
2005-02-20Add and enable scid.minskim2-2/+4
2005-02-20Simplify depends to ruby-iconv package.taca1-5/+3
No functional change.
2005-02-20Import scid. Packaged by Jung-Min Seo, aka luapz, and modified by me.minskim5-0/+118
Scid is a chess database application. With Scid you can maintain a database of chess games, search games by many criteria, view graphical trends, and produce printable reports on players and openings. You can also analyze games with the chess program Scidlet or any other WinBoard-compatible chess engine, and even use Scid to study endings with endgame tablebases. There are many more features as well.
2005-02-20Note libvisual updates/removals.wiz2-5/+8
2005-02-20libvisual-gforce and libvisual-nebulus are included inwiz11-648/+1
libvisual-plugins-0.2.0 -- remove separate packages.
2005-02-20Update to 0.2.0.wiz2-5/+5
New in 0.2.0: 2005-02-09: * Maintaince. (Dennis) [sic]
2005-02-20Update to 0.2.0:wiz2-5/+5
New in 0.2.0: 2005-02-09: * Maintaince. (Dennis) [sic]
2005-02-20Update to 0.2.0:wiz4-8/+561
New in 0.2.0: 2005-02-09: * Adding pseudotoad flower actor plugin, ported. (Dennis) * Adding dancing particles plugin, ported. (Dennis) * Including G-Force in package. (Dennis) * Including Nebulus in package. (Dennis) * Adding corona actor plugin, ported. (Dennis, Jean-Christophe) * Fixed bumpscope actor plugin. (Dennis) * MMX code added to JESS, alphablend, oinksie (Dennis) * Fixing many bugs in plugins. (Everyone) * Adding VisUI userinterfaces to plugins, not usable yet because there is no client support yet. (Dennis) Dancing Particles disabled, since it dies consistently for me (sigseg).
2005-02-20Updated mips64emul to 0.3xtraeme1-1/+2
2005-02-20Update to 0.3 (pointed out by the author Anders Gavare).xtraeme3-12/+13
Summary of changes from version 0.2.4.1 to 0.3: x) Performed a major code clean-up. x) Support for using "configuration files" has been added, so settings do not have to be entered on the command line anymore. (Useful for complex emulation setups.) x) Multiple machines can now be emulated simultaneously. (This is still experimental, though, and probably a bit buggy.) x) Some command line options have changed since 0.2.4.1, most notable the options to select the machine to be emulated. -E should now be used to select the machine type, and if necessary, -e can be used to select a subtype. x) Many bugfixes, too many to mention here.
2005-02-20Update to 0.2.0.wiz7-70/+25
New in 0.2.0: 2005-02-09: * VisTransform subsystem. (Dennis) * visual_palette_color_cycle() function. (Dennis) * visual_param_container_copy_match() function. (Dennis) * visual_param_container_copy() function. (Dennis) * visual_timer_elapsed_msecs() function. (Dennis) * VisCPU subsystem. (Dennis) * visual_mem_copy(), will contain mmx, sse versions later on. (Dennis) * MMX version of the 32bits bilinear filter. (Jean-Christophe) * Fixed the visual_video_blit_overlay(). (Dennis) * MMX versions of the 32bits alpha overlay. (Dennis) * VisPluginEnviron system added. (Vitaly, Dennis) * Nearest scalers. (Chong Kai Xiong, Dennis) * Bilinear scalers. (Jean-Christophe, Dennis) * VisError error values, and human readable errors. (Dennis) * Objectification of all libvisual structures. (Dennis) * Complete VisObject system. (Dennis) * VisSongInfo, use the bilinear filterer, scaler for coverart. (Dennis) * VisPalette VisParamEntry type. (Dennis) * VisObject VisParamEntry type. (Dennis) * VisThread threading wrapper system. (Dennis) * VisUI Complete userinterface abstraction layer. (Dennis) * Have a string only plugin type, plugins are now members of domains. (Dennis, Vitaly) * Many many fixes, improvements and such. (Everyone)
2005-02-20+ py-qt3-base-3.14, py-qt3-sip-4.2, stella-1.4.2.wiz1-3/+4
2005-02-20Mention new goom package.wiz1-1/+2
2005-02-20Add and enable goom.wiz1-1/+2
2005-02-20Initial import of goom:wiz6-0/+76
A cool visual effects program that runs on almost all multimedia players.
2005-02-20gnetman, gattrib, vipec updates donedmcmahill1-4/+1
2005-02-20note update of gnetman to 20050211dmcmahill1-1/+2
2005-02-20Updated swapd to 1.0.3xtraeme1-1/+2
2005-02-20Update to 1.0.3xtraeme3-10/+44
Made the free/used memory polling time configurable through the "delay" option. pkgsrc changes: modified the rc.d script to work on systems without the NetBSD's rc.d system.
2005-02-20Update to gnetman-20050211. Old distfile has vanished.dmcmahill2-6/+6
No changelog, but looking at the source code it seems that a new tcl command for dealing with diodes has been added and code to convert spice netnames to uppercase with checks for name collisions has been added.
2005-02-20Fix for gcc-2.95.wiz2-1/+22
2005-02-20use the correct target for gcc and sunpro on solaris/x86.grant1-11/+19
2005-02-20Only comment out support for GNUTLS_CERT_NOT_TRUSTED if the GnuTLS usedtron2-10/+13
to build this package doesn't support it.
2005-02-20whitespace fixesgrant1-9/+9
2005-02-20:tu isn't supported by pkgsrc bmake.grant1-2/+2
2005-02-20whitespace fixesgrant2-6/+6
2005-02-20only use the sparc* targets with sunpro where MACHINE_ARCH=sparc.grant1-2/+2
2005-02-20Fix for http://www.kde.org/info/security/advisory-20050215-1.txt.markd24-2/+1871
Bump PKGREVISION.
2005-02-20Note PR number for gaim update.wiz1-2/+2
2005-02-20Fix some typos.wiz1-4/+4
2005-02-20Workaround missing hobbit user and www group at build timemanu3-5/+19
2005-02-20Note update of metacity to 2.8.13.jmmv1-1/+2
2005-02-20Update to 2.8.13 (stable release for Gnome 2.8.3):jmmv2-5/+5
Fix * Make sure window->border_only is initialized so we don't get random windows without decorations (Elijah, Sinisa, Owen) [#145131]
2005-02-20sync with src:grant1-3/+3
cast return value of min_free() to uint64_t. fixes pkg_add <binarypkg> on Solaris 8.
2005-02-20turn off shlib dependency checking for openwin, which can have X sharedgrant1-1/+6
libraries dependencies missing from a "normal" installation.
2005-02-20Kill some hardcoded UID, GID, and mode settings that were being passed tosnj2-9/+11
${INSTALL}. This should fix the problem seen in minskim's Linux bulk build.
2005-02-20fix bug introduced in 1.1569: use ${GREP} instead of 'grep' and notgrant1-2/+2
all grep(1)s support grepping for empty string. `${GREP} .' instead.
2005-02-20don't use the implied source in the `bits' rule, just specify thegrant1-2/+2
source. appeases make(1) on Solaris.
2005-02-20when linking shared libssl on Solaris, make sure the rpath isgrant2-6/+14
included so it can find libcrypto.
2005-02-20ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*hamajima1-1/+3
2005-02-20Regen to make GNU patch happy.minskim2-15/+8