summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06Pullup ticket 483 - requested by Juan Romero Pardinessnj1-2/+2
portability fix for libao Revision pulled up: - pkgsrc/audio/libao/Makefile.common 1.18 Module Name: pkgsrc Committed By: xtraeme Date: Tue May 3 14:50:28 UTC 2005 Modified Files: pkgsrc/audio/libao: Makefile.common Log Message: Do not install the sun plugin on DragonFlyBSD, patch from Joerg Sonnenberger in PR pkg/30120.
2005-04-16Pullup ticket 447 - requested by Lubomir Sedlaciksnj4-4/+19
security fix for libcdaudio Revisions pulled up: - pkgsrc/audio/libcdaudio/Makefile 1.25 - pkgsrc/audio/libcdaudio/buildlink3.mk 1.3 - pkgsrc/audio/libcdaudio/distinfo 1.11 - pkgsrc/audio/libcdaudio/patches/patch-ac 1.1 Module Name: pkgsrc Committed By: rh Date: Fri Apr 15 01:50:57 UTC 2005 Modified Files: pkgsrc/audio/libcdaudio: Makefile buildlink3.mk distinfo Added Files: pkgsrc/audio/libcdaudio/patches: patch-ac Log Message: Fix vulnerability pointed out in http://secunia.com/advisories/14877/ Bump PKGREVISION Update BUILDLINK_RECOMMENDED
2005-04-16Pullup ticket 439 - requested by Julio M. Merino Vidalsalo1-1/+2
security fix for gnome-vfs2-cdda Revisions pulled up: - pkgsrc/audio/gnome-vfs2-cdda/Makefile 1.6 - pkgsrc/sysutils/gnome-vfs2/patches/patch-ac 1.5 Patch provided by the submitter for gnome-vfs2/distinfo. Module Name: pkgsrc Committed By: jmmv Date: Tue Apr 12 20:12:02 UTC 2005 Modified Files: pkgsrc/audio/gnome-vfs2-cdda: Makefile pkgsrc/sysutils/gnome-vfs2: distinfo Added Files: pkgsrc/sysutils/gnome-vfs2/patches: patch-ac Log Message: Apply patch from Gentoo to fix security problem in the cdda module. Bump gnome-vfs2-cdda's module to 1. Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain a buffer overflow that can be triggered by a large CDDB response, potentially allowing the execution of arbitrary code." See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more information.
2005-03-31Pullup ticket 405 - requested by Juan Romero Pardinessalo1-2/+3
portability fix for cdparanoia Revisions pulled up: - pkgsrc/audio/cdparanoia/Makefile 1.17 Module Name: pkgsrc Committed By: xtraeme Date: Wed Mar 30 15:27:44 UTC 2005 Modified Files: pkgsrc/audio/cdparanoia: Makefile Log Message: DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.
2005-03-23Pullup ticket 382 - requested by Julio M. Merino Vidalsalo3-2/+18
threading fix for libopendaap Revisions pulled up: - pkgsrc/audio/libopendaap/Makefile 1.4 - pkgsrc/audio/libopendaap/distinfo 1.8 - pkgsrc/audio/libopendaap/patches/patch-aa 1.3 Module Name: pkgsrc Committed By: jmmv Date: Wed Mar 23 10:52:54 UTC 2005 Modified Files: pkgsrc/audio/libopendaap: Makefile distinfo Added Files: pkgsrc/audio/libopendaap/patches: patch-aa Log Message: Fix a threading problem (mutexattr used after it's destroyed). Patch was in PR pkg/29644 by Antoine Reilles, but I overlooked it. Bump PKGREVISION to 1.
2005-03-20Merge some patches from PR pkg/29644 by Antoine Reilles:jmmv5-13/+55
- Use SA_NODEFER instead of SA_NOMASK (if the later is not available). - Use a subdirectory under ${PREFIX}/share to place the data files. - Print the failing address on SIGSEGV. - Make an error message more descriptive (specially helpful when using OSS). - Fix playback of multiple songs.
2005-03-20Update to 0.2.0. I'm doing this before the freeze ends because:jmmv7-131/+53
- 0.1.x doesn't work with libopendaap 0.3.x, the version we have in pkgsrc. Simply put, the package didn't build, as seen in several bulk builds. - 0.1.x was designed for gstreamer 0.6, but we have 0.8 in pkgsrc (which are incompatible). The package was patched to work with 0.8, but there might be problems, so it's safer to update. Changes in 0.2.0: - Add new Party Shuffle feature to allow selected ordering of songs from any available hosts. - Total rewrite of application core for improved stability and scalability. - Total rewrite of music player interface, fixes random freezes in gstreamer. (Works around gstreamer bug). - Add support for gstreamer 0.8. - Various GUI improvements - Add support for playing local songs dragged into the Party Shuffle area. - Add support for connecting to mt-daapd servers. - Plenty of bug fixes. Changes in 0.1.6: - Fix slow play start when starting from slow computers. - Remove host from list when it goes away. - Various backend changes. - Beat Birkhofer: Use the ESD sink (generally available on OS
2005-03-20Drop trailing whitespace.jmmv1-1/+1
2005-03-19Update to 0.11.1, provided by Robert Lillack in PR 29027.wiz4-14/+18
+ Spanish translations from Jose Cedeno + Russian translations from Nikolay Pavlov + French translations from Yann Cézard + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z) + ncmpc now hides the cursor on the help screen + ncmpc now can enqueue and play a song from the browse screen (Enter) + configuration changes: o ncmpc no longer supports the old configuration file syntax o the crossfade time can now be definied in (crossfade-time) o support for ncurses mouse events is now optional (enable-mouse) + bugfixes: o fixed short option handling for multiple short options o %time% format fix from Aurelien Foret (use %02d for seconds) o Fixed abort (Ctrl-G) handling when saving playlist o survive select/find operations on empty lists (Niko Tyni)
2005-03-19Remove XXX comment, and duplicate empty line.wiz1-12/+1
2005-03-19I incorrectly tested my previous change, and it turns out that withben1-2/+2
USE_OSS defined, the build process does require the original escaping. Revert to original escaping in OSS_DEFS.
2005-03-18Drop maintainership.kleink1-2/+2
2005-03-18Fix checksum for patch-af and patch-ag.wiz1-3/+3
2005-03-18Updated xfce to 4.2.1.1martti3-7/+8
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-16Depend on unzip, as it's required to use winamp (zipped) skins. Otherwise,jmmv1-1/+5
if the program cannot find unzip, the window screen gets garbled. This is just a workaround for what seems to be a bug in the program, but is not our fault. Closes PR pkg/29697 by sigsegv@rambler.ru.
2005-03-16Depend on pango (used directly).jmmv1-1/+2
2005-03-16Fixed CFLAGS quoting. Approved by wiz.rillig1-3/+3
2005-03-16Added two patches that are needed for gcc-2.95.3. Approved by wiz.rillig3-1/+55
2005-03-15libvisual uses inline assembler syntax that gcc-2.95.3 does notrillig1-3/+3
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as I have successfully built the package with it. Approved by jlam.
2005-03-15This package needs gcc-3.0 because it uses some inline assembler syntaxrillig1-1/+2
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0, please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.
2005-03-15Update checksum for currently available distfile (setting DIST_SUBDIR).wiz2-5/+7
Diff: diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure 20068a20069,20073 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in 153a154,158 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi
2005-03-14Don't include <stdarg.h> when it's not used at all. Makes xmms-wma buildrillig2-7/+7
on NetBSD-1.6.2. Approved by wiz.
2005-03-14Back out previous, irrelevant quoting fix.uebayasi1-2/+2
2005-03-12Explicitly depend on kdebase3 because this package builds a Konquerorminskim1-1/+3
plugin. Bump PKGREVISION due to the dependency change.
2005-03-12Fix INSTALLATION_DIRS. Noticed by Joachim Kuebart in tech-pkg@.jmmv1-2/+2
2005-03-11This patch disables the priority scheduling if it is not available.rillig2-1/+42
Needed at least for NetBSD-1.6.2. Approved by wiz.
2005-03-11Don't put statements above declarations (gcc-2.95 is not a C99rillig2-5/+21
compiler). Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-09USE_LANGUAGES=c++minskim1-1/+2
2005-03-09Set INSTALLATION_DIRS for pkgviews (already enabled).minskim1-1/+3
2005-03-08Add an option (xmms-eq) to enable XMMS's equalizer legacy code (off byjmmv1-2/+6
default, so that the package does not change). The new code does strange things with old presets (dunno if there is a bug or something has really changed; anyway, it's not our fault, so all we can do is provide an option).
2005-03-07Changes 0.3.0:adam1-31/+0
2005-03-07Changes 0.3.0:adam6-56/+46
* Many many bug fixes. * Supports connecting to mt-daapd daap servers. * Watch remote hosts for updates * Fix problem where iTunes would no longer serve our requests. * Improved debugging support.
2005-03-07Fix compile failure on Interix: Disable direct audio output on that platform.tv4-17/+26
2005-03-07Make sure that the examples come with the real path to the festivalagc2-1/+15
binary.
2005-03-07Try to make this package build on all NetBSD platforms; patches fromagc7-35/+60
Eric Schnoebelen in PR 28821, with some modifications by myself (for configuration purposes). Tested by myself on NetBSD/i386, and on NetBSD/amd64 by Quentin Garnier.
2005-03-07Fix quoting.uebayasi1-2/+2
2005-03-05remove HOMEPAGE comment that somehow made it in here.grant1-2/+1
2005-03-03Update to 1.1.2, to sync with flac.wiz3-21/+7
Changes unknown.
2005-03-02Upgrade to 2.0pre6, oked by reed & wiz.rxg5-52/+62
2005-03-01Added audio/xmms-wma.xtraeme1-1/+2
2005-03-01Initial import of xmms-wma-1.04.xtraeme8-0/+161
XMMS input plugin to play WMA files.
2005-02-28Update to 1.2.1:wiz4-33/+55
VERSION 1.2.1: FIX: Made the Tag-Editor only operate on visible items. (BR 100268) ADD: Database settings added to the first-run wizard. FIX: playlist2html generates UTF-8 output now. (BR 100140) FIX: Bitrate/length showed random values for untagged mp3 files. (BR 100200) FIX: Crash when recoding stream MetaData without CODEC selected. (BR 100077) CHG: Show an additional "Compilations with Artist" box in ContextBrowser. ADD: Remember collapse-state of boxes in ContextBrowser. (BR 98664) ADD: Display an error when unable to connect to MySQL. ADD: Konqueror Sidebar now has full drag and drop support. CHG: Replaced "Blue Wolf" icon with Nenad Grujicic's amaroK 1.1 icon, due to legal issues. ADD: Parameter "%score" shows the current song's score in OSD. CHG: When you delete a song within amaroK, it gets removed from the Collection automatically. FIX: Directory column in the playlist was eating the first letter. ADD: New DCOP call "playlist: setStopAfterCurrent(bool)". (BR 99944) FIX: Coverfetcher: Do not crash when no cover was found. (BR 99942) FIX: Support for amazon.co.jp was broken. CHG: Toolbar items reordered for optimal usability, as suggested by Aaron "Tom Green" Seigo. FIX: Show covers for albums containing chars '#' or '?'. (BR 96971 99780) ADD: Help file for the playlist2html script. ADD: New DCOP call "playlist: int getActiveIndex()". ADD: New DCOP call "playlist: playByIndex(int)". CHG: Upgraded internal SQLite database to 3.1.3. FIX: Update the database after editing tags in playlist. (BR 99593) ADD: New DCOP function "player: trackPlayCounter". (BR 99575) ADD: .ram playlist support with code from Kaffeine. (BR 96101) FIX: amaroK can now determine the correct track-length even for formats unknown to TagLib. Makes it possible to seek e.g. in m4a tracks. ADD: Can now pick from multiple Musicbrainz results. Patch from Jonathan Halcrow <gte899j@prism.gatech.edu>. (BR 89701) ADD: May now set a custom cover on multiple albums in the Cover-Manager. ADD: Support relative path of tracks in writing playlists. (BR 91053) FIX: Don't inline-edit tags for the whole playlist's selection. FIX: Fix "Recode Tags" crash issues. (BR 95041) ADD: "Set Custom Cover" can fetch remote images. (BR 90499)
2005-02-28Update to 1.1.2:wiz26-443/+25
New in this release are small decoding speedups for all platforms, small encoding speedups in fast (non-LPC) mode, streaming support in the XMMS plugin, and several bug fixes. For developers there are also a few additions and changes to the metadata API to make working with tags easier. See the changelog entry for complete details. This release actually wasn't supposed to happen so soon, but needed to be made to fix library naming and build problems in FLAC 1.1.1 that caused trouble for package maintainers, so unless you are having trouble with one of the particular bugs that got fixed in 1.1.2 then there is not much of a need to upgrade.
2005-02-28Upgrade to libshout 2.1, from Juan RP (xtraeme@) in private mail.kim4-10/+12
Bug fixes, no API changes.
2005-02-26Update to 0.3.6:jmmv3-7/+20
* Festival driver now supports callbacks and end-of-speech markers - thanks to Oana Serb of BAUM Retec. * FreeTTS driver is less intolerant of nonstandard JAVA environments at build time (Callum McKenzie). * IBM ViaVoice driver updated to work with new Linux ViaVoice runtime (Marc Mulcahy) * Critical fixes for FreeTTS 1.2 driver which could cause speech to fail (Marc)
2005-02-26Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:jmmv1-3/+1
* Bugs fixed: + Never return NULL on gnome_vfs_uri_extract_short_name calls + sftp-method: always check for the gnome_vfs_unescape_string return value + sftp-method: honor the force_replace flag on moves + gzip-method: correctly return GNOME_VFS_ERROR_EOF + Plug some memory leaks + Fix bogus warnings with later gcc versions + Various translation updates
2005-02-26Uses pthreads -- include pthread.bl3.mk.wiz1-1/+2
2005-02-24I will maintain this package, set my email as MAINTAINER.ben1-2/+2
2005-02-24Change quote escaping to reflect Todd Vierling's recent makefile fixes.ben4-8/+8
2005-02-23Add RMD160 digests to the SHA1 ones.agc264-264/+610