summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-05-27Pullup ticket 1673 - requested by drochnerghen5-45/+57
security fix for mpg123 Revisions pulled up: - pkgsrc/audio/mpg123/Makefile 1.42 - pkgsrc/audio/mpg123/distinfo 1.27 - pkgsrc/audio/mpg123/patches/patch-ai 1.4 - pkgsrc/audio/mpg123-esound/Makefile 1.17 - pkgsrc/audio/mpg123-nas/Makefile 1.20 Module Name: pkgsrc Committed By: drochner Date: Fri May 26 12:16:13 UTC 2006 Modified Files: pkgsrc/audio/mpg123: Makefile distinfo pkgsrc/audio/mpg123/patches: patch-ai Log Message: fix buffer overflow (CVE-2006-1655), from Debian bump PKGREVISION --- Module Name: pkgsrc Committed By: drochner Date: Fri May 26 12:33:37 UTC 2006 Modified Files: pkgsrc/audio/mpg123-esound: Makefile pkgsrc/audio/mpg123-nas: Makefile Log Message: also bump PKGREVISION for mpg123 security fix, pointed out by Joerg Sonnenberger
2006-03-28Fix pthread linkage.joerg3-6/+12
2006-03-25Add advice to use 'eject' to turn off Apple's "do not disconnect" message.smb2-3/+6
2006-03-22Fix patch-aa sha1 sum. [hi minskim!]rpaulo1-2/+2
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam12-24/+24
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20Honor PKGINFODIR and PKGMANDIR.jlam2-7/+20
2006-03-17Allow to build on Darwin.minskim2-5/+8
2006-03-17Fix patch to create directory before installing into it, and make thisjlam3-9/+9
package use INSTALLATION_DIRS.
2006-03-17Remove unnecessary patch since pkgsrc handles split info filesjlam3-20/+2
automatically.
2006-03-17Generate the info file during the build phase instead of the installjlam1-8/+7
phase.
2006-03-17Consolidate two patches that patched the same file.jlam3-53/+34
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-11/+6
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-11Fix cleanup.kim1-1/+6
2006-03-11Update the download site.reed1-2/+2
2006-03-11Use the configure provided @mandir@.reed2-5/+5
2006-03-10Cleaned up the Makefile.rillig1-6/+1
2006-03-10Fixed typo (MAKE_PARAMS -> MAKE_FLAGS). This makes the package work forrillig1-4/+4
LOCALBASE != /usr/pkg.
2006-03-10Fixed pkglint warnings.rillig2-15/+20
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam61-122/+122
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09audio/oss has been removed.jlam1-2/+1
2006-03-09Remove old and unmaintained audio/oss package.jlam14-572/+0
2006-03-07Recursive bump for major version change of cdparanoia libs.joerg3-6/+6
2006-03-07Sync DragonFly/FreeBSD support with FreeBSD ports by addingjoerg21-394/+87
cdda_device_name to struct cdrom_drive. This makes a number of hacks in various places superfluous and should fix the KDE multimedia issues. Bump revision. Recursive bump will follow, since the major version changed.
2006-03-06Replace incomplete array definition in prototype to match definition.joerg2-1/+15
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz16-32/+32
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam6-16/+12
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam119-238/+238
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Fix daapd with iTunes 6.0.4 (3)tonio3-3/+17
2006-03-03Make this package build with gcc-4.minskim2-1/+15
2006-03-03qt3-tools is needed at build time only. Bump PKGREVISION.minskim2-12/+4
2006-03-02Update homepage.ghen1-2/+2
2006-03-02plglint says: .for variable names should not contain uppercase letters.ghen1-6/+6
2006-03-02Update to 3.0.7. From the changelog:schmonz3-8/+13
* man pages: use named chars or @ and (C) * fr.po: Fixed format string bug * Updated the spannish [sic] translation. (Fernando Sancho) * Fix broken statistics code. save_data was called too many times. * Rhythm: made backspace work properly * idbyname: bugfix: don't throw an exception if loading lesson file was cancelled. * Fixed idtone configuration. * Remove 'passed' flag for tests if the lesson file change. * i18n.py: removed debug print statements.
2006-03-01Correct broken signal handling. This fixes PR pkg/30515.tron3-3/+17
2006-02-27Add DragonFly support.joerg2-6/+16
2006-02-26Take maintainership.snj2-9/+7
Update to 0.0.9. Changes: - SIGINT plays next song; two in succession exits program - fixed 8 bit wav support - added 8 bit libao support on macintosh - include filename in stdout during playback
2006-02-24Changes 1.0.14:adam4-15/+14
* Really fix MinGW compile problems. * Minor bug fixes.
2006-02-23Add wmmp.rpaulo1-1/+2
2006-02-23A little app in the style of wmusic and wmapmload/wmcpuload. It representsrpaulo6-0/+53
a fairly complete interface to MPD. With the precious help from Johnny Lam. Thanks.
2006-02-22regen.rillig1-2/+2
2006-02-22Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user.rillig3-6/+26
2006-02-19Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errorstron1-1/+3
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
2006-02-19Changes 1.0.7:adam5-12/+65
LASH support has been added. Improved command line argument handling. AMD-64 bugfixes Few synthesis bugfixes. Other miscellaneous improvements.
2006-02-17Fixed warnings found by pkglint -Wall.martti2-4/+4
2006-02-16Fix build with new libtool (as seen in bulk builds).wiz3-1/+269
autoconf code from xmms, since I think the rest of the infrastructure comes from there too.
2006-02-16Fix build with new libtool (as seen in bulk builds).wiz2-1/+15
2006-02-16Add USE_DIRS xdg-1.2, since it does, and add missing localewiz2-3/+5
file. Bump PKGREVISION for changed PLIST.
2006-02-15Fixed pkglint warnings (defined, but unused variables).rillig1-4/+3
2006-02-12Remove libvorbis... it should be included via options.mk.xtraeme1-2/+1
2006-02-12Update to 2.4.0.xtraeme5-35/+22
Changes: * Layout of the main window can be changed using Layout[123] options. Switching between layouts is done using the 'l' key and now TAB is used to switch between the playlist and the directory menu. For example, you can configure the layout to see both the playlist and a directory content. * Support for WMA, RealAudio, MP4 and AAC file using FFmpeg. * UTF-8 support. * Selecting themes at runtime - T command (this does not change the config file). * Executing external commands, like 'cp %f /mnt/usb_drive' where %f is substituted with the path to the currently selected file. * Tags are cached at the server side and read in a separate thread. The interface is not locked until the tags are read. Size of the cache can be adjusted using TagsCacheSize. The cache is saved at exit and loaded at startup. * Moving items up and down: u and j commands. * Workaround for encoding of ID3v1 tags. New options: UseRCC - to use librcc for ID3v1 reencoding (Initial patch by Alexey Gladkov), ID3v1TagsEncoding - assumed encoding for ID3v1 tags. * Added UseCursorSelection option (default: no) to display cursor on the selected file. This is useful with braille displays. * Added SetXtermTitle option (disable/enable setting xterm title). * Added m4a and aac to the list of extensions supported by ffmpeg. * Pressing n when nothing is played starts playing from the first item on the playlist. * Added FollowPlayedFile option: menu follows the currently played file so that it is scrolled if the file is outside the visible part (default to yes). * Numbering items in the playlist. Can be turned off using PlaylistNumbering. * New themes: moca_theme (Nicola Vitale), red_theme (yyz), and darkdot_theme (David Lazar). * Added a command for adding a URL to the playlist using entry (CTRL-u). * A and --append can add files from playlists. * Interface show the playlist after startup if something from the playlist is played (CanStartInPlaylist option). * Commands: --append, --clear, --play work now as expected even if there is no client running. * Use full paths instead of just file names for displaying on the playlist. * Internet streams can be paused. * Ogg plugin name was changed to vorbis.