summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2008-06-16Update MASTER_SITES.obache1-2/+2
Noticed by Zafer Aydogan via private mail.
2008-06-16Use INSTALL_LIB for the shared library. Use relative symlinks.joerg1-5/+5
2008-06-13Update to version 0.8.3. Bump BUILDLINK_ABI_DEPENDS, as there was abjs3-7/+8
soname version bump. 2008-03-08 -- 0.8.3 * Fixed: No more compile errors from GCC 4.3 (#1815520) Thanks to Cristian Rodriguez for the patch! * Added: Version guards for Autoconf/Automake Thanks to Martin Michlmayr for reporting! * Fixed: Compile error on Windows caused by out-of-date file lists * Fixed: Bundled Win32 uriparser updated to 0.6.4 * Soname: 1:3:0
2008-06-12Add DESTDIR support.joerg29-29/+84
2008-06-12Use Python extension framework. Bump revision.joerg2-11/+7
2008-06-11Some improvements and fixes:obache3-19/+40
* Drop AUTO_MKDIRS. It is not works well with directory name contains "@". PR 38921. * Honor PKGMANDIR and PKGLOCALEDIR. * Add DESTDIR support * Instead of custom post-install target, patch to original install target. Now exaile command can take option arguments as man page said. Bump PKGREVISION.
2008-06-11fix installation of some unusual locale files, from Hasso Tepper in adrochner3-16/+10
followup to PR pkg/38921
2008-06-02Fix a configure botchup that breaks the build of mikmod if libmikmod isdholland3-9/+18
built with esound support. PR 35992. PKGREVISION -> 3.
2008-05-31Assume that we need to link with -lXt -lXau if we're not on any of thetnn2-14/+14
platforms explicitly defined. Should fix build on SunOS.
2008-05-30The old homepage, master site (and author?) seem to have disappeared,tnn2-9/+9
so point it at the "unofficial" site at tnsp.org.
2008-05-30update to 0.15.5.0drochner9-155/+82
sorry, no useful changelog available pkgsrc note: reset maintainer (mail bounces)
2008-05-30update to 0.15.0drochner4-24/+11
changes (mostly guessed): -some code reorganisation -support for server side search -bugfixes
2008-05-30update to 0.2.13drochner5-101/+219
changes (incomplete, didn't find much on the crappy website): -bugfixes -translation updates -update to cover art fetch for amazon protocol change
2008-05-29update to 2.22.2drochner2-6/+6
changes: update some sound effects
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg32-67/+125
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg4-4/+10
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron4-8/+8
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2008-05-24fix typotnn1-2/+2
2008-05-21Fix broken URL and correct incorrect patch checksum.tron2-4/+4
2008-05-20Honour PKGMANDIRtnn2-18/+26
2008-05-20Honour PKGMANDIRtnn2-7/+16
2008-05-20Check for end-of-string when parsing a stringlist field.simonb3-3/+20
Problem and fix originally reported by Kentaro Oda to the mad-dev mailing list. See http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2008-2109 for some more info.
2008-05-140.2.4.2adrianp3-19/+18
Small bug fixes for port order on mdns advertisement on intel macs, playlists based on bitrate. Primarly, though, this release is to apply fix for CVE-2008-1771. Thanks to Nico Golde for bringing it to light. 0.2.4.1 Security updates for two DOS and one format string vulnerability.
2008-05-14pull some patches from upstream CVS to fix integer overflows /drochner4-2/+61
buffer overflows (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423), bump PKGREVISION
2008-05-11Fix several plists that use imake after some modifications in the imaketonnerre1-3/+3
framework several monthes ago. This resolves various build problems on Linux. Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-10Update cmus to 2.2.0.obache4-11/+23
Based on patch provided by Adam Hoka in PR 37856. This release adds replaygain support (with help from Johannes Weißl). To enable replaygain do ":set replaygain=true". New commands: prev-view - switch to the previously used view tqueue - add random tracks to the play-queue lqueue - add random albums to the play-queue New plugins: ffmpeg - .wma files, could extend to support more wavpack - .wv files waveout - output plugin for Windows There's also Cygwin support, many bug fixes, a new theme (green.theme) and status scripts for Gaim and Pidgin in the contrib directory. Changes ------- Aaron Lehmann (2): Date sorting Filter: handle yyyy-mm-dd dates Andrew Fuller (1): browse: Keep ".." sorted on top David Thiel (1): Status script for pidgin Frank Terbeck (2): mail address update added :prev-view command. Johannes Weißl (5): mpc: Tag reading fixes mpc: Tag reading fixes (part 2) Convert "album artist" tag to albumartist (hydrogenaudio suggestion) Support artistsort and albumartistsort tags Added wavpack plugin, added ape-support for mp3s. Joshua Kwan (1): Status script for Gaim Kevin Ko (3): ffmpeg plugin Fix seeking with recent version of ffmpeg ffmpeg: Fix deprecated warning and remove audio/x-ms-wma MIME type Rob Wilson (1): Another green theme Sven Wegener (1): Set window hardstatus instead of window alias Thomas Nordlander (1): Display selected line in the settings view as active Timo Hirvonen (66): Close unused fds after fork() Simplify tab completion code by removing nr_tails variable Simplify tab completion code Fix typo in cmus.1 Sort playlist file for library views in same order as view 2 Remove simple_track_cmp() Add albumartist to valid sort keys Use albumartist tag instead of <Compilations> when possible Convert album_artist tag to albumartist aac/mp4: Fix incompatible type warnings Improve searching URLs Indent ffmpeg.c Collect REPLAYGAIN_* tags ID3: Parse replay gain tags Pass struct track_info to player functions instead of filename Remove cur_track_info hack cmus_play_file: Treat URLs specially AAC: Detect corrupted stream Replaygain support Make replaygain limiting optional Add helper functions for allocating struct keyval arrays mpc: Get replaygain info mad: Simplify tag reading somewhat Simplify tag reading code in plugins Don't add duplicate tags flac: Fix metadata reading wavpack: Fix "FALSE undeclared" error Link ape.o to cmus instead wavpack, mpc and mad plugins Rename struct APE to struct apetag and make it public wavpack: Pass correct sample count to format_samples() wavpack: Get file size only once, use ip_data->remote to see if we can seek ID3: Rename struct ID3 to struct id3tag and make it public Link id3.o and utf8_encode.o to cmus instead of aac, mad and wavpack plugins Make sorting by albumartist fall back to artist Some documentation for settings view Rename shuffle_list_add_track() to list_add_rand() Add tqueue command Add lqueue command lqueue/tqueue: Lock editable configure: Add exampledir variable audio/x-mpegurl is playlist, not mpeg stream Always write MIME type to the debug file Write error messages to the debug file Make error_msg() display errors at init time Use error_msg() instead of warn() and warn_errno() ALSA: Override default error handler Always display errors Lower minimum error display time to two seconds Start playing on :seek if stopped seek: Ceil position to duration - 5s Document lqueue, tqueue and prev-view commands Don't allow saving if tracks are being added Remove useless function quit() Confirm quit if loading playlist Build system: Remove .NOTPARALLEL Fix libmikmod 3.1.10 check Fix some includes mad: Move some code to a separate function mad: More code reorganization mad: Move XING debug code mad: Remove nomad.header mad: Avoid calling mad_timer_add() twice mad: Fix duration calculation Add warnings about insecurity of using TCP/IP Document Replay Gain 2.2.0 dnk000@gmail.com (5): Cygwin support Waveout plugin Waveout fixes waveout: Fix buffer space calculation aac/mp4: Use faad 2.0 instead of 2.5 due to license issues
2008-05-10Update MASTER_SITES.obache1-2/+2
2008-05-10Now via SOURCEFORGE.obache1-2/+2
2008-05-09+gimmixdrochner1-1/+2
2008-05-09add gimmix-0.4.3, just another mpd clientdrochner4-0/+62
2008-05-09-reset maintainer to pkgsrc-users, suggested by simonbdrochner2-8/+7
-update to 0.13.1 changes: Numerous bugfixes
2008-05-07Add qjackctl to audio/Makefile.bjs1-1/+2
2008-05-07Import QJackCtl 0.3.2, a Qt4 GUI for the JACK Audio Connection Kit.bjs5-0/+74
It provides a slick "patch-bay" style interface for managing clients and more.
2008-05-07Add note about workaround for loader's mmap of driver modules failingbjs1-1/+7
on NetBSD-current.
2008-05-06Update to rhythmbox 0.10.1 (latest stable version). While here,bjs9-30/+32
add user-destdir support. Changes from 0.9.8 to 0.10.1: 2007-05-28 James Livingston <doclivingston@gmail.com> * configure.ac: bump version for the release * NEWS: 2007-05-28 James Livingston <doclivingston@gmail.com> * plugins/audioscrobbler/rb-audioscrobbler.c: (rb_audioscrobbler_init), (rb_audioscrobbler_timeout_cb), (rb_audioscrobbler_do_handshake), (rb_audioscrobbler_submit_queue), (rb_audioscrobbler_preferences_sync), (rb_audioscrobbler_gconf_changed_cb): don't crash if the username/password isn't set. Fixes #426312 2007-05-28 James Livingston <doclivingston@gmail.com> * plugins/ipod/rb-ipod-source.c: (rb_ipod_source_constructor), (rb_ipod_load_songs): fix a crasher, closes #441444 * plugins/audioscrobbler/Makefile.am: fix the build. 2007-05-23 James Livingston <doclivingston@gmail.com> patch by: Bastien Nocera <hadess@hadess.net> * plugins/generic-player/rb-generic-player-source.c: (handle_playlist_entry_cb), (load_playlist_file): * plugins/iradio/rb-iradio-source.c: (handle_playlist_entry_cb), (rb_iradio_source_add_from_playlist): * shell/rb-playlist-manager.c: (handle_playlist_entry_cb), (rb_playlist_manager_parse_file): * shell/rb-shell-player.c: (playlist_entry_cb), (open_location_thread): * shell/rb-shell.c: (handle_playlist_entry_cb), (rb_shell_load_uri): * sources/rb-playlist-source.c: (rb_playlist_source_save_playlist): Convert to using the new totem-pl-parser API, with a compile-time fallback on the old API 2007-05-20 Jonathan Matthew <jonathan@kaolin.wh9.net> * podcast/rb-podcast-manager.c: (rb_podcast_manager_shutdown): Take a copy of the download list; otherwise, cancelling jobs modifies the list while it's being iterated. Fixes #404169. 2007-05-08 Christophe Fergeau <teuf@gnome.org> * plugins/visualizer/rb-visualizer-plugin.c: (rb_visualizer_plugin_dispose): remove timeout callback in dispose, fixes bug #436355 2007-05-07 Jonathan Matthew <jonathan@kaolin.wh9.net> * rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_base_rows_reordered): Only process reordered entries that are in the child model. Fixes #436329. 2007-04-28 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/jamendo/jamendo/JamendoSource.py: * plugins/magnatune/magnatune/MagnatuneSource.py: Cancel outstanding async transfers when the source is deleted, rather than trying to close the target file, which won't actually do anything anyway. Fixes #434003. 2007-04-26 Jonathan Matthew <jonathan@kaolin.wh9.net> * bindings/python/rhythmdb.override: Check that an entry was actually passed to db.entry_get(). Fixes #432949. 2007-04-21 Bastien Nocera <hadess@hadess.net> * metadata/rb-metadata-gst.c: (rb_metadata_gst_load_tag): Don't replace a string with another shorter version of it, avoids problems with ID3v1 tags being preferred to ID3v2 tags when they have the same data (Closes: #428276) 2007-04-21 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/audiocd/rb-audiocd-source.c: (metadata_cb): Apparently metadata_cb can be called with no error set and albums == NULL. Don't crash in this case. Fixes #414864. 2007-04-21 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/rb-python-module.c: (rb_python_module_init_python): Disable pyg* log hooks, since they appear to cause crashes when used from multiple threads, and they're annoying anyway. Probably fixes #429687. 2007-04-19 Jonathan Matthew <jonathan@kaolin.wh9.net> patch mostly by: Irene Huang <Irene.Huang@sun.com> * plugins/visualizer/rb-visualizer-plugin.c: (rb_visualizer_plugin_window_title_change_cb): Be kind to c libraries that don't like NULL strings. Fixes #418886. 2007-04-14 Christophe Fergeau <teuf@gnome.org> * plugins/ipod/rb-ipod-source.c: apply patch from trunk rev 4977 which the previous commit depends on. Fixes bug #386662 some more. 2007-04-03 Christophe Fergeau <teuf@gnome.org> * plugins/ipod/rb-ipod-source.c: (impl_move_to_trash): call schedule_save instead of directly calling itdb_save after removing a file, this makes sure file deletion works on iPod shuffles as well. Initial patch by William <will@johnstonclan.net>, fixes bug #386662 ============ Version 0.10.0 2007-04-02 James Livingston <doclivingston@gmail.com> * configure.ac: bump version. * NEWS: add news 2007-03-29 James Livingston <doclivingston@gmail.com> * lib/rb-util.c: (rb_string_list_contains): * lib/rb-util.h: * sources/rb-removable-media-source.c: (impl_paste): backport the change to hack around our having application/x-id3 for MP3s. 2007-03-26 James Livingston <doclivingston@gmail.com> * data/glade/playlist-save.glade: make the playlist format combo not be so huge. Fixes #419153 2007-03-20 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/visualizer/rb-fake-visualizer.c: (rb_fake_vis_chain): Set a timestamp on the first frame. Should fix some seeking problems. 2007-03-20 James Livingston <doclivingston@gmail.com> patch by: Adam Zimmerman <adam_zimmerman@sfu.ca> * plugins/magnatune/magnatune/TrackListHandler.py: handle the release date being not an integer. Fixes #414980 2007-03-20 James Livingston <doclivingston@gmail.com> * lib/rb-file-helpers.c: (_gnomevfs_info_unreadable), (rb_uri_handle_recursively_cb): * rhythmdb/rhythmdb-private.h: * rhythmdb/rhythmdb.c: (rhythmdb_init), (rhythmdb_finalize), (rhythmdb_add_uri_with_type): make files starting with a dot not get added. Again. Fixes #395124 2007-03-20 Jonathan Matthew <jonathan@kaolin.wh9.net> * metadata/Makefile.am: * metadata/rb-metadata-dbus-client.c: (start_metadata_service): Apply the program name transform to the metadata helper name and pass it in as a preprocessor symbol so we can find it when configured with --program-suffix etc. Fixes #419874. 2007-03-20 Irene Huang <irene.huang@sun.com> * shell/main.c: (main): Should call gdk_threads_enter/leave after gdk_threads_init in main. Fixes bug # 420444. 2007-03-11 James Livingston <doclivingston@gmail.com> * plugins/artdisplay/rhythmbox-missing-artwork.svg: replace with a GPL-licenced vesion by Jakub Steiner, since CC-BY-SA licencing apparently has issues with GPL-licenced programs. 2007-03-10 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/power-manager/rb-power-manager-plugin.c: (proxy_destroy_cb), (create_dbus_proxy), (inhibit), (uninhibit), (impl_activate): Use dbus_g_proxy_new_for_name_owner instead of dbus_g_proxy_new_for_name so dbus doesn't start g-p-m if it's not already running. Recreate the dbus proxy as required. Fixes #416213. 2007-03-09 James Livingston <doclivingston@gmail.com> * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_end_element), (rhythmdb_tree_save), (rhythmdb_tree_entry_type_registered): hold the entries lock when accessing the unknown-entries map. Fixes #416024 2007-03-06 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/visualizer/rb-visualizer-plugin.c: (find_xoverlay), (bus_sync_message_cb), (rb_visualizer_plugin_window_id_notify_cb), (update_window): Check we actually found an x overlay interface before trying to use it. 2007-03-03 James Livingston <doclivingston@gmail.com> * lib/rb-util.c: (rb_assert_locked), (rb_threads_init), (rb_str_in_strv): * lib/rb-util.h: add util function which asserts that a lock is being held (only works on systems where GMutex isn't recursive) * rhythmdb/rhythmdb-tree.c: (unparent_entries), (rhythmdb_tree_finalize), (set_entry_album), (rhythmdb_tree_entry_new_internal), (get_or_create_genre), (get_or_create_artist), (get_or_create_album), (remove_entry_from_album), (rhythmdb_tree_entry_set), (rhythmdb_tree_entry_delete), (remove_one_song), (rhythmdb_tree_entry_delete_by_type): take the tree lock in other paths, and use the above function to ensure the lock is being held. Fixes #393642 and probably others 2007-03-03 James Livingston <doclivingston@gmail.com> patch by: Alex "weej" Jones <alex@weej.com> * plugins/audioscrobbler/Makefile.am: * plugins/audioscrobbler/as-icon.svg: * plugins/audioscrobbler/rb-audioscrobbler-plugin.c: (impl_activate): * plugins/audioscrobbler/rb-lastfm-source.c: (rb_lastfm_source_init): Use audioscrobbler logo for the source, which the last.fm guys have said is fine. Fixes #409164 2007-03-02 James Livingston <doclivingston@gmail.com> patch by: Andreas Hanke <andreas.hanke@gmx-topmail.de> * configure.ac: * macros/acinclude.m4: remove use of AS_AC_EXPAND. Fixes #413301 2007-03-02 James Livingston <doclivingston@gmail.com> patch mostly by: Christophe Fergeau <teuf@gnome.org> * plugins/rb-plugins-engine.c: (rb_plugins_engine_load): * sources/rb-sourcelist.c: (rb_sourcelist_source_to_iter), (rb_sourcelist_visible_source_to_iter): fix more leaks 2007-03-02 James Livingston <doclivingston@gmail.com> * plugins/rb-plugin-manager.c: (plugin_manager_view_cell_cb): don't crash if the plugin has NULL for the name, just emit a critical warning. Fixes #413206 2007-03-02 James Livingston <doclivingston@gmail.com> patch by: Christophe Fergeau <teuf@gnome.org> * plugins/audiocd/rb-audiocd-plugin.c: (rb_audiocd_plugin_mount_volume): fix a leak 2007-03-02 James Livingston <doclivingston@gmail.com> * lib/rb-file-helpers.c: (rb_canonicalise_uri): don't crash. * podcast/rb-podcast-manager.c: (rb_podcast_manager_download_file_info_cb): generate proper URIs. Fixes #411189 2007-03-01 Alex Lancaster <alexl@users.sourceforge.net> Patch partially by: Edward Rudd <eddie@omegaware.com>: * plugins/magnatune/magnatune/MagnatuneSource.py (MagnatuneSource.purchase_album): Pass in artist and album name to dialog correctly. Use set_markup() to italicise album name. Fixes #412931. 2007-03-01 Alex Lancaster <alexl@users.sourceforge.net> Patch partially by: Kjell Braden <fnord@abwesend.de>: * plugins/jamendo/jamendo-loading.glade: Fix typos. Fixes #413640. 2007-02-26 Jonathan Matthew <jonathan@kaolin.wh9.net> * plugins/daap/rb-daap-src.c: (rb_daap_src_open): Fix libsoup compatibility properly, so it actually works with 2.2.98 and earlier as well as 2.2.99 and newer. Fixes #410940. 2007-02-25 James Livingston <doclivingston@gmail.com> * plugins/rb-plugins-engine.c: (rb_plugins_engine_load): handle keys being missing from the .rb-plugin file without crashing. Fixes #411558 2007-02-25 James Livingston <doclivingston@gmail.com> * plugins/daap/rb-daap-share.c: (message_get_session_id), (message_get_revision_number): check that there is a query part in the URI before trying to use it. Fixes #411783 2007-02-25 James Livingston <doclivingston@gmail.com> patch by: Julien Puydt <julien.puydt@laposte.net> * plugins/jamendo/jamendo/JamendoSource.py: improve error handling. Fixes #411038 2007-02-25 James Livingston <doclivingston@gmail.com> * sources/rb-browser-source.c: (rb_browser_source_class_init): don't try to use a popup menu that doesn't exist. Fixes #411703 2007-02-25 James Livingston <doclivingston@gmail.com> patch by: Nguyen Thai Ngoc Duy <pclouds@gmail.com> * plugins/artdisplay/artdisplay/CoverArtDatabase.py: import GError. Fixes #411122 2007-02-25 James Livingston <doclivingston@gmail.com> patch by: Og Maciel <ogmaciel@ubuntu.com> * plugins/magnatune/magnatune/MagnatuneSource.py: fix a typo having a '.' instead of a '?'. Fixes #411584 2007-02-25 James Livingston <doclivingston@gmail.com> patch by: Gilles Dartiguelongue <dartigug@esiee.fr> * metadata/Makefile.am: fix parallel builds. Fixes #411145 2007-02-24 James Livingston <doclivingston@gmail.com> patch by: Gilles Dartiguelongue <dartigug@esiee.fr> * widgets/Makefile.am: unbreak LDFLAGS="-Wl,--as-needed". Fixes #411141, and maybe #380411 2007-02-22 James Livingston <doclivingston@gmail.com> * shell/rb-shell-clipboard.c: (rb_shell_clipboard_sync): fix crasher, fixes #410601 2007-02-22 Jonathan Matthew <jonathan@kaolin.wh9.net> * rhythmdb/rhythmdb-property-model.c: (rhythmdb_property_model_insert), (rhythmdb_property_model_delete_prop): Emit row-changed signals when property counts change.
2008-05-05update to 1.5.1drochner5-21/+57
changes: -many UI refinements -New, faster python mpd interface -bugfixes
2008-05-05+py-mpddrochner1-1/+2
2008-05-05import py-mpd-0.2.0, a Python mpd client librarydrochner6-0/+63
2008-05-04Update to jack-0.111.5. Mostly improvements to the jack_net client.bjs7-118/+14
Also, some code cleanup/improvements to the sun driver; with a fix to audio.c that I'm hopefully going to commit very soon, the sun driver works quite well.
2008-05-02MAKE_JOBS_SAFE=noxtraeme1-1/+3
2008-05-01Fix path for icons, so that they are found at runtime.xtraeme2-35/+36
2008-05-01+ audio/tunapiextraeme1-1/+2
2008-05-01Initial import of tunapie-2.1.6.xtraeme4-0/+79
TunaPie is a directory browser for Internet radio and TV streams. As of 0.9.6, it is compatible with the Icecast directory as well as the Shoutcast (winamp) stream directory service. Tunapie allows you to search for streams and then launch your audio player (XMMS) or NSV viewer (Mplayer) of choice. It also allows recording of audio and video streams using streamripper.
2008-04-29Add patch from upstream against CVE-2008-1686.wiz3-2/+24
Bump PKGREVISION.
2008-04-29Remove as maintainer. Blair Sadewitz is working on an update versiontron1-2/+2
already.
2008-04-29PKGREVISION++ for SDL_sound API bump.wiz1-2/+2
2008-04-29Update to 1.0.3:wiz3-9/+8
04202008 - Upped version to 1.0.3 (brown paper bag release for soname bug). 04192008 - Apparently MICRO_VERSION in configure.in doesn't do what I think; reset for binary compatibility (thanks, Hans!). 04182008 - Include <math.h> in shn.c. Bump API depends.
2008-04-29Add upstream patch fixingwiz3-2/+21
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1686 Bump PKGREVISION.
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin1-9/+2